Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.h46 void OnReceiveScreenEvent(const OHOS::EventFwk::CommonEventData &eventData);
H A Dwifi_event_subscriber_manager.cpp66 …::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, &CesEventSubscriber::OnReceiveScreenEvent},
67 …:EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, &CesEventSubscriber::OnReceiveScreenEvent},
614 void CesEventSubscriber::OnReceiveScreenEvent(const OHOS::EventFwk::CommonEventData &eventData) in OnReceiveScreenEvent() function in OHOS::Wifi::CesEventSubscriber