Home
last modified time | relevance | path

Searched refs:GetDeviceSleep (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_standby_state_change_callback.cpp60 if (!dataManager->GetDeviceSleep()) { in OnAllowListChanged()
74 std::make_shared<DetectorValue>(0, 0, dataManager->GetDeviceSleep(), std::string())); in OnAllowListChanged()
H A Dwork_sched_data_manager.cpp26 bool DataManager::GetDeviceSleep() const in GetDeviceSleep() function in OHOS::WorkScheduler::DataManager
H A Dwork_status.cpp357 if (dataManager->GetDeviceSleep()) { in IsStandbyExemption()
H A Dwork_policy_manager.cpp361 if (DelayedSingleton<DataManager>::GetInstance()->GetDeviceSleep() && in IsSpecialScene()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_sched_data_manager.h33 bool GetDeviceSleep() const;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_sched_data_manager_test.cpp138 EXPECT_FALSE(dataManager_->GetDeviceSleep());