Home
last modified time | relevance | path

Searched refs:IsAutoAdjustBrightnessSettingValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h65 static bool IsAutoAdjustBrightnessSettingValid();
H A Dsetting_helper.cpp250 bool SettingHelper::IsAutoAdjustBrightnessSettingValid() in IsAutoAdjustBrightnessSettingValid() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_native_test.cpp158 auto flag = SettingHelper::IsAutoAdjustBrightnessSettingValid();
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp415 if (isBoot && SettingHelper::IsAutoAdjustBrightnessSettingValid()) { in SetAutoAdjustBrightness()