Home
last modified time | relevance | path

Searched defs:napped (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp60 void StandbyServiceSubscriberStub::OnDeviceIdleMode(bool napped, bool sleeped) in OnDeviceIdleMode()
72 bool napped {false}; in HandleOnDeviceIdleMode() local
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_event_subscriber.cpp41 const bool napped = event.GetWant().GetBoolParam(LOCATOR_STANDBY_NAP, 0); in OnReceiveEvent() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp32 void WorkStandbyStateChangeCallback::OnDeviceIdleMode(bool napped, bool sleeping) in OnDeviceIdleMode()
/ohos5.0/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp101 bool napped = curState == StandbyState::NAP; in ReportStandbyState() local
108 void StandbyStateSubscriber::NotifyIdleModeByCallback(bool napped, bool sleeping) in NotifyIdleModeByCallback()
120 void StandbyStateSubscriber::NotifyIdleModeByCommonEvent(bool napped, bool sleeping) in NotifyIdleModeByCommonEvent()
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp30 void StandbyServiceSubscriberProxy::OnDeviceIdleMode(bool napped, bool sleeping) in OnDeviceIdleMode()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp765 const bool napped = eventData.GetWant().GetBoolParam(WIFI_STANDBY_NAP, 0); in OnReceiveStandbyEvent() local