Searched refs:REPLAY_CACHE_NUM (Results 1 - 1 of 1) sorted by relevance
/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() 318 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen); in IpcGmCreateGroup() 379 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDeleteGroup() 382 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen); in IpcGmDeleteGroup() 443 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmAddMemberToGroup() 446 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen); in IpcGmAddMemberToGroup() 507 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDelMemberFromGroup() 510 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen); in IpcGmDelMemberFromGroup() 555 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCach in IpcGmAddMultiMembersToGroup() [all...] |
Completed in 2 milliseconds