Searched refs:IpcEncodeCallReply (Results 1 - 5 of 5) sorted by relevance
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 105 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmRegCallback() 124 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmUnRegCallback() 177 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmRegDataChangeListener() 195 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmUnRegDataChangeListener() 239 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmCreateGroup() 283 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmDelGroup() 326 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmAddMemberToGroup() 370 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmDelMemberFromGroup() 402 ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_t)); in IpcServiceGmAddMultiMembersToGroup() 434 ret = IpcEncodeCallReply(outCach in IpcServiceGmDelMultiMembersFromGroup() [all...] |
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 63 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 D | ipc_adapt.h | 55 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 D | ipc_adapt.c | 1462 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz) in IpcEncodeCallReply() function
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1370 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz) in IpcEncodeCallReply() function
|
Completed in 7 milliseconds