Home
last modified time | relevance | path

Searched refs:DmAccountCommonEventManager (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_account_common_event.cpp45 std::shared_ptr<DmAccountCommonEventManager> accountCommonEventManager in HWTEST_F()
46 = std::make_shared<DmAccountCommonEventManager>(); in HWTEST_F()
57 std::shared_ptr<DmAccountCommonEventManager> accountCommonEventManager in HWTEST_F()
58 = std::make_shared<DmAccountCommonEventManager>(); in HWTEST_F()
84 std::shared_ptr<DmAccountCommonEventManager> accountCommonEventManager in HWTEST_F()
85 = std::make_shared<DmAccountCommonEventManager>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_account_common_event.cpp47 DmAccountCommonEventManager::~DmAccountCommonEventManager() in ~DmAccountCommonEventManager()
49 DmAccountCommonEventManager::UnsubscribeAccountCommonEvent(); in ~DmAccountCommonEventManager()
52 bool DmAccountCommonEventManager::SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeAccountCommonEvent()
100 bool DmAccountCommonEventManager::UnsubscribeAccountCommonEvent() in UnsubscribeAccountCommonEvent()
168 void DmAccountCommonEventManager::SystemAbilityStatusChangeListener::OnAddSystemAbility( in OnAddSystemAbility()
194 void DmAccountCommonEventManager::SystemAbilityStatusChangeListener::OnRemoveSystemAbility( in OnRemoveSystemAbility()
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h52 class DmAccountCommonEventManager { class
54 DmAccountCommonEventManager() = default;
55 ~DmAccountCommonEventManager();
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h250 std::shared_ptr<DmAccountCommonEventManager> accountCommonEventManager_;
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1594 accountCommonEventManager_ = std::make_shared<DmAccountCommonEventManager>(); in SubscribeAccountCommonEvent()

Completed in 6 milliseconds