Searched refs:replyCache (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/frameworks/src/ |
H A D | ipc_sdk.c | 292 IpcDataInfo replyCache = { 0 }; in IpcGmCreateGroup() local 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() 356 IpcDataInfo replyCache = { 0 }; in IpcGmDeleteGroup() local 379 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache)); in IpcGmDeleteGroup() 382 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESUL in IpcGmDeleteGroup() 420 IpcDataInfo replyCache = { 0 }; IpcGmAddMemberToGroup() local 484 IpcDataInfo replyCache = { 0 }; IpcGmDelMemberFromGroup() local 554 IpcDataInfo replyCache = { 0 }; IpcGmAddMultiMembersToGroup() local 602 IpcDataInfo replyCache = { 0 }; IpcGmDelMultiMembersFromGroup() local 617 IpcDataInfo replyCache = { 0 }; IpcGmProcessData() local 660 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } }; IpcGmGetRegisterInfo() local 713 IpcDataInfo replyCache = { 0 }; IpcGmCheckAccessToGroup() local 788 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } }; IpcGmGetPkInfoList() local 858 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } }; IpcGmGetGroupInfoById() local 934 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } }; IpcGmGetGroupInfo() local 1012 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } }; IpcGmGetJoinedGroups() local 1090 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } }; IpcGmGetRelatedGroups() local 1194 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } }; IpcGmGetDeviceInfoById() local 1260 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } }; IpcGmGetTrustedDevices() local 1312 IpcDataInfo replyCache = { 0 }; IpcGmIsDeviceInGroup() local 1462 IpcDataInfo replyCache = { 0 }; IpcGaProcessData() local 1529 IpcDataInfo replyCache = { 0 }; IpcGaAuthDevice() local 1614 IpcDataInfo replyCache[IPC_DATA_CACHES_1] = { { 0 } }; IpcGaGetRealInfo() local 1660 IpcDataInfo replyCache[IPC_DATA_CACHES_1] = { { 0 } }; IpcGaGetPseudonymId() local 1715 IpcDataInfo replyCache = { 0 }; ProcessCredential() local 1762 IpcDataInfo replyCache = { 0 }; ProcessAuthDevice() local 1816 IpcDataInfo replyCache = { 0 }; StartAuthDevice() local 1869 IpcDataInfo replyCache = { 0 }; CancelAuthRequest() local [all...] |
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_dev_auth_stub.cpp | 233 MessageParcel replyCache; in HandleDeviceAuthCall() local 259 ret = serviceCall(reqParams, reqParamNum, reinterpret_cast<uintptr_t>(&replyCache)); in HandleDeviceAuthCall() 265 dataLen = replyCache.GetDataSize(); in HandleDeviceAuthCall() 268 reply.WriteBuffer(reinterpret_cast<const void *>(replyCache.GetData()), dataLen); in HandleDeviceAuthCall()
|
H A D | ipc_adapt.cpp | 1419 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply() argument 1439 &(replyCache[i].type), &(replyCache[i].val), &(replyCache[i].valSz)); in DecodeCallReply()
|
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 76 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 68 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
|
/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() argument 1513 &(replyCache[i].type), &(replyCache[i].val), &(replyCache[i].valSz)); in DecodeCallReply()
|
Completed in 9 milliseconds