Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c79 static int32_t DecodeCallRequest(IpcIo *data, IpcDataInfo *paramsCache, int32_t cacheNum, int32_t *… in DecodeCallRequest()
Dipc_adapt.c41 int32_t cacheNum; member
646 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1501 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp129 static int32_t DecodeCallRequest(MessageParcel &data, IpcDataInfo *paramsCache, int32_t cacheNum, i… in DecodeCallRequest()
Dipc_adapt.cpp47 int32_t cacheNum; member
686 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1632 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
/base/security/device_auth/frameworks/src/
Dipc_sdk.c965 static int32_t GetSharedKeyAndRandom(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *return… in GetSharedKeyAndRandom()
1056 static int32_t GetSharedKey(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey) in GetSharedKey()