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()
187 Result Login( os::Event* pEvent );
188 inline Result Login( os::Event* pEvent ) in Login()
208 Result Logout();
209 inline Result Logout() in Logout()
244 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame );
245 …inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame… in GetMyPreference()
262 Result GetMyProfile( Profile* pProfile );
263 inline Result GetMyProfile( Profile* pProfile ) in GetMyProfile()
280 Result GetMyPresence( MyPresence* pMyPresence );
281 inline Result GetMyPresence( MyPresence* pMyPresence ) in GetMyPresence()
301 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
302 inline Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] ) in GetMyScreenName()
324 Result GetMyMii( MiiData* pMiiData );
325 inline Result GetMyMii( MiiData* pMiiData ) in GetMyMii()
348 …Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset = 0, size_t size =…
349 …inline Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t siz… in GetFriendKeyList()
374 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
375 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyL… in GetFriendPresence()
400 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
401 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipa… in GetFriendPresence()
432 Result GetFriendScreenName(
439 inline Result GetFriendScreenName( in GetFriendScreenName()
476 Result GetFriendScreenName(
483 inline Result GetFriendScreenName( in GetFriendScreenName()
514 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size = 1 );
515 inline Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size) in GetFriendMii()
540 … Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size = 1);
541 …inline Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t siz… in GetFriendMii()
568 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
569 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile()
596 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
597 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile()
620 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
621 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList… in GetFriendAttributeFlags()
644 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
645 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalId… in GetFriendAttributeFlags()
668 …Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
669 …inline Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Sc… in UnscrambleLocalFriendCode()
702 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
703 inline Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] ) in UpdateGameModeDescription()
724 Result AttachToEventNotification( nn::os::Event* pEvent );
725 inline Result AttachToEventNotification( nn::os::Event* pEvent ) in AttachToEventNotification()
746 Result SetNotificationMask( bit32 mask );
747 inline Result SetNotificationMask( bit32 mask ) in SetNotificationMask()
795 Result GetLastResponseResult();
796 inline Result GetLastResponseResult() in GetLastResponseResult()
813 u32 ResultToErrorCode( const Result& result );
814 inline u32 ResultToErrorCode( const Result& result ) in ResultToErrorCode()