Home
last modified time | relevance | path

Searched refs:AddIpcCallBackByReqId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h76 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h84 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c937 …ret = AddIpcCallBackByReqId(reqId, (const uint8_t *)gaCallback, sizeof(DeviceAuthCallback), CB_TYP… in IpcServiceGaProcessData()
993 …ret = AddIpcCallBackByReqId(reqId, (const uint8_t *)gaCallback, sizeof(DeviceAuthCallback), CB_TYP… in IpcServiceGaAuthDevice()
1164 ret = AddIpcCallBackByReqId( in IpcServiceDaProcessData()
1215 ret = AddIpcCallBackByReqId( in IpcServiceDaAuthDevice()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp341 res = AddIpcCallBackByReqId(123, nullptr, 0, 0);
344 res = AddIpcCallBackByReqId(123, nullptr, 0, 0);
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c351 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByReqId() function
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp346 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByReqId() function