Searched refs:SysParam (Results 1 - 9 of 9) sorted by relevance
/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_param_helper.cpp | 25 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 D | display_param_helper.cpp | 25 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 D | sysparam.cpp | 24 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 D | sysparam.h | 26 class SysParam { class
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_util_test.cpp | 338 std::shared_ptr<SysParam> sysParam = std::make_shared<SysParam>(); in HWTEST_F()
|
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_service.cpp | 48 SysParam::BootCompletedCallback g_bootCompletedCallback;
108 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback);
in RegisterBootCompletedCallback()
|
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 53 SysParam::BootCompletedCallback g_bootCompletedCallback; 104 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 62 SysParam::BootCompletedCallback g_bootCompletedCallback; 121 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 75 SysParam::BootCompletedCallback g_bootCompletedCallback; 173 SysParam::RegisterBootCompletedCallback(g_bootCompletedCallback); in RegisterBootCompletedCallback()
|
Completed in 8 milliseconds