Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_proxy.c27 static void CbProxyFormReplyData(int32_t reqRetVal, IpcIo *replyDst, const IpcIo *replySrc) in CbProxyFormReplyData() argument
37 LOGI("with reply data, length(%zu), flag(%u)", replySrc->bufferLeft, replySrc->flag); in CbProxyFormReplyData()
38 eno = memcpy_s(replyDst->bufferCur, replyDst->bufferLeft, replySrc->bufferCur, replySrc->bufferLeft); in CbProxyFormReplyData()
44 replyDst->bufferLeft = replySrc->bufferLeft; in CbProxyFormReplyData()

Completed in 1 milliseconds