Home
last modified time | relevance | path

Searched refs:GetFriendProfile (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/friends/CTR/
Dfriends_Api.h66 … Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size );
67 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size );
451 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
452 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile() function
454 return detail::GetFriendProfile( pProfileList, pFriendKeyList, size ); in GetFriendProfile()
468 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
469 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile() function
471 return detail::GetFriendProfile( pProfileList, pPrincipalIdList, size ); in GetFriendProfile()