Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_subscriber_stub.cpp60 void StandbyServiceSubscriberStub::OnDeviceIdleMode(bool napped, bool sleeped) in OnDeviceIdleMode() function in OHOS::DevStandbyMgr::StandbyServiceSubscriberStub
78 OnDeviceIdleMode(napped, sleeped); in HandleOnDeviceIdleMode()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_standby_state_change_callback.h35 void OnDeviceIdleMode(bool napped, bool sleeping) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp28 void WorkStandbyStateChangeCallback::OnDeviceIdleMode(bool napped, bool sleeping) in OnDeviceIdleMode() function in OHOS::WorkScheduler::WorkStandbyStateChangeCallback
H A Dwork_scheduler_service.cpp1039 standbyStateObserver_->OnDeviceIdleMode(std::stoi(value), 0); in DumpParamSet()
/foundation/resourceschedule/device_standby/frameworks/include/
H A Dstandby_service_subscriber_proxy.h38 void OnDeviceIdleMode(bool napped, bool sleeping) override;
H A Distandby_service_subscriber.h38 virtual void OnDeviceIdleMode(bool napped, bool sleeping) = 0;
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_subscriber_stub.h42 void OnDeviceIdleMode(bool napped, bool sleeping) override;
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp351 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(true, false); in OnWorkStandbyStateChange()
352 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(true, true); in OnWorkStandbyStateChange()
353 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(false, true); in OnWorkStandbyStateChange()
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_subscriber_proxy.cpp30 void StandbyServiceSubscriberProxy::OnDeviceIdleMode(bool napped, bool sleeping) in OnDeviceIdleMode() function in OHOS::DevStandbyMgr::StandbyServiceSubscriberProxy
34 STANDBYSERVICE_LOGW("OnDeviceIdleMode remote is dead."); in OnDeviceIdleMode()
39 STANDBYSERVICE_LOGW("OnDeviceIdleMode write interface token failed."); in OnDeviceIdleMode()
44 STANDBYSERVICE_LOGW("OnDeviceIdleMode write parameter failed."); in OnDeviceIdleMode()
53 STANDBYSERVICE_LOGE("OnDeviceIdleMode SendRequest failed, error code: %d", ret); in OnDeviceIdleMode()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp114 (*iter)->OnDeviceIdleMode(napped, sleeping); in NotifyIdleModeByCallback()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp607 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(true, false); in HWTEST_F()
608 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(true, true); in HWTEST_F()
609 workSchedulerService_->standbyStateObserver_->OnDeviceIdleMode(false, true); in HWTEST_F()
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp221 proxy->OnDeviceIdleMode(false, false); in HWTEST_F()

Completed in 8 milliseconds