Home
last modified time | relevance | path

Searched refs:otherMcc (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h235 int IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, uint32_t requestMnc) const;
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp576 int ResConfigImpl::IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, in IsMccMncMoreSuitable() argument
582 bool isMccOrMncDiff = this->mcc_ != otherMcc || this->mnc_ != otherMnc; in IsMccMncMoreSuitable()
583 bool isMccDiff = this->mcc_ != otherMcc; in IsMccMncMoreSuitable()
585 int weightsOther = static_cast<int>(otherMcc != MCC_UNDEFINED) + static_cast<int>(otherMnc != MNC_UNDEFINED); in IsMccMncMoreSuitable()

Completed in 3 milliseconds