Searched refs:appletId (Results 1 – 2 of 2) sorted by relevance
45 bool IsRegistered( AppletId appletId );46 bool WaitForRegister( AppletId appletId, nn::fnd::TimeSpan span );265 inline bool IsRegistered( AppletId appletId ) in IsRegistered() argument267 return detail::IsRegistered( appletId ); in IsRegistered()343 … inline bool WaitForRegister( AppletId appletId, nn::fnd::TimeSpan span = NN_APPLET_WAIT_INFINITE )345 return detail::WaitForRegister( appletId, span );874 NN_EXTERN_C inline bool nnappletIsRegistered( AppletId appletId ) in nnappletIsRegistered() argument876 return nn::applet::CTR::IsRegistered( appletId ); in nnappletIsRegistered()879 NN_EXTERN_C inline bool nnappletWaitForRegister( AppletId appletId, nn::fnd::TimeSpan span=NN_APPLE…881 return nn::applet::CTR::WaitForRegister( appletId, span );
107 …static nn::Result Initialize( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr appl…108 static nn::Result Finalize( nn::applet::CTR::AppletId appletId );109 static nn::Result GetHomeMenuAppletId( nn::applet::CTR::AppletId* appletId );110 static nn::Result GetLastSignaledAppletId( nn::applet::CTR::AppletId* appletId );112 static nn::Result IsRegistered( nn::applet::CTR::AppletId appletId, bool* pRegistered );113 …static nn::Result GetAttribute( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr* p…114 …static nn::Result InquireNotification( nn::applet::CTR::AppletId appletId, nn::applet::CTR::Applet…