Home
last modified time | relevance | path

Searched refs:mcc_ (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp130 mcc_ = gsmCell.mcc_; in GsmCellInformation()
144 mcc_ = gsmCell.mcc_; in operator =()
159 return mcc_ == other.mcc_ && mnc_ == other.mnc_ && in operator ==()
316 mcc_ = lteCell.mcc_; in LteCellInformation()
330 mcc_ = lteCell.mcc_; in operator =()
500 mcc_ = wcdmaCell.mcc_; in WcdmaCellInformation()
514 mcc_ = wcdmaCell.mcc_; in operator =()
684 mcc_ = tdscdmaCell.mcc_; in TdscdmaCellInformation()
698 mcc_ = tdscdmaCell.mcc_; in operator =()
1061 mcc_ = nrCell.mcc_; in NrCellInformation()
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp48 mcc_(MCC_UNDEFINED), in ResConfigImpl()
182 this->mcc_ = mcc; in SetMcc()
269 return this->mcc_; in GetMcc()
419 if (!IsMccMncMatch(other->mcc_, other->mnc_)) { in Match()
456 if (this->mcc_ == mcc) { 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()
583 bool isMccDiff = this->mcc_ != otherMcc; 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.cpp52 return mcc_; in GetMcc()
56 mcc_ = mcc; in SetMcc()
129 if (!mcc_.empty()) { in UpdateResConfig()
131 if (ConvertStringToUint32(mcc_, mccNum)) { in UpdateResConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h112 mcc_ = mcc; in SetMcc()
117 return mcc_; in GetMcc()
173 uint32_t mcc_ = 0; variable
H A Dsystem_properties.h395 return mcc_; in GetMcc()
616 static int32_t mcc_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp420 if ((candidateConfig.mcc_ != bestConfig.mcc_) && deviceConfig.mcc_) { in IsCandidateResConfigPreferred()
421 return candidateConfig.mcc_; in IsCandidateResConfigPreferred()
611 if (supported.mcc_ != 0 && supported.mcc_ != desired.mcc_) { in IsMccMncMatch()
687 …== other.language_ && script_ == other.script_ && region_ == other.region_ && mcc_ == other.mcc_ && in operator ==()
915 mcc_ = keyParam.value; in ParseConfig()
1035 if (resConfig.mcc_ != MCC_UNDEFINED && resConfig.mnc_ != MNC_UNDEFINED) { in ConvertResConfigToTag()
1036 GetConfigString(KeyType::MCC, resConfig.mcc_, resTag); in ConvertResConfigToTag()
H A Dace_res_config.h43 … : mcc_(mcc), mnc_(mnc), orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), in AceResConfig()
84 int32_t mcc_ = MCC_UNDEFINED; variable
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h273 int mcc_ = 0;
278 mcc_ = mcc; in MccAccess()
H A Dicc_file.h141 std::string mcc_ = ""; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp69 int32_t SystemProperties::mcc_ = MCC_UNDEFINED; member in OHOS::Ace::SystemProperties
196 mcc_ = mcc; in InitMccMnc()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dresource_config_helper.h54 std::string mcc_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h254 uint32_t mcc_; variable
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp83 cell->mcc_ = mcc; in CreateGsmCellInfo()
102 cell->mcc_ = mcc; in CreateLteCellInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp406 int32_t SystemProperties::mcc_ = MCC_UNDEFINED; member in OHOS::Ace::SystemProperties
627 mcc_ = mcc; in InitMccMnc()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h93 std::string mcc_ = "";
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmcc_pool.cpp32 [mcc](const auto &p) { return p != nullptr && p->mcc_ == mcc; }); in AccessToMcc()
341 return (mccAccessA->mcc_ < mccAccessB->mcc_); in MccCompare()
H A Dicc_file.cpp146 return mcc_; in ObtainMCC()
744 mcc_ = ""; in ClearData()
H A Dsim_file.cpp56 if (mcc_.empty()) { in ObtainMCC()
68 mcc_ = ((imsiLen >= length) ? imsi.substr(0, MCC_LEN) : ""); in ObtainMCC()
70 return mcc_; in ObtainMCC()