/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_information.cpp | 130 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 D | res_config_impl.cpp | 48 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 D | resource_config_helper.cpp | 52 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 D | resource_configuration.h | 112 mcc_ = mcc; in SetMcc() 117 return mcc_; in GetMcc() 173 uint32_t mcc_ = 0; variable
|
H A D | system_properties.h | 395 return mcc_; in GetMcc() 616 static int32_t mcc_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 420 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 D | ace_res_config.h | 43 … : 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 D | mcc_pool.h | 273 int mcc_ = 0; 278 mcc_ = mcc; in MccAccess()
|
H A D | icc_file.h | 141 std::string mcc_ = ""; variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 69 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 D | resource_config_helper.h | 54 std::string mcc_; variable
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_config_impl.h | 254 uint32_t mcc_; variable
|
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 83 cell->mcc_ = mcc; in CreateGsmCellInfo() 102 cell->mcc_ = mcc; in CreateLteCellInfo()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 406 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 D | cell_information.h | 93 std::string mcc_ = "";
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | mcc_pool.cpp | 32 [mcc](const auto &p) { return p != nullptr && p->mcc_ == mcc; }); in AccessToMcc() 341 return (mccAccessA->mcc_ < mccAccessB->mcc_); in MccCompare()
|
H A D | icc_file.cpp | 146 return mcc_; in ObtainMCC() 744 mcc_ = ""; in ClearData()
|
H A D | sim_file.cpp | 56 if (mcc_.empty()) { in ObtainMCC() 68 mcc_ = ((imsiLen >= length) ? imsi.substr(0, MCC_LEN) : ""); in ObtainMCC() 70 return mcc_; in ObtainMCC()
|