Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/src/
H A Dipc_service.c105 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 Dipc_adapt.h63 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 Dipc_adapt.h55 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 Dipc_adapt.c1462 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 Dipc_adapt.cpp1370 int32_t IpcEncodeCallReply(uintptr_t replayCache, int32_t type, const uint8_t *result, int32_t resultSz) in IpcEncodeCallReply() function

Completed in 7 milliseconds