Searched defs:callCtx (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_sdk.c | 123 uintptr_t callCtx = 0x0; in IpcGmRegCallback() local 161 uintptr_t callCtx = 0x0; in IpcGmUnRegCallback() local 192 uintptr_t callCtx = 0x0; in IpcGmRegDataChangeListener() local 230 uintptr_t callCtx = 0x0; in IpcGmUnRegDataChangeListener() local 289 uintptr_t callCtx = 0x0; in IpcGmCreateGroup() local 353 uintptr_t callCtx = 0x0; in IpcGmDeleteGroup() local 417 uintptr_t callCtx = 0x0; in IpcGmAddMemberToGroup() local 481 uintptr_t callCtx = 0x0; in IpcGmDelMemberFromGroup() local 523 uintptr_t callCtx = 0x0; in IpcGmAddMultiMembersToGroup() local 571 uintptr_t callCtx = 0x0; in IpcGmDelMultiMembersFromGroup() local [all …]
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_dev_auth_stub.c | 189 int32_t (*callCtx)(void *origin, IpcIo *req, IpcIo *reply); member 199 int32_t (*callCtx)(void *origin, IpcIo *req, IpcIo *reply) = NULL; in OnRemoteInvoke() local
|
H A D | ipc_adapt.c | 1344 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in CreateCallCtx() 1371 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in DestroyCallCtx() 1396 void SetCbCtxToDataCtx(uintptr_t callCtx, int32_t cbIdx) in SetCbCtxToDataCtx() 1411 int32_t SetCallRequestParamInfo(uintptr_t callCtx, int32_t type, const uint8_t *param, int32_t para… in SetCallRequestParamInfo() 1418 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall() 1499 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1242 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in CreateCallCtx() 1260 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in DestroyCallCtx() 1273 void SetCbCtxToDataCtx(uintptr_t callCtx, int32_t cbIdx) in SetCbCtxToDataCtx() 1282 int32_t SetCallRequestParamInfo(uintptr_t callCtx, int32_t type, const uint8_t *param, int32_t para… in SetCallRequestParamInfo() 1289 int32_t DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) in DoBinderCall() 1403 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
|