Home
last modified time | relevance | path

Searched refs:operatorNumeric (Results 1 – 25 of 31) sorted by relevance

12

/base/telephony/core_service/frameworks/native/src/
Dnetwork_state.cpp40 psOperatorInfo_.operatorNumeric = ""; in Init()
41 csOperatorInfo_.operatorNumeric = ""; in Init()
78 psOperatorInfo_.operatorNumeric = readString; in ReadParcelString()
90 csOperatorInfo_.operatorNumeric = readString; in ReadParcelString()
138 psOperatorInfo_.operatorNumeric == other.psOperatorInfo_.operatorNumeric && in operator ==()
141 csOperatorInfo_.operatorNumeric == other.csOperatorInfo_.operatorNumeric && in operator ==()
158 if (!parcel.WriteString(psOperatorInfo_.operatorNumeric)) { in Marshalling()
167 if (!parcel.WriteString(csOperatorInfo_.operatorNumeric)) { in Marshalling()
229 if (!psOperatorInfo_.operatorNumeric.empty()) { in GetPlmnNumeric()
230 return psOperatorInfo_.operatorNumeric; in GetPlmnNumeric()
[all …]
Dnetwork_information.cpp29 …const std::string &operatorShortName, const std::string &operatorNumeric, int32_t state, int32_t r… in SetOperateInformation() argument
33 operatorNumeric_ = operatorNumeric; in SetOperateInformation()
Dcore_service_client.cpp271 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
278 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/base/telephony/sms_mms/services/mms/
Dmms_apn_info.cpp115 std::u16string operatorNumeric; in PdpProfileSelect() local
116 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
117 std::string mccmnc = StringUtils::ToUtf8(operatorNumeric); in PdpProfileSelect()
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_information.h35 const std::string &operatorNumeric, int32_t state, int32_t rat_);
Dnetwork_search_types.h276 std::string operatorNumeric = ""; member
Di_sim_manager.h88 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_client.h194 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
Di_core_service.h68 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_proxy.h62 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
Dtelephonyobserver_fuzzer.cpp112 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
115 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_manager.cpp192 std::u16string operatorNumeric; in CreateAllApnItemByDatabase() local
193 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase()
194 std::string numeric = Str16ToStr8(operatorNumeric); in CreateAllApnItemByDatabase()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_elementary_file_test.cpp135 std::u16string operatorNumeric; variable
136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric);
137 std::string result = Str16ToStr8(operatorNumeric);
152 std::u16string operatorNumeric; variable
153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
154 std::string result = Str16ToStr8(operatorNumeric);
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h173 std::string operatorNumeric = ""; member
/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp211 std::u16string operatorNumeric = u""; in NotifySpnChanged() local
212 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged()
213 simPlmn = Str16ToStr8(operatorNumeric); in NotifySpnChanged()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp321 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
324 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp339 std::string operatorNumeric = ObtainSimOperator(); in LoadVoiceMail() local
340 SetVoiceMailByOperator(operatorNumeric); in LoadVoiceMail()
Dsim_manager.cpp652 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
662 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2990 operatorNumeric: string; property
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp371 std::u16string operatorNumeric; in GetMmsc() local
372 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()
373 std::string mccmnc = StringUtils::ToUtf8(operatorNumeric); in GetMmsc()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp820 std::u16string operatorNumeric; in GetMcc() local
821 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMcc()
822 std::string imsi = Str16ToStr8(operatorNumeric); in GetMcc()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp743 std::string operatorNumeric = "46011"; variable
744 apnManager->GetCTOperator(0, operatorNumeric);
745 EXPECT_EQ(operatorNumeric, "46011");
/base/telephony/core_service/services/sim/include/
Dsim_manager.h95 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/services/core/include/
Dcore_service.h77 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp678 std::u16string operatorNumeric; in NativeGetSimOperatorNumeric() local
680 asyncContext->slotId, operatorNumeric); in NativeGetSimOperatorNumeric()
682 asyncContext->callbackVal = NapiUtil::ToUtf8(operatorNumeric); in NativeGetSimOperatorNumeric()
709 std::u16string operatorNumeric; in GetSimOperatorNumericSync() local
713 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
720 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
725 …layedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumericSync()
727 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()

12