Searched defs:cacheNum (Results 1 – 6 of 6) sorted by relevance
| /base/security/device_auth/frameworks/src/ |
| D | identity_service_ipc_sdk.c | 142 static int32_t AddCredentialIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **returnDa… in AddCredentialIpcResult() 163 static int32_t AgreeCredentialIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **return… in AgreeCredentialIpcResult() 313 static int32_t ExportCredentialIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **retur… in ExportCredentialIpcResult() 375 static int32_t SearchCredsIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **returnCred… in SearchCredsIpcResult() 446 static int32_t SearchCredInfoIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **returnC… in SearchCredInfoIpcResult() 709 static int32_t DelCredByParamsIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **return… in DelCredByParamsIpcResult() 788 static int32_t BatchUpdateCredIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **return… in BatchUpdateCredIpcResult()
|
| D | ipc_sdk.c | 772 static int32_t ParseReturnResult(const IpcDataInfo *replies, int32_t cacheNum, char **returnData, u… in ParseReturnResult() 846 static int32_t GroupInfoIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outGroupInfo) in GroupInfoIpcResult() 920 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in SearchGroupsIpcResult() 997 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in JoinedGroupsIpcResult() 1074 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in RelatedGroupsIpcResult() 1151 static int32_t DevInfoByIdIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfo) in DevInfoByIdIpcResult() 1245 static int32_t TrustedDevIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfoV… in TrustedDevIpcResult() 1610 static int32_t GetIpcReplyByTypeInner(const IpcDataInfo *replies, int32_t cacheNum, char **outInfo) in GetIpcReplyByTypeInner() 1768 static int32_t GetSharedKeyAndRandom(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *return… in GetSharedKeyAndRandom() 1856 static int32_t GetSharedKey(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey) in GetSharedKey()
|
| /base/security/device_auth/frameworks/src/lite/ |
| D | ipc_dev_auth_stub.c | 79 static int32_t DecodeCallRequest(IpcIo *data, IpcDataInfo *paramsCache, int32_t cacheNum, int32_t *… in DecodeCallRequest()
|
| D | ipc_adapt.c | 40 int32_t cacheNum; member 647 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook() 1500 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
|
| /base/security/device_auth/frameworks/src/standard/ |
| D | ipc_dev_auth_stub.cpp | 112 static int32_t DecodeCallRequest(MessageParcel &data, IpcDataInfo *paramsCache, int32_t cacheNum, i… in DecodeCallRequest()
|
| D | ipc_adapt.cpp | 45 int32_t cacheNum; member 686 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook() 1638 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
|