Home
last modified time | relevance | path

Searched refs:otherMnc (Results 1 – 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h181 …int IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, uint32_t reque…
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp514 int ResConfigImpl::IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, in IsMccMncMoreSuitable() argument
520 bool isMccOrMncDiff = this->mcc_ != otherMcc || this->mnc_ != otherMnc; in IsMccMncMoreSuitable()