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 );
99 Result Initialize();
100 inline Result Initialize() in Initialize()
112 Result Finalize();
113 inline Result Finalize() in Finalize()
164 Result Login( os::Event* pEvent );
165 inline Result Login( os::Event* pEvent ) in Login()
181 Result Logout();
182 inline Result Logout() in Logout()
209 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame );
210 …inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame… in GetMyPreference()
222 Result GetMyProfile( Profile* pProfile );
223 inline Result GetMyProfile( Profile* pProfile ) in GetMyProfile()
235 Result GetMyPresence( MyPresence* pMyPresence );
236 inline Result GetMyPresence( MyPresence* pMyPresence ) in GetMyPresence()
248 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
249 inline Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] ) in GetMyScreenName()
265 Result GetMyMii( MiiData* pMiiData );
266 inline Result GetMyMii( MiiData* pMiiData ) in GetMyMii()
283 …Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset = 0, size_t size =…
284 …inline Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t siz… in GetFriendKeyList()
302 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
303 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyL… in GetFriendPresence()
321 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
322 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipa… in GetFriendPresence()
346 Result GetFriendScreenName(
353 inline Result GetFriendScreenName( in GetFriendScreenName()
383 Result GetFriendScreenName(
390 inline Result GetFriendScreenName( in GetFriendScreenName()
414 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size = 1 );
415 inline Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size) in GetFriendMii()
433 … Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size = 1);
434 …inline Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t siz… in GetFriendMii()
450 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
451 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile()
467 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
468 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile()
485 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
486 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList… in GetFriendAttributeFlags()
503 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
504 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalId… in GetFriendAttributeFlags()
520 …Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
521 …inline Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Sc… in UnscrambleLocalFriendCode()
542 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
543 inline Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] ) in UpdateGameModeDescription()
558 Result AttachToEventNotification( nn::os::Event* pEvent );
559 inline Result AttachToEventNotification( nn::os::Event* pEvent ) in AttachToEventNotification()
576 Result SetNotificationMask( bit32 mask );
577 inline Result SetNotificationMask( bit32 mask ) in SetNotificationMask()
621 Result GetLastResponseResult();
622 inline Result GetLastResponseResult() in GetLastResponseResult()
636 u32 ResultToErrorCode( const Result& result );
637 inline u32 ResultToErrorCode( const Result& result ) in ResultToErrorCode()