Home
last modified time | relevance | path

Searched refs:GetSettingAutoBrightness (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_setting_helper.h39 … static bool GetSettingAutoBrightness(const std::string& key = SETTING_AUTO_ADJUST_BRIGHTNESS_KEY);
H A Dbrightness_service.h105 … static bool GetSettingAutoBrightness(const std::string& key = SETTING_AUTO_ADJUST_BRIGHTNESS_KEY);
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_setting_helper.h36 … static bool GetSettingAutoBrightness(const std::string& key = SETTING_AUTO_ADJUST_BRIGHTNESS_KEY);
H A Ddisplay_power_mgr_service.h136 … static bool GetSettingAutoBrightness(const std::string& key = SETTING_AUTO_ADJUST_BRIGHTNESS_KEY);
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp137 bool enable = GetSettingAutoBrightness(); in SetBootCompletedAutoBrightness()
173 bool isSettingEnable = GetSettingAutoBrightness(key); in AutoBrightnessSettingUpdateFunc()
202 bool DisplayPowerMgrService::GetSettingAutoBrightness(const std::string& key) in GetSettingAutoBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
204 return DisplaySettingHelper::GetSettingAutoBrightness(key); in GetSettingAutoBrightness()
H A Ddisplay_setting_helper.cpp133 bool DisplaySettingHelper::GetSettingAutoBrightness(const std::string& key) in GetSettingAutoBrightness() function in OHOS::DisplayPowerMgr::DisplaySettingHelper
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_setting_helper.cpp135 bool BrightnessSettingHelper::GetSettingAutoBrightness(const std::string& key) in GetSettingAutoBrightness() function in OHOS::DisplayPowerMgr::BrightnessSettingHelper
H A Dbrightness_service.cpp156 bool isAutoEnable = BrightnessService::Get().GetSettingAutoBrightness(); in OnFoldStatusChanged()
408 bool BrightnessService::GetSettingAutoBrightness(const std::string& key) in GetSettingAutoBrightness() function in OHOS::DisplayPowerMgr::BrightnessService
410 return BrightnessSettingHelper::GetSettingAutoBrightness(key); in GetSettingAutoBrightness()