Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp48 mcc_(MCC_UNDEFINED), in ResConfigImpl()
316 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMccMncMatch()
317 if (mcc != MCC_UNDEFINED && mnc != MNC_UNDEFINED) { in IsMccMncMatch()
322 } else if (this->mcc_ != MCC_UNDEFINED && this->mnc_ == MNC_UNDEFINED) { in IsMccMncMatch()
323 if (mcc != MCC_UNDEFINED && this->mcc_ != mcc) { in IsMccMncMatch()
434 bool defined = requestMcc != MCC_UNDEFINED && requestMnc != MNC_UNDEFINED; in IsMccMncMoreSuitable()
435 bool mccDefined = requestMcc != MCC_UNDEFINED && requestMnc == MNC_UNDEFINED; in IsMccMncMoreSuitable()
439 if ((this->mcc_ != MCC_UNDEFINED) && (this->mnc_ != MNC_UNDEFINED)) { in IsMccMncMoreSuitable()
447 if (this->mcc_ != MCC_UNDEFINED) { in IsMccMncMoreSuitable()
548 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMoreSpecificThan()
[all …]
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h57 static const uint32_t MCC_UNDEFINED = 0; variable
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h212 uint32_t mcc = MCC_UNDEFINED;