Searched refs:REPLAY_CACHE_NUM (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_sdk.c | 34 #define REPLAY_CACHE_NUM(caches) (sizeof(caches) / sizeof(IpcDataInfo)) macro 315 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmCreateGroup() 379 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDeleteGroup() 443 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmAddMemberToGroup() 507 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDelMemberFromGroup() 555 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmAddMultiMembersToGroup() 683 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmGetRegisterInfo() 820 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmGetPkInfoList() 893 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmGetGroupInfoById() 970 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmGetGroupInfo() [all …]
|