Home
last modified time | relevance | path

Searched refs:SysParam (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_param_helper.cpp25 int32_t value = SysParam::GetIntValue(KEY_DEFAULT_BRIGHTNESS, BRIGHTNESS_DEFAULT); in GetDefaultBrightness()
31 int32_t value = SysParam::GetIntValue(KEY_MAX_BRIGHTNESS, BRIGHTNESS_MAX); in GetMaxBrightness()
37 int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS, BRIGHTNESS_MIN); in GetMinBrightness()
43 int32_t value = SysParam::GetIntValue(KEY_SLEEP_BRIGHTNESS, BRIGHTNESS_SLEEP); in GetSleepBrightness()
49 int32_t value = SysParam::GetIntValue(KEY_SLEEP_MINUMUM_REDUCTION_BRIGHTNESS, BRIGHTNESS_SLEEP_MINUMUM_REDUCTION); in GetSleepMinumumReductionBrightness()
55 int32_t value = SysParam::GetIntValue(KEY_SLEEP_DARKEN_TIME, BRIGHTNESS_SLEEP_DARKEN_TIME); in GetSleepDarkenTime()
61 SysParam::RegisterBootCompletedCallback(callback); in RegisterBootCompletedCallback()
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_param_helper.cpp25 int32_t value = SysParam::GetIntValue(KEY_DEFAULT_BRIGHTNESS, BRIGHTNESS_DEFAULT); in GetDefaultBrightness()
31 int32_t value = SysParam::GetIntValue(KEY_MAX_BRIGHTNESS, BRIGHTNESS_MAX); in GetMaxBrightness()
37 int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS, BRIGHTNESS_MIN); in GetMinBrightness()
43 SysParam::RegisterBootCompletedCallback(callback); in RegisterBootCompletedCallback()
/base/powermgr/power_manager/utils/param/src/
H A Dsysparam.cpp24 void SysParam::RegisterBootCompletedCallback(BootCompletedCallback& callback) in RegisterBootCompletedCallback()
39 int32_t SysParam::GetIntValue(const std::string& key, int32_t def) in GetIntValue()
/base/powermgr/power_manager/utils/param/include/
H A Dsysparam.h26 class SysParam { class
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_util_test.cpp338 std::shared_ptr<SysParam> sysParam = std::make_shared<SysParam>(); in HWTEST_F()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_service.cpp48 SysParam::BootCompletedCallback g_bootCompletedCallback;
108 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp53 SysParam::BootCompletedCallback g_bootCompletedCallback;
104 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp62 SysParam::BootCompletedCallback g_bootCompletedCallback;
121 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp75 SysParam::BootCompletedCallback g_bootCompletedCallback;
173 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()

Completed in 8 milliseconds