/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 ==() 178 if (!parcel.WriteString(psOperatorInfo_.operatorNumeric)) { in MarshallingString() 187 if (!parcel.WriteString(csOperatorInfo_.operatorNumeric)) { in MarshallingString() [all...] |
H A D | network_information.cpp | 29 const std::string &operatorShortName, const std::string &operatorNumeric, int32_t state, int32_t rat) in SetOperateInformation() 33 operatorNumeric_ = operatorNumeric; in SetOperateInformation() 28 SetOperateInformation(const std::string &operatorLongName, const std::string &operatorShortName, const std::string &operatorNumeric, int32_t state, int32_t rat) SetOperateInformation() argument
|
H A D | core_service_client.cpp | 292 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() argument 299 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
/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()
|
/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 | core_service_client.h | 208 * @param operatorNumeric[out], the operator numeric of PLMN of the SIM card 211 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
H A D | i_sim_manager.h | 103 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;
|
H A D | i_core_service.h | 81 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 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()
|
/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()
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 177 std::string operatorNumeric = errCode == ERROR_NONE ? ToUtf8(u16OperatorNumeric) : ""; in getSimOperatorNumeric() local 179 char* result = MallocCString(operatorNumeric); in getSimOperatorNumeric()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_elementary_file_test.cpp | 135 std::u16string operatorNumeric; in HWTEST_F() local 136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric); in HWTEST_F() 137 std::string result = Str16ToStr8(operatorNumeric); in HWTEST_F() 152 std::u16string operatorNumeric; in HWTEST_F() local 153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric); in HWTEST_F() 154 std::string result = Str16ToStr8(operatorNumeric); in HWTEST_F()
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 242 std::u16string operatorNumeric; in CreateAllApnItemByDatabase() local 243 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase() 244 std::string numeric = Str16ToStr8(operatorNumeric); in CreateAllApnItemByDatabase()
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio.h | 173 std::string operatorNumeric = ""; member
|
/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()
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 878 std::u16string operatorNumeric; in GetMcc() local 879 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMcc() 880 std::string imsi = Str16ToStr8(operatorNumeric); in GetMcc()
|
/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()
|
/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()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_core_service.h | 75 MOCK_METHOD(int32_t, GetSimOperatorNumeric, (int32_t slotId, std::u16string &operatorNumeric), (override));
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 698 std::u16string operatorNumeric; in NativeGetSimOperatorNumeric() local 700 asyncContext->slotId, operatorNumeric); in NativeGetSimOperatorNumeric() 702 asyncContext->callbackVal = NapiUtil::ToUtf8(operatorNumeric); in NativeGetSimOperatorNumeric() 729 std::u16string operatorNumeric; in GetSimOperatorNumericSync() local 733 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync() 740 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync() 745 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumericSync() 747 std::string numeric = NapiUtil::ToUtf8(operatorNumeric); in GetSimOperatorNumericSync()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_manager.h | 105 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 267 void SetResidentNetworkNumeric(int32_t slotId, std::string operatorNumeric);
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 82 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|