Home
last modified time | relevance | path

Searched refs:SubscribeAccountCommonEvent (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_account_common_event.cpp48 bool ret = accountCommonEventManager->SubscribeAccountCommonEvent(commonEventVec, nullptr); in HWTEST_F()
51 ret = accountCommonEventManager->SubscribeAccountCommonEvent(commonEventVec, nullptr); in HWTEST_F()
H A DUTTest_device_manager_service_two.cpp271 DeviceManagerService::GetInstance().SubscribeAccountCommonEvent(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h56 bool SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec,
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp52 bool DmAccountCommonEventManager::SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeAccountCommonEvent() function in OHOS::DistributedHardware::DmAccountCommonEventManager
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h220 void SubscribeAccountCommonEvent();
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1574 SubscribeAccountCommonEvent(); in InitAccountInfo()
1590 void DeviceManagerService::SubscribeAccountCommonEvent() in SubscribeAccountCommonEvent() function in OHOS::DistributedHardware::DeviceManagerService
1604 if (accountCommonEventManager_->SubscribeAccountCommonEvent(AccountCommonEventVec, callback)) { in SubscribeAccountCommonEvent()

Completed in 6 milliseconds