Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp142 int32_t switchVal = policy->GetPowerModeValuePolicy(PowerModePolicy::ServiceType::AUTO_ADJUST_BRIGHTNESS); in AutoAdjustBrightnessUpdateFunc() local
143 auto setVal = SettingHelper::GetSettingAutoAdjustBrightness(switchVal); in AutoAdjustBrightnessUpdateFunc()
144 if (setVal == switchVal) { in AutoAdjustBrightnessUpdateFunc()
165 int32_t switchVal = policy->GetPowerModeValuePolicy(PowerModePolicy::ServiceType::AUTO_WINDOWN_RORATION); in WindowRotationUpdateFunc() local
166 auto setVal = SettingHelper::GetSettingWindowRotation(switchVal); in WindowRotationUpdateFunc()
167 if (setVal == switchVal) { in WindowRotationUpdateFunc()
188 int32_t switchVal = policy->GetPowerModeValuePolicy(PowerModePolicy::ServiceType::VIBRATORS_STATE); in VibrateStateUpdateFunc() local
189 auto setVal = SettingHelper::GetSettingVibration(switchVal); in VibrateStateUpdateFunc()
190 if (setVal == switchVal) { in VibrateStateUpdateFunc()
211 int32_t switchVal in IntellVoiceUpdateFunc() local
[all...]

Completed in 1 milliseconds