Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/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=…
102 Result PreloadLibraryApplet( AppletId id );
105 Result PrepareToStartLibraryApplet( AppletId id );
106 …Result StartLibraryApplet( AppletId id, const u8* pParam=NULL, size_t paramSize=0, Handle handle=N…
295 inline bool IsRegistered( AppletId appletId ) in IsRegistered()
352 AppletId GetId(void);
389 … 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, …
344 …inline AppletWakeupState WaitForStarting( AppletId* pSenderId=NULL, u8* pParam=NULL, size_t paramS…
354 bool IsAppletPreloaded( AppletId id );
355 void WaitForAppletPreloaded( AppletId id );
421 NN_EXTERN_C inline AppletWakeupState nnappletWaitForStarting( AppletId* pSenderId=NULL, u8* pParam=…
Dapplet_Parameters.h187 typedef bit32 AppletId; typedef
239 …typedef void (*AppletMessageCallback)( uptr arg, AppletId senderId, u8 pParam[], size_t paramSize,…
378 using nn::applet::CTR::AppletId;