Lines Matching refs:FriendKey

51         Result GetMyFriendKey( FriendKey* pFriendKey );
58 … Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t size );
59 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
61 …Result GetFriendMii( MiiInformation* pMiiInformationList, const FriendKey* pFriendKeyList, size_t …
63 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size );
65 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
74 Result SendInvitation( const FriendKey* pFriendKeyList, size_t size );
85 void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode );
235 Result GetMyFriendKey( FriendKey* pFriendKey );
236 inline Result GetMyFriendKey( FriendKey* pFriendKey ) in GetMyFriendKey()
307 …Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset = 0, size_t size =…
308 …inline Result GetFriendKeyList( FriendKey* pFriendKeyList, size_t* pNum, size_t offset, size_t siz… in GetFriendKeyList()
324 …Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyList, si…
325 …inline Result GetFriendPresence( FriendPresence* pFriendPresenceList, const FriendKey* pFriendKeyL… in GetFriendPresence()
358 …Result GetFriendMii( MiiInformation* pMiiInformationList, const FriendKey* pFriendKeyList, size_t …
359 …inline Result GetFriendMii( MiiInformation* pMiiInformationList, const FriendKey* pFriendKeyList, … in GetFriendMii()
392 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
393 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile()
427 …Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList, size_…
428 …inline Result GetFriendAttributeFlags( bit32* pAttributeFlagsList, const FriendKey* pFriendKeyList… in GetFriendAttributeFlags()
501 Result SendInvitation( const FriendKey* pFriendKeyList, size_t size = 1 );
502 inline Result SendInvitation( const FriendKey* pFriendKeyList, size_t size) in SendInvitation()
585 u64 FriendKeyToFriendCode( const FriendKey& friendKey );
586 inline u64 FriendKeyToFriendCode( const FriendKey& friendKey ) in FriendKeyToFriendCode()
617 void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode );
618 inline void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode ) in FriendCodeToFriendKey()