Home
last modified time | relevance | path

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

/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_ != MNC_UNDEFINED); in IsMccMncMoreSuitable()
585 int weightsOther = 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.cpp239 if (this->overrideResConfig_->GetMcc() != MCC_UNDEFINED) { in getCompleteOverrideConfig()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h58 static const uint32_t MCC_UNDEFINED = 0; member
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h245 uint32_t mcc = MCC_UNDEFINED;

Completed in 4 milliseconds