Home
last modified time | relevance | path

Searched refs:SubscribeAccountCommonEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h56 bool SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec,
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp52 bool DmAccountCommonEventManager::SubscribeAccountCommonEvent(const std::vector<std::string> &event… in SubscribeAccountCommonEvent() function in OHOS::DistributedHardware::DmAccountCommonEventManager
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h215 void SubscribeAccountCommonEvent();
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp281 DeviceManagerService::GetInstance().SubscribeAccountCommonEvent();
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1547 SubscribeAccountCommonEvent(); in InitAccountInfo()
1563 void DeviceManagerService::SubscribeAccountCommonEvent() in SubscribeAccountCommonEvent() function in OHOS::DistributedHardware::DeviceManagerService
1576 if (accountCommonEventManager_->SubscribeAccountCommonEvent(AccountCommonEventVec, callback)) { in SubscribeAccountCommonEvent()