Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/applet/CTR/
Dapplet_API.h45 bool IsRegistered( AppletId appletId );
46 bool WaitForRegister( AppletId appletId, nn::fnd::TimeSpan span );
83 …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=…
109 Result PreloadLibraryApplet( AppletId id );
112 Result PrepareToStartLibraryApplet( AppletId id );
113 …Result StartLibraryApplet( AppletId id, const u8* pParam=NULL, size_t paramSize=0, Handle handle=N…
283 inline bool IsRegistered( AppletId appletId ) in IsRegistered()
330 AppletId GetId(void);
360 … inline bool WaitForRegister( AppletId appletId, nn::fnd::TimeSpan span = NN_APPLET_WAIT_INFINITE )
[all …]
Dapplet_Wrapper.h29 …AppletWakeupState WaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramSize=0, …
263 …inline AppletWakeupState WaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramS…
273 bool IsAppletPreloaded( AppletId id );
274 void WaitForAppletPreloaded( AppletId id );
343 NN_EXTERN_C inline AppletWakeupState nnappletWaitForStarting( AppletId* pSenderId=NULL, u8* pParam=…
Dapplet_Parameters.h205 typedef bit32 AppletId; typedef
259 …typedef void (*AppletMessageCallback)( uptr arg, AppletId senderId, u8 pParam[], size_t paramSize,…
404 using nn::applet::CTR::AppletId;