Home
last modified time | relevance | path

Searched refs:MCC_UNDEFINED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp48 mcc_(MCC_UNDEFINED), in ResConfigImpl()
453 if (mcc == MCC_UNDEFINED && mnc == MNC_UNDEFINED) { in IsMccMncMatch()
580 bool defined = requestMcc != MCC_UNDEFINED && requestMnc != MNC_UNDEFINED; in IsMccMncMoreSuitable()
581 bool mccDefined = requestMcc != MCC_UNDEFINED && requestMnc == MNC_UNDEFINED; in IsMccMncMoreSuitable()
584 …int weightsThis = static_cast<int>(this->mcc_ != MCC_UNDEFINED) + static_cast<int>(this->mnc_ != M… in IsMccMncMoreSuitable()
585 …int weightsOther = static_cast<int>(otherMcc != MCC_UNDEFINED) + static_cast<int>(otherMnc != MNC_… in IsMccMncMoreSuitable()
692 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMoreSpecificThan()
696 } else if (this->mcc_ != MCC_UNDEFINED && this->mnc_ == MNC_UNDEFINED) { in IsMoreSpecificThan()
H A Dhap_manager.cpp238 if (this->overrideResConfig_->GetMcc() != MCC_UNDEFINED) { in getCompleteOverrideConfig()
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h58 static const uint32_t MCC_UNDEFINED = 0; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h242 uint32_t mcc = MCC_UNDEFINED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h84 int32_t mcc_ = MCC_UNDEFINED;
H A Dace_res_config.cpp1035 if (resConfig.mcc_ != MCC_UNDEFINED && resConfig.mnc_ != MNC_UNDEFINED) { in ConvertResConfigToTag()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp69 int32_t SystemProperties::mcc_ = MCC_UNDEFINED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h48 constexpr int32_t MCC_UNDEFINED = 0; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp406 int32_t SystemProperties::mcc_ = MCC_UNDEFINED;