Home
last modified time | relevance | path

Searched refs:paramSize (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-2.4.0/include/nn/applet/CTR/
Dapplet_API.h83 …Result SendMessage( AppletId receiverId, const u8* pParam, size_t paramSize, nn::Handle handle=NN_…
84 …Result TrySendMessage( AppletId receiverId, const u8* pParam, size_t paramSize, nn::Handle handle=…
110 …Result StartLibraryApplet( AppletId id, const u8* pParam=NULL, size_t paramSize=0, Handle handle=N…
118 …Result CloseApplication( const u8* pParam=NULL, size_t paramSize=0, Handle handle=NN_APPLET_HANDLE…
122 …Result JumpToHomeMenu( const u8* pParam=NULL, size_t paramSize=0, Handle handle=NN_APPLET_HANDLE_N…
128 …Result JumpToOtherApplication( const u8 pParam[], size_t paramSize, const u8 pHmacBuf[], size_t h…
130 …Result JumpToCallerApplication( const u8 pParam[], size_t paramSize, const u8 pHmacBuf[], size_t h…
132 …Result JumpToSelfApplication( const u8 pParam[], size_t paramSize, const u8 pHmacBuf[], size_t h…
137 …bool ReceiveDeliverArg( u8 pParam[], size_t paramSize, u8 pHmacBuf[], size_t hmacBufSize, bit32* p…
140 bool GetInitialParam( AppletId* pSenderId, u8* pParam, size_t paramSize, s32* pReadSize );
[all …]
Dapplet_Wrapper.h29 …AppletWakeupState WaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramSize=0, …
252 …tate WaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramSize=0, s32* pReadLen…
255 return detail::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle, timeout );
314 …ppletWaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramSize=0, s32* pReadLen…
316 return nn::applet::CTR::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle );
Dapplet_Parameters.h259 …ppletMessageCallback)( uptr arg, AppletId senderId, u8 pParam[], size_t paramSize, nn::Handle hand…