Home
last modified time | relevance | path

Searched refs:IsMccMncMoreSuitable (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.cpp522 int ret = IsMccMncMoreSuitable(other->mcc_, other->mnc_, request->mcc_, request->mnc_); in IsMoreSuitable()
576 int ResConfigImpl::IsMccMncMoreSuitable(uint32_t otherMcc, uint32_t otherMnc, uint32_t requestMcc, in IsMccMncMoreSuitable() function in OHOS::Global::Resource::ResConfigImpl

Completed in 3 milliseconds