| /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 | 260 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/ |
| D | mms_apn_info.cpp | 74 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/ |
| D | network_information.h | 35 const std::string &operatorNumeric, int32_t state, int32_t rat_);
|
| D | network_search_types.h | 275 std::string operatorNumeric = ""; member
|
| D | i_sim_manager.h | 87 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_client.h | 186 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| D | i_core_service.h | 66 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_proxy.h | 46 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| D | core_manager_inner.h | 257 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_network_policy_manager.cpp | 153 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/ |
| D | telephonyobserver_fuzzer.cpp | 112 networkState->psOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner() 115 networkState->csOperatorInfo_.operatorNumeric = mOperatorNumeric; in NetworkStateUpdatedInner()
|
| /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 | 171 std::string operatorNumeric = ""; member
|
| /base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
| D | telephonystateregistry_fuzzer.cpp | 295 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.ts | 2879 operatorNumeric: string; property
|
| /base/telephony/cellular_call/services/control/src/ |
| D | cellular_call_config.cpp | 711 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/ |
| D | sim_manager.h | 94 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 75 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /base/telephony/cellular_data/services/src/ |
| D | cellular_data_handler.cpp | 956 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/ |
| D | napi_sim.cpp | 626 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/ |
| D | sim_manager.cpp | 659 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/ |
| D | core_service.cpp | 413 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument 420 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
| D | core_service_stub.cpp | 526 std::u16string operatorNumeric; in OnGetSimOperatorNumeric() local 527 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric() 530 ret = (ret && reply.WriteString16(operatorNumeric)); in OnGetSimOperatorNumeric()
|