Home
last modified time | relevance | path

Searched refs:mcc_ (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.cpp425 if ((candidateConfig.mcc_ != bestConfig.mcc_) && deviceConfig.mcc_) { in IsCandidateResConfigPreferred()
426 return candidateConfig.mcc_; in IsCandidateResConfigPreferred()
616 if (supported.mcc_ != 0 && supported.mcc_ != desired.mcc_) { in IsMccMncMatch()
692 …== other.language_ && script_ == other.script_ && region_ == other.region_ && mcc_ == other.mcc_ && in operator ==()
920 mcc_ = keyParam.value; in ParseConfig()
1041 if (resConfig.mcc_ != MCC_UNDEFINED && resConfig.mnc_ != MNC_UNDEFINED) { in ConvertResConfigToTag()
1042 GetConfigString(KeyType::MCC, resConfig.mcc_, resTag); in ConvertResConfigToTag()
Dace_res_config.h43 … : mcc_(mcc), mnc_(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), in AceResConfig()
84 int32_t mcc_ = MCC_UNDEFINED; variable
/foundation/arkui/ace_engine/frameworks/base/utils/
Dsystem_properties.h236 return mcc_; in GetMcc()
369 static int32_t mcc_; variable
/foundation/arkui/ace_engine/adapter/preview/osal/
Dsystem_properties.cpp58 int32_t SystemProperties::mcc_ = MCC_UNDEFINED; member in OHOS::Ace::SystemProperties
161 mcc_ = mcc; in InitMccMnc()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dsystem_properties.cpp220 int32_t SystemProperties::mcc_ = MCC_UNDEFINED; member in OHOS::Ace::SystemProperties
385 mcc_ = mcc; in InitMccMnc()