Lines Matching refs:Result

39         Result Initialize();
40 Result Finalize();
47 Result Login( os::Event* pEvent );
48 Result Logout();
53Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame );
54 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName );
55 Result GetMyProfile( Profile* pProfile );
56 Result GetMyPresence( MyPresence* pMyPresence );
57 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
58 Result GetMyMii( MiiData* pMiiData );
61Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t size );
62Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
63Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
64Result GetFriendScreenName( char16 (*pScreenNameList)[SCREEN_NAME_SIZE], const FriendKey* pFriendK…
65Result GetFriendScreenName( char16 (*pScreenNameList)[SCREEN_NAME_SIZE], const PrincipalId* pPrinc…
66 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size );
67Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size );
68Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size );
69Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size );
70Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
71Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
72Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
75 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
76Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_SIZE] );
79 Result AttachToEventNotification( nn::os::Event* pEvent );
80 Result SetNotificationMask( bit32 mask );
82 Result GetLastResponseResult();
85 u32 ResultToErrorCode( const Result& result );
91 Result GetMyApproachContext( ApproachContext* pApproachContext );
92 Result AddFriendWithApproach( os::Event* pEvent, const ApproachContext& approachContext );
93Result GetApproachContextScreenName( char16 screenName[SCREEN_NAME_SIZE], const ApproachContext& a…
94 Result GetApproachContextMii( MiiData* pMiiData, const ApproachContext& approachContext );
114 Result Initialize();
115 inline Result Initialize() in Initialize()
132 Result Finalize();
133 inline Result Finalize() in Finalize()
194 Result Login( os::Event* pEvent );
195 inline Result Login( os::Event* pEvent ) in Login()
215 Result Logout();
216 inline Result Logout() in Logout()
270Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame ) NN_A…
271 …inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName, bool* pIsShowPlayedGame… in GetMyPreference()
289 Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName );
290 inline Result GetMyPreference( bool* pIsPublicMode, bool* pIsShowGameName ) in GetMyPreference()
307 Result GetMyProfile( Profile* pProfile );
308 inline Result GetMyProfile( Profile* pProfile ) in GetMyProfile()
325 Result GetMyPresence( MyPresence* pMyPresence );
326 inline Result GetMyPresence( MyPresence* pMyPresence ) in GetMyPresence()
346 Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] );
347 inline Result GetMyScreenName( char16 screenName[SCREEN_NAME_SIZE] ) in GetMyScreenName()
369 Result GetMyMii( MiiData* pMiiData );
370 inline Result GetMyMii( MiiData* pMiiData ) in GetMyMii()
393Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset = 0, size_t size =…
394 …inline Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t siz… in GetFriendKeyList()
423Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
424 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyL… in GetFriendPresence()
453Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipalIdList…
454 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const PrincipalId* pPrincipa… in GetFriendPresence()
485 Result GetFriendScreenName(
492 inline Result GetFriendScreenName( in GetFriendScreenName()
529 Result GetFriendScreenName(
536 inline Result GetFriendScreenName( in GetFriendScreenName()
567 Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size = 1 );
568 inline Result GetFriendMii( MiiData* pMiiDataList, const FriendKey* pFriendKeyList, size_t size) in GetFriendMii()
593Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t size = 1);
594 …inline Result GetFriendMii( MiiData* pMiiDataList, const PrincipalId* pPrincipalIdList, size_t siz… in GetFriendMii()
621Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
622 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile()
649Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
650 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile()
682Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
683 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList… in GetFriendAttributeFlags()
715Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalIdList, s…
716 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const PrincipalId* pPrincipalId… in GetFriendAttributeFlags()
739Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Scrambled…
740 …inline Result UnscrambleLocalFriendCode( LocalFriendCode* pLocalFriendCodeList, const uds::CTR::Sc… in UnscrambleLocalFriendCode()
781 Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
782 inline Result UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] ) in UpdateGameModeDescription()
825Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_SIZE] );
826 …inline Result UpdateGameMode( const GameMode& gameMode, const char16 description[MODE_DESCRIPTION_… in UpdateGameMode()
847 Result AttachToEventNotification( nn::os::Event* pEvent );
848 inline Result AttachToEventNotification( nn::os::Event* pEvent ) in AttachToEventNotification()
869 Result SetNotificationMask( bit32 mask );
870 inline Result SetNotificationMask( bit32 mask ) in SetNotificationMask()
918 Result GetLastResponseResult();
919 inline Result GetLastResponseResult() in GetLastResponseResult()
936 u32 ResultToErrorCode( const Result& result );
937 inline u32 ResultToErrorCode( const Result& result ) in ResultToErrorCode()
982 Result GetMyApproachContext( ApproachContext* pApproachContext );
983 inline Result GetMyApproachContext( ApproachContext* pApproachContext ) in GetMyApproachContext()
1021 Result AddFriendWithApproach( os::Event* pEvent, const ApproachContext& approachContext );
1022 inline Result AddFriendWithApproach( os::Event* pEvent, const ApproachContext& approachContext ) in AddFriendWithApproach()
1043 Result GetApproachContextScreenName(
1049 inline Result GetApproachContextScreenName( in GetApproachContextScreenName()
1073 Result GetApproachContextMii( MiiData* pMiiData, const ApproachContext& approachContext );
1074 inline Result GetApproachContextMii( MiiData* pMiiData, const ApproachContext& approachContext ) in GetApproachContextMii()