Searched refs:AddIpcCallBackByReqId (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 84 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 76 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
|
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 937 ret = AddIpcCallBackByReqId(reqId, (const uint8_t *)gaCallback, sizeof(DeviceAuthCallback), CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaProcessData() 993 ret = AddIpcCallBackByReqId(reqId, (const uint8_t *)gaCallback, sizeof(DeviceAuthCallback), CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaAuthDevice() 1164 ret = AddIpcCallBackByReqId( in IpcServiceDaProcessData() 1215 ret = AddIpcCallBackByReqId( in IpcServiceDaAuthDevice()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 341 res = AddIpcCallBackByReqId(123, nullptr, 0, 0); in HWTEST_F() 344 res = AddIpcCallBackByReqId(123, nullptr, 0, 0); in HWTEST_F()
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 351 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByReqId() function
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 347 int32_t AddIpcCallBackByReqId(int64_t reqId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByReqId() function
|
Completed in 10 milliseconds