Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h74 int32_t AddIpcCallBackByAppId(const char *appId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h82 int32_t AddIpcCallBackByAppId(const char *appId, const uint8_t *cbPtr, int32_t cbSz, int32_t type);
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c86 …ret = AddIpcCallBackByAppId(appId, (const uint8_t *)callback, sizeof(DeviceAuthCallback), CB_TYPE_… in IpcServiceGmRegCallback()
152 …ret = AddIpcCallBackByAppId(appId, (const uint8_t *)callback, sizeof(DataChangeListener), CB_TYPE_… in IpcServiceGmRegDataChangeListener()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp323 AddIpcCallBackByAppId(TEST_APP_ID, nullptr, 0, 0);
325 AddIpcCallBackByAppId(TEST_APP_ID, nullptr, 0, 0);
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c217 int32_t AddIpcCallBackByAppId(const char *appId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByAppId() function
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp215 int32_t AddIpcCallBackByAppId(const char *appId, const uint8_t *cbPtr, int32_t cbSz, int32_t type) in AddIpcCallBackByAppId() function