Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/nn/fp/
Dfp_Api.h134 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* …
Dfp_Types.h33 #define FP_ACCOUNT_ID_SIZE (FP_ACCOUNT_ID_LEN + 1) //!< Number of elements fo… macro