Lines Matching refs:Result
39 Result Initialize();
40 Result Finalize();
47 Result Login( os::Event* pEvent );
48 Result Logout();
52 … Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame );
53 Result GetMyProfile( Profile* pProfile );
54 Result GetMyPresence( MyPresence* pMyPresence );
55 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
56 Result GetMyMii( MiiData* pMiiData );
59 … Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t size );
60 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
61 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
62 …Result GetFriendScreenName( char16 (*pScreenNameList)[SCREEN_NAME_SIZE], const FriendKey* pFriendK…
63 …Result GetFriendScreenName( char16 (*pScreenNameList)[SCREEN_NAME_SIZE], const PrincipalId* pPrinc…
64 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size );
65 … Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size );
66 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size );
67 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size );
68 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
69 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
70 …Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
73 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
76 Result AttachToEventNotification( nn::os::Event* pEvent );
77 Result SetNotificationMask( bit32 mask );
79 Result GetLastResponseResult();
82 u32 ResultToErrorCode( const Result& result );
102 Result Initialize();
103 inline Result Initialize() in Initialize()
120 Result Finalize();
121 inline Result Finalize() in Finalize()
182 Result Login( os::Event* pEvent );
183 inline Result Login( os::Event* pEvent ) in Login()
203 Result Logout();
204 inline Result Logout() in Logout()
239 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame );
240 …inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame… in GetMyPreference()
257 Result GetMyProfile( Profile* pProfile );
258 inline Result GetMyProfile( Profile* pProfile ) in GetMyProfile()
275 Result GetMyPresence( MyPresence* pMyPresence );
276 inline Result GetMyPresence( MyPresence* pMyPresence ) in GetMyPresence()
296 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
297 inline Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] ) in GetMyScreenName()
319 Result GetMyMii( MiiData* pMiiData );
320 inline Result GetMyMii( MiiData* pMiiData ) in GetMyMii()
343 …Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset = 0, size_t size =…
344 …inline Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t siz… in GetFriendKeyList()
369 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
370 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyL… in GetFriendPresence()
395 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
396 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipa… in GetFriendPresence()
427 Result GetFriendScreenName(
434 inline Result GetFriendScreenName( in GetFriendScreenName()
471 Result GetFriendScreenName(
478 inline Result GetFriendScreenName( in GetFriendScreenName()
509 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size = 1 );
510 inline Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size) in GetFriendMii()
535 … Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size = 1);
536 …inline Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t siz… in GetFriendMii()
563 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
564 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile()
591 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
592 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile()
615 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
616 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList… in GetFriendAttributeFlags()
639 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
640 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalId… in GetFriendAttributeFlags()
663 …Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
664 …inline Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Sc… in UnscrambleLocalFriendCode()
697 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
698 inline Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] ) in UpdateGameModeDescription()
719 Result AttachToEventNotification( nn::os::Event* pEvent );
720 inline Result AttachToEventNotification( nn::os::Event* pEvent ) in AttachToEventNotification()
741 Result SetNotificationMask( bit32 mask );
742 inline Result SetNotificationMask( bit32 mask ) in SetNotificationMask()
790 Result GetLastResponseResult();
791 inline Result GetLastResponseResult() in GetLastResponseResult()
808 u32 ResultToErrorCode( const Result& result );
809 inline u32 ResultToErrorCode( const Result& result ) in ResultToErrorCode()