Searched refs:FP_ACCOUNT_ID_SIZE (Results 1 – 2 of 2) sorted by relevance
134 nn::Result GetMyAccountId(char accountId[FP_ACCOUNT_ID_SIZE]);281 nn::Result GetFriendAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidList, si…432 nn::Result GetBlackListAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidList,…481 nn::Result GetFriendRequestAccountId(char (*pAidList)[FP_ACCOUNT_ID_SIZE], const PrincipalId* pPidL…572 nn::Result AddFriendAsync(const char accountId[FP_ACCOUNT_ID_SIZE], AsyncCallback pCallback, void* …
33 #define FP_ACCOUNT_ID_SIZE (FP_ACCOUNT_ID_LEN + 1) //!< Number of elements fo… macro