Home
last modified time | relevance | path

Searched refs:replyDst (Results 1 – 1 of 1) sorted by relevance

/base/security/device_auth/frameworks/src/lite/
Dipc_callback_proxy.c27 static void CbProxyFormReplyData(int32_t reqRetVal, IpcIo *replyDst, const IpcIo *replySrc) in CbProxyFormReplyData() argument
32 *(int32_t *)(replyDst->bufferCur) = reqRetVal; in CbProxyFormReplyData()
33 replyDst->bufferLeft = sizeof(int32_t); in CbProxyFormReplyData()
38 …eno = memcpy_s(replyDst->bufferCur, replyDst->bufferLeft, replySrc->bufferCur, replySrc->bufferLef… in CbProxyFormReplyData()
40 replyDst->flag = 0; in CbProxyFormReplyData()
44 replyDst->bufferLeft = replySrc->bufferLeft; in CbProxyFormReplyData()
45 LOGI("out reply data, length(%zu)", replyDst->bufferLeft); in CbProxyFormReplyData()