Home
last modified time | relevance | path

Searched defs:cacheNum (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_sdk.c759 static int32_t ParseReturnResult(const IpcDataInfo *replies, int32_t cacheNum, char **returnData, u… in ParseReturnResult()
833 static int32_t GroupInfoIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outGroupInfo) in GroupInfoIpcResult()
907 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in SearchGroupsIpcResult()
984 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in JoinedGroupsIpcResult()
1061 int32_t cacheNum, char **outGroupVec, uint32_t *groupNum) in RelatedGroupsIpcResult()
1138 static int32_t DevInfoByIdIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfo) in DevInfoByIdIpcResult()
1232 static int32_t TrustedDevIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfoV… in TrustedDevIpcResult()
1597 static int32_t GetIpcReplyByTypeInner(const IpcDataInfo *replies, int32_t cacheNum, char **outInfo) in GetIpcReplyByTypeInner()
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c79 static int32_t DecodeCallRequest(IpcIo *data, IpcDataInfo *paramsCache, int32_t cacheNum, int32_t *… in DecodeCallRequest()
H A Dipc_adapt.c40 int32_t cacheNum; member
647 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1499 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp108 static int32_t DecodeCallRequest(MessageParcel &data, IpcDataInfo *paramsCache, int32_t cacheNum, i… in DecodeCallRequest()
H A Dipc_adapt.cpp46 int32_t cacheNum; member
638 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1403 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp612 size_t cacheNum = caches.size(); in RestoreFromCacheFile() local