Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp49 mnc_(MNC_UNDEFINED), in ResConfigImpl()
453 if (mcc == MCC_UNDEFINED && mnc == MNC_UNDEFINED) { in IsMccMncMatch()
457 if (mnc == MNC_UNDEFINED || this->mnc_ == mnc) { 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 …is = static_cast<int>(this->mcc_ != MCC_UNDEFINED) + static_cast<int>(this->mnc_ != MNC_UNDEFINED); in IsMccMncMoreSuitable()
585 …sOther = static_cast<int>(otherMcc != MCC_UNDEFINED) + static_cast<int>(otherMnc != MNC_UNDEFINED); 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.cpp241 if (this->overrideResConfig_->GetMnc() != MNC_UNDEFINED) { in getCompleteOverrideConfig()
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h59 static const uint32_t MNC_UNDEFINED = 0; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h243 uint32_t mnc = MNC_UNDEFINED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h85 int32_t mnc_ = MNC_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.cpp70 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h49 constexpr int32_t MNC_UNDEFINED = 0; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp407 int32_t SystemProperties::mnc_ = MNC_UNDEFINED;