Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp48 std::shared_ptr<DmPublishCommonEventManager> publshCommonEventManager in HWTEST_F()
49 = std::make_shared<DmPublishCommonEventManager>(); in HWTEST_F()
60 std::shared_ptr<DmPublishCommonEventManager> publshCommonEventManager in HWTEST_F()
61 = std::make_shared<DmPublishCommonEventManager>(); in HWTEST_F()
95 std::shared_ptr<DmPublishCommonEventManager> publshCommonEventManager in HWTEST_F()
96 = std::make_shared<DmPublishCommonEventManager>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp49 DmPublishCommonEventManager::~DmPublishCommonEventManager() in ~DmPublishCommonEventManager()
51 DmPublishCommonEventManager::UnsubscribePublishCommonEvent(); in ~DmPublishCommonEventManager()
54 bool DmPublishCommonEventManager::SubscribePublishCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribePublishCommonEvent()
103 bool DmPublishCommonEventManager::UnsubscribePublishCommonEvent() in UnsubscribePublishCommonEvent()
139 void DmPublishCommonEventManager::SetSubscriber(std::shared_ptr<DmPublishEventSubscriber> subscriber) in SetSubscriber()
145 std::shared_ptr<DmPublishEventSubscriber> DmPublishCommonEventManager::GetSubscriber() in GetSubscriber()
252 void DmPublishCommonEventManager::SystemAbilityStatusChangeListener::OnAddSystemAbility( in OnAddSystemAbility()
271 void DmPublishCommonEventManager::SystemAbilityStatusChangeListener::OnRemoveSystemAbility( in OnRemoveSystemAbility()
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h67 class DmPublishCommonEventManager { class
69 DmPublishCommonEventManager() = default;
70 ~DmPublishCommonEventManager();
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h254 std::shared_ptr<DmPublishCommonEventManager> publshCommonEventManager_;
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp107 publshCommonEventManager_ = std::make_shared<DmPublishCommonEventManager>(); in SubscribePublishCommonEvent()

Completed in 5 milliseconds