Home
last modified time | relevance | path

Searched refs:GetOperatorNumeric (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/
H A Dsendenvelopecmd_fuzzer.cpp137 void GetOperatorNumeric(const uint8_t *data, size_t size) in GetOperatorNumeric() function
207 GetOperatorNumeric(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_information.h39 std::string GetOperatorNumeric() const;
H A Di_network_search.h43 virtual std::u16string GetOperatorNumeric(int32_t slotId) = 0;
H A Dcore_service_client.h113 std::u16string GetOperatorNumeric(int32_t slotId);
H A Di_core_service.h40 virtual std::u16string GetOperatorNumeric(int32_t slotId) = 0;
H A Dcore_service_proxy.h31 std::u16string GetOperatorNumeric(int32_t slotId) override;
H A Dcore_manager_inner.h203 std::u16string GetOperatorNumeric(int32_t slotId);
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dnetwork_search_test_callback_stub.cpp73 … networkState.GetOperatorNumeric().c_str(), networkState.GetOperatorShortName().c_str(), in OnGetNetworkSearchInformation()
H A Dtest.cpp162 std::u16string result = g_telephonyService->GetOperatorNumeric(InputSlotId()); in TestGetOperatorNumeric()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_information.cpp53 std::string NetworkInformation::GetOperatorNumeric() const in GetOperatorNumeric() function in OHOS::Telephony::NetworkInformation
H A Dcore_service_client.cpp180 std::u16string CoreServiceClient::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::CoreServiceClient
187 return proxy->GetOperatorNumeric(slotId); in GetOperatorNumeric()
H A Dcore_manager_inner.cpp1425 std::u16string CoreManagerInner::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::CoreManagerInner
1431 return networkSearchManager_->GetOperatorNumeric(slotId); in GetOperatorNumeric()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.cpp183 networkState.GetOperatorNumeric().c_str(), networkState.GetOperatorShortName().c_str(), in OnGetNetworkSearchInformation()
H A Dsim_core_service_test.cpp158 EXPECT_EQ(mCoreService->GetOperatorNumeric(0), testU16Str);
319 EXPECT_EQ(mCoreService->GetOperatorNumeric(0), testU16Str);
H A Dzero_branch_test_core_service.cpp115 DelayedSingleton<CoreService>::GetInstance()->GetOperatorNumeric(SLOT_ID);
H A Dnetwork_search_test.cpp648 std::u16string result = CoreServiceClient::GetInstance().GetOperatorNumeric(SLOT_ID);
665 std::u16string result = CoreServiceClient::GetInstance().GetOperatorNumeric(SLOT_ID1);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.cpp130 …dynamicPlmn = Str16ToStr8(Telephony::CoreServiceClient::GetInstance().GetOperatorNumeric(SLOT_ID)); in GetWifiCountryCodeByMcc()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h48 std::u16string GetOperatorNumeric(int32_t slotId) override;
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp353 plmn_ = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId_); in GetCBData()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp180 info.plmn_ = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId_); in InitLocation()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h160 std::u16string GetOperatorNumeric(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp505 std::u16string NetworkSearchManager::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::NetworkSearchManager
701 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
721 plmnNumeric = networkInformation->GetOperatorNumeric(); in SetNetworkSelectionMode()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp191 std::u16string CoreService::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::CoreService
197 return networkSearchManager_->GetOperatorNumeric(slotId); in GetOperatorNumeric()
H A Dcore_service_stub.cpp371 std::u16string result = GetOperatorNumeric(slotId); in OnGetOperatorNumeric()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp340 std::u16string u16Rplmn = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId); in UpdateEccNumberList()

12