Lines Matching refs:Result

35 nn::Result Initialize(void);
44 nn::Result Finalize(void);
77 nn::Result LoginAsync(AsyncCallback pCallback, void* pContext);
91 nn::Result Logout(void);
134 nn::Result GetMyAccountId(char accountId[FP_ACCOUNT_ID_SIZE]);
151 nn::Result GetMyScreenName(char16 screenName[FP_MII_SCREEN_NAME_SIZE]);
165 nn::Result GetMyMii(FFLStoreData* pMiiData);
177 nn::Result GetMyProfile(Profile* pProfile);
189 nn::Result GetMyPreference(Preference* pPreference);
198 nn::Result GetMyPresence(MyPresence* pMyPresence);
243 nn::Result GetFriendList(PrincipalId* pList, size_t* pNum, size_t offset, size_t size);
267 nn::Result GetFriendListAll(PrincipalId* pList, size_t* pNum, size_t offset, size_t size);
281 nn::Result GetFriendAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidList, si…
307 nn::Result GetFriendScreenName(char16 (*pNameList)[FP_MII_SCREEN_NAME_SIZE], const PrincipalId* pPi…
323 nn::Result GetFriendMii(FFLStoreData* pMiiDataList, const PrincipalId* pPidList, size_t size);
337 nn::Result GetFriendProfile(Profile* pProfileList, const PrincipalId* pPidList, size_t size);
351 nn::Result GetFriendApprovalTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size);
367 nn::Result GetFriendSortTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size);
383 nn::Result GetFriendPresence(FriendPresence* pPresenceList, const PrincipalId* pPidList, size_t siz…
397 nn::Result GetFriendRelationship(u8* pRelationList, const PrincipalId* pPidList, size_t size);
418 nn::Result GetBlackList(PrincipalId* pList, size_t* pNum, size_t offset, size_t size);
432 nn::Result GetBlackListAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidList,…
446 nn::Result GetBlackListAdditionalTime(DateTime* pTimeList, const PrincipalId* pPidList, size_t size…
467 nn::Result GetFriendRequestList(PrincipalId* pList, size_t* pNum, size_t offset, size_t size);
481 nn::Result GetFriendRequestAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidL…
495 nn::Result GetFriendRequestMessageId(MessageId* pMidList, const PrincipalId* pPidList, size_t size);
519 nn::Result UpdateGameMode(const GameMode* pGameMode, const char16 description[FP_MODE_DESCRIPTION_S…
532 nn::Result UpdateGameModeDescription(const char16 description[FP_MODE_DESCRIPTION_SIZE]);
554 nn::Result AddFriendAsync(PrincipalId principalId, AsyncCallback pCallback, void* pContext);
572 nn::Result AddFriendAsync(const char accountId[FP_ACCOUNT_ID_SIZE], AsyncCallback pCallback, void* …
599 nn::Result AddFriendRequestAsync(PrincipalId principalId, u8 inGameNameLanguage, const char16 inGam…
620 nn::Result AddBlackListAsync(PrincipalId principalId, AsyncCallback pCallback, void* pContext);
639 nn::Result AcceptFriendRequestAsync(MessageId messageId, AsyncCallback pCallback, void* pContext);
654 nn::Result DeleteFriendRequestAsync(MessageId messageId, AsyncCallback pCallback, void* pContext);
670 nn::Result DenyFriendRequestAsync(MessageId messageId, AsyncCallback pCallback, void* pContext);
698 nn::Result AddRecentPlayRecord(const RecentPlayRecord* pList, size_t size);
721 nn::Result GetRequestBlockSettingAsync(u8* pSettingList, const PrincipalId* pPidList, size_t size, …
752 nn::Result SetNotificationHandler(u32 notificationMask, NotificationHandler pHandler, void* pContex…
762 u32 ResultToErrorCode(nn::Result result);