Searched refs:outCache (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 487 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmApplyRegisterInfo() 490 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_REG_INFO, in IpcServiceGmApplyRegisterInfo() 563 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetPkInfoList() 607 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetGroupInfoById() 650 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetGroupInfo() 695 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetJoinedGroups() 738 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetRelatedGroups() 786 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetDeviceInfoById() 789 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_DEVICE_INFO, in IpcServiceGmGetDeviceInfoById() 829 ret += IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT_NUM, in IpcServiceGmGetTrustedDevices() [all …]
|
H A D | ipc_sdk.c | 87 int32_t dataNum, int32_t type, uint8_t *outCache, int32_t *cacheLen) in GetIpcReplyByType() argument 101 *(uint8_t **)outCache = ipcData[i].val; in GetIpcReplyByType() 107 eno = memcpy_s(outCache, *cacheLen, ipcData[i].val, ipcData[i].valSz); in GetIpcReplyByType()
|