Searched refs:PublishCommonEventVec (Results 1 – 1 of 1) sorted by relevance
109 std::vector<std::string> PublishCommonEventVec; in SubscribePublishCommonEvent() local111 … PublishCommonEventVec.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()