Home
last modified time | relevance | path

Searched refs:mnc_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp131 mnc_ = gsmCell.mnc_; in GsmCellInformation()
145 mnc_ = gsmCell.mnc_; in operator =()
159 return mcc_ == other.mcc_ && mnc_ == other.mnc_ && in operator ==()
317 mnc_ = lteCell.mnc_; in LteCellInformation()
331 mnc_ = lteCell.mnc_; in operator =()
501 mnc_ = wcdmaCell.mnc_; in WcdmaCellInformation()
515 mnc_ = wcdmaCell.mnc_; in operator =()
685 mnc_ = tdscdmaCell.mnc_; in TdscdmaCellInformation()
699 mnc_ = tdscdmaCell.mnc_; in operator =()
1062 mnc_ = nrCell.mnc_; in NrCellInformation()
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp49 mnc_(MNC_UNDEFINED), in ResConfigImpl()
187 this->mnc_ = mnc; in SetMnc()
274 return this->mnc_; in GetMnc()
419 if (!IsMccMncMatch(other->mcc_, other->mnc_)) { in Match()
457 if (mnc == MNC_UNDEFINED || this->mnc_ == mnc) { in IsMccMncMatch()
522 int ret = IsMccMncMoreSuitable(other->mcc_, other->mnc_, request->mcc_, request->mnc_); in IsMoreSuitable()
582 bool isMccOrMncDiff = this->mcc_ != otherMcc || this->mnc_ != otherMnc; in IsMccMncMoreSuitable()
584 …int weightsThis = static_cast<int>(this->mcc_ != MCC_UNDEFINED) + static_cast<int>(this->mnc_ != M… in IsMccMncMoreSuitable()
692 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ != MNC_UNDEFINED) { in IsMoreSpecificThan()
693 if (this->mcc_ != other->mcc_ || this->mnc_ != other->mnc_) { in IsMoreSpecificThan()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp60 return mnc_; in GetMnc()
64 mnc_ = mnc; in SetMnc()
136 if (!mnc_.empty()) { in UpdateResConfig()
138 if (ConvertStringToUint32(mnc_, mncNum)) { in UpdateResConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp423 if ((candidateConfig.mnc_ != bestConfig.mnc_) && deviceConfig.mnc_) { in IsCandidateResConfigPreferred()
424 return candidateConfig.mnc_; in IsCandidateResConfigPreferred()
614 return !(supported.mnc_ != 0 && supported.mnc_ != desired.mnc_); in IsMccMncMatch()
688mnc_ == other.mnc_ && screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ && in operator ==()
918 mnc_ = keyParam.value; in ParseConfig()
921 mnc_ = keyParam.value; in ParseConfig()
1035 if (resConfig.mcc_ != MCC_UNDEFINED && resConfig.mnc_ != MNC_UNDEFINED) { in ConvertResConfigToTag()
1038 GetConfigString(KeyType::MNC_SHORT_LEN, resConfig.mnc_, resTag); in ConvertResConfigToTag()
1040 GetConfigString(KeyType::MNC, resConfig.mnc_, resTag); in ConvertResConfigToTag()
H A Dace_res_config.h43 … : mcc_(mcc), mnc_(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), in AceResConfig()
85 int32_t mnc_ = MNC_UNDEFINED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h122 mnc_ = mnc; in SetMnc()
127 return mnc_; in GetMnc()
174 uint32_t mnc_ = 0; variable
H A Dsystem_properties.h400 return mnc_; in GetMnc()
617 static int32_t mnc_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp70 int32_t SystemProperties::mnc_ = MNC_UNDEFINED; member in OHOS::Ace::SystemProperties
197 mnc_ = mnc; in InitMccMnc()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h55 std::string mnc_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h255 uint32_t mnc_; variable
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp85 cell->mnc_ = mnc; in CreateGsmCellInfo()
104 cell->mnc_ = mnc; in CreateLteCellInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp407 int32_t SystemProperties::mnc_ = MNC_UNDEFINED; member in OHOS::Ace::SystemProperties
628 mnc_ = mnc; in InitMccMnc()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h94 std::string mnc_ = ""; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp154 return mnc_; in ObtainMNC()
745 mnc_ = ""; in ClearData()
H A Dsim_file.cpp75 if (mnc_.empty()) { in ObtainMNC()
87 mnc_ = ((imsiLen >= length) ? imsi.substr(MCC_LEN, lengthOfMnc_) : ""); in ObtainMNC()
89 return mnc_; in ObtainMNC()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_file.h142 std::string mnc_ = ""; variable