Home
last modified time | relevance | path

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

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