Home
last modified time | relevance | path

Searched defs:callCtx (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c192 int32_t (*callCtx)(void *origin, IpcIo *req, IpcIo *reply); member
H A Dipc_adapt.c1344 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in CreateCallCtx() argument
1371 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in DestroyCallCtx() argument
1396 void SetCbCtxToDataCtx(uintptr_t callCtx, int32_t cbIdx) in SetCbCtxToDataCtx() argument
1411 SetCallRequestParamInfo(uintptr_t callCtx, int32_t type, const uint8_t *param, int32_t paramSz) SetCallRequestParamInfo() argument
1418 DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) DoBinderCall() argument
1499 DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) DecodeCallReply() argument
[all...]
/base/security/device_auth/frameworks/src/
H A Dipc_sdk.c123 uintptr_t callCtx = 0x0; in IpcGmRegCallback() local
161 uintptr_t callCtx in IpcGmUnRegCallback() local
192 uintptr_t callCtx = 0x0; IpcGmRegDataChangeListener() local
230 uintptr_t callCtx = 0x0; IpcGmUnRegDataChangeListener() local
259 EncodeCreateGroupParams(uintptr_t callCtx, int32_t osAccountId, int64_t requestId, const char *appId, const char *createParams) EncodeCreateGroupParams() argument
289 uintptr_t callCtx = 0x0; IpcGmCreateGroup() local
324 EncodeDeleteGroupParams(uintptr_t callCtx, int32_t osAccountId, int64_t requestId, const char *appId, const char *delParams) EncodeDeleteGroupParams() argument
353 uintptr_t callCtx = 0x0; IpcGmDeleteGroup() local
388 EncodeAddMemberParams(uintptr_t callCtx, int32_t osAccountId, int64_t requestId, const char *appId, const char *addParams) EncodeAddMemberParams() argument
417 uintptr_t callCtx = 0x0; IpcGmAddMemberToGroup() local
452 EncodeDeleteMemberParams(uintptr_t callCtx, int32_t osAccountId, int64_t requestId, const char *appId, const char *delParams) EncodeDeleteMemberParams() argument
481 uintptr_t callCtx = 0x0; IpcGmDelMemberFromGroup() local
523 uintptr_t callCtx = 0x0; IpcGmAddMultiMembersToGroup() local
571 uintptr_t callCtx = 0x0; IpcGmDelMultiMembersFromGroup() local
614 uintptr_t callCtx = 0x0; IpcGmProcessData() local
658 uintptr_t callCtx = 0x0; IpcGmGetRegisterInfo() local
710 uintptr_t callCtx = 0x0; IpcGmCheckAccessToGroup() local
785 uintptr_t callCtx = 0x0; IpcGmGetPkInfoList() local
856 uintptr_t callCtx = 0x0; IpcGmGetGroupInfoById() local
933 uintptr_t callCtx = 0x0; IpcGmGetGroupInfo() local
1010 uintptr_t callCtx = 0x0; IpcGmGetJoinedGroups() local
1087 uintptr_t callCtx = 0x0; IpcGmGetRelatedGroups() local
1159 FormParamsForGettingDeviceInfo(int32_t osAccountId, const char *appId, const char *peerUdid, const char *groupId, uintptr_t callCtx) FormParamsForGettingDeviceInfo() argument
1191 uintptr_t callCtx = 0x0; IpcGmGetDeviceInfoById() local
1258 uintptr_t callCtx = 0x0; IpcGmGetTrustedDevices() local
1310 uintptr_t callCtx = 0x0; IpcGmIsDeviceInGroup() local
1372 uintptr_t callCtx = 0x0; IpcGmCancelRequest() local
1434 EncodeProcessDataParams(uintptr_t callCtx, int64_t authReqId, const uint8_t *data, uint32_t dataLen, const DeviceAuthCallback *callback) EncodeProcessDataParams() argument
1459 uintptr_t callCtx = 0x0; IpcGaProcessData() local
1494 EncodeAuthDeviceParams(uintptr_t callCtx, int32_t osAccountId, int64_t authReqId, const char *authParams, const DeviceAuthCallback *callback) EncodeAuthDeviceParams() argument
1526 uintptr_t callCtx = 0x0; IpcGaAuthDevice() local
1563 uintptr_t callCtx = 0x0; IpcGaCancelRequest() local
1612 uintptr_t callCtx = 0x0; IpcGaGetRealInfo() local
1658 uintptr_t callCtx = 0x0; IpcGaGetPseudonymId() local
1713 uintptr_t callCtx = IPC_CALL_CONTEXT_INIT; ProcessCredential() local
1759 uintptr_t callCtx = IPC_CALL_CONTEXT_INIT; ProcessAuthDevice() local
1813 uintptr_t callCtx = IPC_CALL_CONTEXT_INIT; StartAuthDevice() local
1866 uintptr_t callCtx = IPC_CALL_CONTEXT_INIT; CancelAuthRequest() local
[all...]
/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp1258 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in CreateCallCtx() argument
1276 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) in DestroyCallCtx() argument
1289 void SetCbCtxToDataCtx(uintptr_t callCtx, int32_t cbIdx) in SetCbCtxToDataCtx() argument
1298 SetCallRequestParamInfo(uintptr_t callCtx, int32_t type, const uint8_t *param, int32_t paramSz) SetCallRequestParamInfo() argument
1305 DoBinderCall(uintptr_t callCtx, int32_t methodId, bool withSync) DoBinderCall() argument
1419 DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) DecodeCallReply() argument
[all...]

Completed in 7 milliseconds