Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp51 bool ret = publshCommonEventManager->SubscribePublishCommonEvent(publishCommonEventVec, nullptr); in HWTEST_F()
54 ret = publshCommonEventManager->SubscribePublishCommonEvent(publishCommonEventVec, nullptr); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h71 bool SubscribePublishCommonEvent(const std::vector<std::string> &eventNameVec,
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp54 bool DmPublishCommonEventManager::SubscribePublishCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribePublishCommonEvent() function in OHOS::DistributedHardware::DmPublishCommonEventManager
/foundation/distributedhardware/device_manager/services/service/include/
H A Ddevice_manager_service.h231 void SubscribePublishCommonEvent();
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp93 SubscribePublishCommonEvent(); in InitSoftbusListener()
103 void DeviceManagerService::SubscribePublishCommonEvent() in SubscribePublishCommonEvent() function in OHOS::DistributedHardware::DeviceManagerService
122 if (publshCommonEventManager_->SubscribePublishCommonEvent(PublishCommonEventVec, callback)) { in SubscribePublishCommonEvent()

Completed in 5 milliseconds