Searched refs:AccountCommonEventCallback (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_two.cpp | 248 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F() 250 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F()
|
H A D | UTTest_device_manager_service.cpp | 334 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F() 336 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F() 338 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F() 340 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F() 342 DeviceManagerService::GetInstance().AccountCommonEventCallback(userId, commonEventType); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/include/ |
H A D | device_manager_service.h | 221 void AccountCommonEventCallback(int32_t userId, const std::string commonEventType);
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1597 this->AccountCommonEventCallback(arg1, arg2); in SubscribeAccountCommonEvent() 1625 void DeviceManagerService::AccountCommonEventCallback(int32_t userId, const std::string commonEventType) in AccountCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerService
|
Completed in 10 milliseconds