Searched refs:DelIpcCallBackByAppId (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 83 void DelIpcCallBackByAppId(const char *appId, int32_t type);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 75 void DelIpcCallBackByAppId(const char *appId, int32_t type);
|
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 96 DelIpcCallBackByAppId(appId, CB_TYPE_DEV_AUTH); in IpcServiceGmRegCallback() 103 DelIpcCallBackByAppId(appId, CB_TYPE_DEV_AUTH); in IpcServiceGmRegCallback() 123 DelIpcCallBackByAppId(appId, CB_TYPE_DEV_AUTH); in IpcServiceGmUnRegCallback() 162 DelIpcCallBackByAppId(appId, CB_TYPE_DEV_AUTH); in IpcServiceGmRegDataChangeListener() 174 DelIpcCallBackByAppId(appId, CB_TYPE_LISTENER); in IpcServiceGmRegDataChangeListener() 194 DelIpcCallBackByAppId(appId, CB_TYPE_LISTENER); in IpcServiceGmUnRegDataChangeListener()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 327 DelIpcCallBackByAppId(TEST_APP_ID, 0); in HWTEST_F() 329 DelIpcCallBackByAppId(TEST_APP_ID, 0); in HWTEST_F()
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 271 void DelIpcCallBackByAppId(const char *appId, int32_t type) in DelIpcCallBackByAppId() function
|
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 272 void DelIpcCallBackByAppId(const char *appId, int32_t type) in DelIpcCallBackByAppId() function
|
Completed in 9 milliseconds