Home
last modified time | relevance | path

Searched refs:replayCache (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h63 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 Dipc_adapt.h55 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 Dipc_adapt.c1462 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 Dipc_adapt.cpp1370 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