Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp112 std::vector<std::string> PublishCommonEventVec; in SubscribePublishCommonEvent() local
114 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE); in SubscribePublishCommonEvent()
118 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_WIFI_POWER_STATE); in SubscribePublishCommonEvent()
120 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SubscribePublishCommonEvent()
121 PublishCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SubscribePublishCommonEvent()
122 if (publshCommonEventManager_->SubscribePublishCommonEvent(PublishCommonEventVec, callback)) { in SubscribePublishCommonEvent()

Completed in 4 milliseconds