Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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 );
563 …Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t size = 1 );
564 …inline Result GetFriendProfile( Profile* pProfileList, const FriendKey* pFriendKeyList, size_t siz… in GetFriendProfile() function
566 return detail::GetFriendProfile( pProfileList, pFriendKeyList, size ); in GetFriendProfile()
591 …Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t size =…
592 …inline Result GetFriendProfile( Profile* pProfileList, const PrincipalId* pPrincipalIdList, size_t… in GetFriendProfile() function
594 return detail::GetFriendProfile( pProfileList, pPrincipalIdList, size ); in GetFriendProfile()