Home
last modified time | relevance | path

Searched refs:GetStandbySwitch (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Ddark_state.cpp35 if (StandbyConfigManager::GetInstance()->GetStandbySwitch(NAP_SWITCH)) { in DarkState()
37 } else if (StandbyConfigManager::GetInstance()->GetStandbySwitch(SLEEP_SWITCH)) { in DarkState()
H A Dnap_state.cpp57 if (StandbyConfigManager::GetInstance()->GetStandbySwitch(SLEEP_SWITCH)) { in BeginState()
H A Dsleep_state.cpp52 if (!StandbyConfigManager::GetInstance()->GetStandbySwitch(DETECT_MOTION_CONFIG)) { in Init()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript20 *GetStandbySwitch*;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dconstraint_manager_adapter.cpp36 if (StandbyConfigManager::GetInstance()->GetStandbySwitch(DETECT_MOTION_CONFIG)) { in Init()
/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dtimed_task.cpp40 if (StandbyConfigManager::GetInstance()->GetStandbySwitch(S3_SWITCH)) { in TimedTask()
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp142 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetStandbySwitch(str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h81 bool GetStandbySwitch(const std::string& switchName);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp363 bool StandbyConfigManager::GetStandbySwitch(const std::string& switchName) in GetStandbySwitch() function in OHOS::DevStandbyMgr::StandbyConfigManager