Home
last modified time | relevance | path

Searched refs:DecodeCallReply (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_sdk.c315 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 Dipc_adapt.h68 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h76 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c1499 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply() function
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp1403 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply() function