Searched refs:GetFriendProfile (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/friends/CTR/ |
| D | friends_Api.h | 63 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size ); 64 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size ); 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() function 395 return detail::GetFriendProfile( pProfileList, pFriendKeyList, size ); in GetFriendProfile() 409 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =… 410 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile() function 412 return detail::GetFriendProfile( pProfileList, pPrincipalIdList, size ); in GetFriendProfile()
|