Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp109 std::vector<std::string> PublishCommonEventVec; in SubscribePublishCommonEvent() local
111PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE); in SubscribePublishCommonEvent()
115 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_WIFI_POWER_STATE); in SubscribePublishCommonEvent()
117 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SubscribePublishCommonEvent()
118 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SubscribePublishCommonEvent()
119 if (publshCommonEventManager_->SubscribePublishCommonEvent(PublishCommonEventVec, callback)) { in SubscribePublishCommonEvent()