/ohos5.0/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/ |
H A D | sendenvelopecmd_fuzzer.cpp | 137 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 D | network_information.h | 39 std::string GetOperatorNumeric() const;
|
H A D | i_network_search.h | 43 virtual std::u16string GetOperatorNumeric(int32_t slotId) = 0;
|
H A D | core_service_client.h | 113 std::u16string GetOperatorNumeric(int32_t slotId);
|
H A D | i_core_service.h | 40 virtual std::u16string GetOperatorNumeric(int32_t slotId) = 0;
|
H A D | core_service_proxy.h | 31 std::u16string GetOperatorNumeric(int32_t slotId) override;
|
H A D | core_manager_inner.h | 203 std::u16string GetOperatorNumeric(int32_t slotId);
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | network_search_test_callback_stub.cpp | 73 … networkState.GetOperatorNumeric().c_str(), networkState.GetOperatorShortName().c_str(), in OnGetNetworkSearchInformation()
|
H A D | test.cpp | 162 std::u16string result = g_telephonyService->GetOperatorNumeric(InputSlotId()); in TestGetOperatorNumeric()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | network_information.cpp | 53 std::string NetworkInformation::GetOperatorNumeric() const in GetOperatorNumeric() function in OHOS::Telephony::NetworkInformation
|
H A D | core_service_client.cpp | 180 std::u16string CoreServiceClient::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::CoreServiceClient 187 return proxy->GetOperatorNumeric(slotId); in GetOperatorNumeric()
|
H A D | core_manager_inner.cpp | 1425 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 D | network_search_test_callback_stub.cpp | 183 networkState.GetOperatorNumeric().c_str(), networkState.GetOperatorShortName().c_str(), in OnGetNetworkSearchInformation()
|
H A D | sim_core_service_test.cpp | 158 EXPECT_EQ(mCoreService->GetOperatorNumeric(0), testU16Str); 319 EXPECT_EQ(mCoreService->GetOperatorNumeric(0), testU16Str);
|
H A D | zero_branch_test_core_service.cpp | 115 DelayedSingleton<CoreService>::GetInstance()->GetOperatorNumeric(SLOT_ID);
|
H A D | network_search_test.cpp | 648 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 D | wifi_country_code_policy.cpp | 130 …dynamicPlmn = Str16ToStr8(Telephony::CoreServiceClient::GetInstance().GetOperatorNumeric(SLOT_ID)); in GetWifiCountryCodeByMcc()
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 48 std::u16string GetOperatorNumeric(int32_t slotId) override;
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_receive_handler.cpp | 353 plmn_ = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId_); in GetCBData()
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_cb_handler.cpp | 180 info.plmn_ = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId_); in InitLocation()
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 160 std::u16string GetOperatorNumeric(int32_t slotId) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 505 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 D | core_service.cpp | 191 std::u16string CoreService::GetOperatorNumeric(int32_t slotId) in GetOperatorNumeric() function in OHOS::Telephony::CoreService 197 return networkSearchManager_->GetOperatorNumeric(slotId); in GetOperatorNumeric()
|
H A D | core_service_stub.cpp | 371 std::u16string result = GetOperatorNumeric(slotId); in OnGetOperatorNumeric()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 340 std::u16string u16Rplmn = CoreManagerInner::GetInstance().GetOperatorNumeric(slotId); in UpdateEccNumberList()
|