Searched refs:GetFriendProfile (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/friends/CTR/ |
| D | friends_Api.h | 68 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size ); 69 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size ); 621 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 ); 622 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile() function 624 return detail::GetFriendProfile( pProfileList, pFriendKeyList, size ); in GetFriendProfile() 649 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =… 650 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile() function 652 return detail::GetFriendProfile( pProfileList, pPrincipalIdList, size ); in GetFriendProfile()
|