Searched refs:isBoosted (Results 1 – 3 of 3) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
D | zone_util.cpp | 236 bool isBoosted = false; in LookupTimezoneByCountryAndNITZ() local 244 GetCountryZones(region, defaultTimezone, isBoosted, zones); in LookupTimezoneByCountryAndNITZ() 279 bool isBoosted = false; in LookupTimezoneByCountry() local 284 GetCountryZones(region, defaultTimezone, isBoosted, zones); in LookupTimezoneByCountry() 294 if (isBoosted) { in LookupTimezoneByCountry() 320 void ZoneUtil::GetCountryZones(std::string ®ion, std::string &defaultTimzone, bool &isBoosted, in GetCountryZones() argument 357 GetDefaultAndBoost(value, defaultTimzone, isBoosted, zones); in GetCountryZones() 363 void ZoneUtil::GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted, in GetDefaultAndBoost() argument 379 isBoosted = true; in GetDefaultAndBoost() 382 isBoosted = false; in GetDefaultAndBoost()
|
/base/global/i18n/interfaces/native/inner_api/zone/include/ |
D | zone_util.h | 157 void GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted, 159 void GetCountryZones(std::string ®ion, std::string &defaultTimezone, bool &isBoosted,
|
/base/powermgr/display_manager/service/native/src/ |
D | screen_controller.cpp | 285 bool isBoosted = IsBrightnessBoosted(); in CanSetBrightness() local 287 isScreenOn, isOverridden, isBoosted); in CanSetBrightness() 288 return isScreenOn && !isOverridden && !isBoosted; in CanSetBrightness()
|