Searched refs:PrincipalId (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/include/nn/fp/ |
| D | fp_Api.h | 122 PrincipalId GetMyPrincipalId(void); 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… [all …]
|
| D | fp_Types.h | 222 typedef u32 PrincipalId; typedef 237 typedef void (*NotificationHandler)(NotificationType notificationType, PrincipalId principalId, voi… 276 …PrincipalId ownerPrincipalId; //!< Specifies the principal ID of the host o… 333 PrincipalId principalId; //!< The partner's principal ID.
|