/base/telephony/core_service/frameworks/native/src/ |
D | network_state.cpp | 40 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 …]
|
D | network_information.cpp | 29 …const std::string &operatorShortName, const std::string &operatorNumeric, int32_t state, int32_t r… in SetOperateInformation() argument 33 operatorNumeric_ = operatorNumeric; in SetOperateInformation()
|
D | core_service_client.cpp | 271 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/ |
D | mms_apn_info.cpp | 115 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/ |
D | network_information.h | 35 const std::string &operatorNumeric, int32_t state, int32_t rat_);
|
D | network_search_types.h | 276 std::string operatorNumeric = ""; member
|
D | i_sim_manager.h | 88 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
D | core_service_client.h | 194 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
D | i_core_service.h | 68 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
D | core_service_proxy.h | 62 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/ |
D | telephonyobserver_fuzzer.cpp | 112 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner() 115 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
|
/base/telephony/cellular_data/services/src/apn_manager/ |
D | apn_manager.cpp | 192 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/ |
D | sim_elementary_file_test.cpp | 135 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/ |
D | napi_radio.h | 173 std::string operatorNumeric = ""; member
|
/base/telephony/core_service/services/network_search/src/ |
D | operator_name.cpp | 211 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/ |
D | telephonystateregistry_fuzzer.cpp | 321 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState() 324 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in UpdateNetworkState()
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 339 std::string operatorNumeric = ObtainSimOperator(); in LoadVoiceMail() local 340 SetVoiceMailByOperator(operatorNumeric); in LoadVoiceMail()
|
D | sim_manager.cpp | 652 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.ts | 2990 operatorNumeric: string; property
|
/base/telephony/sms_mms/test/gtest/ |
D | mms_gtest.cpp | 371 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/ |
D | cellular_call_config.cpp | 820 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/ |
D | zero_branch_test.cpp | 743 std::string operatorNumeric = "46011"; variable 744 apnManager->GetCTOperator(0, operatorNumeric); 745 EXPECT_EQ(operatorNumeric, "46011");
|
/base/telephony/core_service/services/sim/include/ |
D | sim_manager.h | 95 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 77 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 678 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()
|