Searched refs:replayCache (Results 1 - 4 of 4) sorted by relevance
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 63 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 55 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz);
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 1462 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz) in IpcEncodeCallReply() argument 1468 replyParcel = (IpcIo *)(replayCache); in IpcEncodeCallReply()
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1370 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz) in IpcEncodeCallReply() argument 1376 replyParcel = reinterpret_cast<MessageParcel *>(replayCache); in IpcEncodeCallReply()
|
Completed in 7 milliseconds