Home
last modified time | relevance | path

Searched refs:operatorNumeric (Results 1 – 25 of 28) 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.cpp260 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
267 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/base/telephony/sms_mms/services/mms/
Dmms_apn_info.cpp74 std::u16string operatorNumeric; in PdpProfileSelect() local
75 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
76 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.h275 std::string operatorNumeric = ""; member
Di_sim_manager.h87 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_client.h186 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
Di_core_service.h66 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_proxy.h46 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
Dcore_manager_inner.h257 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
/base/telephony/sms_mms/services/sms/
Dsms_network_policy_manager.cpp153 std::u16string operatorNumeric; in IsCtSimCard() local
154 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in IsCtSimCard()
155 std::string cplmn = Str16ToStr8(operatorNumeric); in IsCtSimCard()
/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/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.h171 std::string operatorNumeric = ""; member
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp295 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
298 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2879 operatorNumeric: string; property
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp711 std::u16string operatorNumeric; in GetMcc() local
712 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in GetMcc()
713 std::string imsi = Str16ToStr8(operatorNumeric); in GetMcc()
/base/telephony/core_service/services/sim/include/
Dsim_manager.h94 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/services/core/include/
Dcore_service.h75 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp956 std::u16string operatorNumeric; in HandleApnChanged() local
957 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in HandleApnChanged()
958 std::string numeric = Str16ToStr8(operatorNumeric); in HandleApnChanged()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp626 std::u16string operatorNumeric; in NativeGetSimOperatorNumeric() local
628 asyncContext->slotId, operatorNumeric); in NativeGetSimOperatorNumeric()
630 asyncContext->callbackVal = NapiUtil::ToUtf8(operatorNumeric); in NativeGetSimOperatorNumeric()
657 std::u16string operatorNumeric; in GetSimOperatorNumericSync() local
661 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
668 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
673 …layedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumericSync()
675 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp659 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
669 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp413 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument
420 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
Dcore_service_stub.cpp526 std::u16string operatorNumeric; in OnGetSimOperatorNumeric() local
527 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric()
530 ret = (ret && reply.WriteString16(operatorNumeric)); in OnGetSimOperatorNumeric()

12