/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | network_state.cpp | 40 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 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()
|
H A D | core_service_client.cpp | 291 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 D | mms_apn_info.cpp | 116 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 D | operator_name.cpp | 188 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 D | telephonyobserver_fuzzer.cpp | 112 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner() 115 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | network_information.h | 35 const std::string &operatorNumeric, int32_t state, int32_t rat_);
|
H A D | network_search_types.h | 276 std::string operatorNumeric = ""; member
|
H A D | i_sim_manager.h | 91 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
H A D | core_service_client.h | 211 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
H A D | i_core_service.h | 70 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
H A D | core_service_proxy.h | 64 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A 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);
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 270 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 D | telephonystateregistry_fuzzer.cpp | 337 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 D | napi_radio.h | 173 std::string operatorNumeric = ""; member
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.radio.d.ts | 3041 operatorNumeric: string;
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 373 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 D | icc_file.cpp | 362 std::string operatorNumeric = ObtainSimOperator(); in LoadVoiceMail() local 363 SetVoiceMailByOperator(operatorNumeric); in LoadVoiceMail()
|
H A D | sim_manager.cpp | 714 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 D | cellular_call_config.cpp | 874 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 D | core_service.h | 82 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_manager.h | 104 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 696 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 D | network_search_manager.h | 267 void SetResidentNetworkNumeric(int32_t slotId, std::string operatorNumeric);
|