Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp40 psOperatorInfo_.operatorNumeric = ""; in Init()
41 csOperatorInfo_.operatorNumeric = ""; in Init()
80 psOperatorInfo_.operatorNumeric = readString; in ReadParcelString()
92 csOperatorInfo_.operatorNumeric = readString; in ReadParcelString()
148 psOperatorInfo_.operatorNumeric == other.psOperatorInfo_.operatorNumeric && in operator ==()
151 csOperatorInfo_.operatorNumeric == other.csOperatorInfo_.operatorNumeric && in operator ==()
260 if (!psOperatorInfo_.operatorNumeric.empty()) { in GetPlmnNumeric()
261 return psOperatorInfo_.operatorNumeric; in GetPlmnNumeric()
263 return csOperatorInfo_.operatorNumeric; in GetPlmnNumeric()
323 psOperatorInfo_.operatorNumeric = numeric; in SetOperatorInfo()
[all …]
H A 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()
H A Dcore_service_client.cpp291 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
298 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_apn_info.cpp116 std::u16string operatorNumeric; in PdpProfileSelect() local
117 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
118 std::string mccmnc = StringUtils::ToUtf8(operatorNumeric); in PdpProfileSelect()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp188 std::u16string operatorNumeric = u""; in NotifySpnChanged() local
189 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged()
190 simPlmn = Str16ToStr8(operatorNumeric); in NotifySpnChanged()
625 std::u16string operatorNumeric = u""; in IsChinaCard() local
626 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in IsChinaCard()
627 simPlmn = Str16ToStr8(operatorNumeric); in IsChinaCard()
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
H A Dtelephonyobserver_fuzzer.cpp112 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
115 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_information.h35 const std::string &operatorNumeric, int32_t state, int32_t rat_);
H A Dnetwork_search_types.h276 std::string operatorNumeric = ""; member
H A Di_sim_manager.h91 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
H A Dcore_service_client.h211 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
H A Di_core_service.h70 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
H A Dcore_service_proxy.h64 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A 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);
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp270 std::u16string operatorNumeric; in CreateAllApnItemByDatabase() local
271 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase()
272 std::string numeric = Str16ToStr8(operatorNumeric); in CreateAllApnItemByDatabase()
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp337 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
340 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h173 std::string operatorNumeric = ""; member
/ohos5.0/base/telephony/core_service/interfaces/kits/js/
H A D@ohos.telephony.radio.d.ts3041 operatorNumeric: string;
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp373 std::u16string operatorNumeric; in GetMmsc() local
374 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()
375 std::string mccmnc = StringUtils::ToUtf8(operatorNumeric); in GetMmsc()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp362 std::string operatorNumeric = ObtainSimOperator(); in LoadVoiceMail() local
363 SetVoiceMailByOperator(operatorNumeric); in LoadVoiceMail()
H A Dsim_manager.cpp714 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
723 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp874 std::u16string operatorNumeric; in GetMcc() local
875 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMcc()
876 std::string imsi = Str16ToStr8(operatorNumeric); in GetMcc()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h82 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_manager.h104 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp696 std::u16string operatorNumeric; in NativeGetSimOperatorNumeric() local
698 asyncContext->slotId, operatorNumeric); in NativeGetSimOperatorNumeric()
700 asyncContext->callbackVal = NapiUtil::ToUtf8(operatorNumeric); in NativeGetSimOperatorNumeric()
727 std::u16string operatorNumeric; in GetSimOperatorNumericSync() local
731 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
738 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
743 …layedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumericSync()
745 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h267 void SetResidentNetworkNumeric(int32_t slotId, std::string operatorNumeric);

12