Searched refs:replyTmp (Results 1 – 2 of 2) sorted by relevance
/base/security/device_auth/frameworks/src/lite/ |
D | ipc_callback_proxy.c | 55 IpcIo replyTmp; in CbProxySendRequest() local 77 ret = SendRequest(sid, DEV_AUTH_CALLBACK_REQUEST, reqData, &replyTmp, option, &outMsg); in CbProxySendRequest() 83 CbProxyFormReplyData(ret, reply, &replyTmp); in CbProxySendRequest()
|
D | ipc_dev_auth_stub.c | 198 IpcIo replyTmp; in OnRemoteInvoke() local 212 (void)memset_s(&replyTmp, sizeof(IpcIo), 0, sizeof(IpcIo)); in OnRemoteInvoke() 213 IpcIoInit(&replyTmp, dataBuff, sizeof(dataBuff), 0); in OnRemoteInvoke() 215 ret = callCtx(origin, req, &replyTmp); in OnRemoteInvoke() 219 n = GetIpcIoDataLength(&replyTmp); in OnRemoteInvoke() 222 if (!WriteBuffer(reply, (const void *)(replyTmp.bufferBase + IpcIoBufferOffset()), n)) { in OnRemoteInvoke()
|