Searched refs:DecodeCallReply (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_sdk.c | 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() 603 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDelMultiMembersFromGroup() 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 …]
|
/ohos5.0/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 68 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
|
/ohos5.0/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 76 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 1499 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply() function
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1403 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply() function
|