Home
last modified time | relevance | path

Searched refs:mnc_ (Results 1 - 14 of 14) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp45 mnc_ = mnc_str; in Init()
48 mnc_ = std::to_string(mnc); in Init()
57 mnc_ = mnc; in Init()
75 return mnc_; in GetMnc()
131 mnc_ = gsmCell.mnc_; in GsmCellInformation()
145 mnc_ = gsmCell.mnc_; in operator =()
159 return mcc_ == other.mcc_ && mnc_ == other.mnc_ in operator ==()
[all...]
H A Dprofile_info_list_parcel.cpp31 !parcel.ReadString16(profile.carrierId_.mcc_) || !parcel.ReadString16(profile.carrierId_.mnc_) || in ReadProfileFromParcel()
100 !parcel.WriteString16(profile.carrierId_.mnc_) || in Marshalling()
H A Dcore_service_proxy.cpp3235 euiccProfile.carrierId_.mnc_ = reply.ReadString16(); in ReadEuiccProfileFromReply()
3425 ci.mnc_ = reply.ReadString16(); in ParseRulesAuthTableReply()
/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_ != MNC_UNDEFINED); in IsMccMncMoreSuitable()
692 if (this->mcc_ != MCC_UNDEFINED && this->mnc_ ! in IsMoreSpecificThan()
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Desim_state_type.h116 std::u16string mnc_ = u""; member
141 std::u16string mnc_ = u""; member
H A Dcell_information.h94 std::string mnc_ = ""; member in OHOS::Telephony::CellInformation
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h255 uint32_t mnc_; member in OHOS::Global::Resource::ResConfigImpl
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp85 cell->mnc_ = mnc; in CreateGsmCellInfo()
104 cell->mnc_ = mnc; in CreateLteCellInfo()
/base/telephony/core_service/services/sim/include/
H A Dicc_file.h142 std::string mnc_ = ""; member in OHOS::Telephony::IccFile
/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp154 return mnc_; in ObtainMNC()
749 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()
H A Desim_file.cpp526 dst.carrierId_.mnc_ = OHOS::Telephony::ToUtf16(mnc); in ConvertProfileInfoToApiStruct()
900 carrierId.mnc_ = OHOS::Telephony::ToUtf16(std::string(mMnc.c_str())); in CarrierIdentifiers()
/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp2042 ret = (ret && reply.WriteString16(profile.carrierId_.mnc_)); in OnGetEuiccProfileInfoList()
2130 ret = (ret && reply.WriteString16(carrier.mnc_)); in OnGetRulesAuthTable()
2220 ret = (ret && reply.WriteString16(eUiccProfile.carrierId_.mnc_)); in OnGetProfile()
/base/telephony/core_service/frameworks/js/esim/src/
H A Dnapi_esim.cpp260 SetPropertyToNapiObject(env, val, "mnc", NapiUtil::ToUtf8(operatorId.mnc_)); in OperatorIdConversion()

Completed in 31 milliseconds