Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp246 bool isBoosted = false; in LookupTimezoneByCountryAndNITZ() local
248 GetCountryZones(region, defaultTimezone, isBoosted, zones); in LookupTimezoneByCountryAndNITZ()
283 bool isBoosted = false; in LookupTimezoneByCountry() local
288 GetCountryZones(region, defaultTimezone, isBoosted, zones); in LookupTimezoneByCountry()
298 if (isBoosted) { in LookupTimezoneByCountry()
327 void ZoneUtil::GetCountryZones(std::string &region, std::string &defaultTimzone, bool &isBoosted, in GetCountryZones() argument
369 GetDefaultAndBoost(value, defaultTimzone, isBoosted, zones); in GetCountryZones()
375 void ZoneUtil::GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted, in GetDefaultAndBoost() argument
393 isBoosted = true; in GetDefaultAndBoost()
396 isBoosted in GetDefaultAndBoost()
[all...]
/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h156 void GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted,
158 void GetCountryZones(std::string &region, std::string &defaultTimezone, bool &isBoosted,
/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_controller.cpp307 bool isBoosted = IsBrightnessBoosted(); in CanSetBrightness() local
308 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "isScreenOn: %{public}d, isOverridden: %{public}d, isBoosted: %{public}d", in CanSetBrightness()
309 isScreenOn, isOverridden, isBoosted); in CanSetBrightness()
310 return isScreenOn && !isOverridden && !isBoosted; in CanSetBrightness()
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp964 bool isBoosted = IsBrightnessBoosted(); in CanSetBrightness() local
965 DISPLAY_HILOGD(FEAT_BRIGHTNESS, "isScreenOn: %{public}d, isOverridden: %{public}d, isBoosted: %{public}d", in CanSetBrightness()
966 isScreenOn, isOverridden, isBoosted); in CanSetBrightness()
967 return isScreenOn && !isOverridden && !isBoosted; in CanSetBrightness()

Completed in 5 milliseconds