Home
last modified time | relevance | path

Searched refs:GetIsoCountryCodeForNetwork (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp128 void GetIsoCountryCodeForNetwork(const uint8_t *data, size_t size) in GetIsoCountryCodeForNetwork() function
169 GetIsoCountryCodeForNetwork(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dmodule_service_utils.cpp75 CoreManagerInner::GetInstance().GetIsoCountryCodeForNetwork(slotId, countryCode); in GetNetworkCountryCode()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp258 if (nsm->GetIsoCountryCodeForNetwork(primarySlotId, iso) != TELEPHONY_ERR_SUCCESS) { in ProcessTimeZone()
265 nsm->GetIsoCountryCodeForNetwork(otherSlotId, iso); in ProcessTimeZone()
H A Dnetwork_search_manager.cpp734 int32_t NetworkSearchManager::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCo… in GetIsoCountryCodeForNetwork() function in OHOS::Telephony::NetworkSearchManager
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h74 virtual int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) = 0;
H A Dcore_service_client.h356 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode);
H A Di_core_service.h88 virtual int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) = 0;
H A Dcore_service_proxy.h52 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
H A Dcore_manager_inner.h209 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp169 EXPECT_NE(mCoreService->GetIsoCountryCodeForNetwork(0, testU16Str), TELEPHONY_ERR_SUCCESS);
330 EXPECT_NE(mCoreService->GetIsoCountryCodeForNetwork(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dzero_branch_test_core_service.cpp149 DelayedSingleton<CoreService>::GetInstance()->GetIsoCountryCodeForNetwork(SLOT_ID, u16Ret);
H A Dnetwork_search_test.cpp939 …EXPECT_EQ(CoreServiceClient::GetInstance().GetIsoCountryCodeForNetwork(SLOT_ID, result), TELEPHONY…
958 CoreServiceClient::GetInstance().GetIsoCountryCodeForNetwork(SLOT_ID1, result);
H A Dzero_branch_test.cpp1033 EXPECT_NE(mInner.GetIsoCountryCodeForNetwork(0, countryCode), TELEPHONY_ERR_SUCCESS);
2085 …EXPECT_NE(networkSearchManager->GetIsoCountryCodeForNetwork(INVALID_SLOTID, result), TELEPHONY_ERR…
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp221 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork( in GetIsoCountryCode()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp454 int32_t CoreServiceClient::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork() function in OHOS::Telephony::CoreServiceClient
461 return proxy->GetIsoCountryCodeForNetwork(slotId, countryCode); in GetIsoCountryCodeForNetwork()
H A Dcore_manager_inner.cpp1480 int32_t CoreManagerInner::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork() function in OHOS::Telephony::CoreManagerInner
1486 return networkSearchManager_->GetIsoCountryCodeForNetwork(slotId, countryCode); in GetIsoCountryCodeForNetwork()
H A Dcore_service_proxy.cpp433 int32_t CoreServiceProxy::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h116 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h176 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp262 int32_t CoreService::GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) in GetIsoCountryCodeForNetwork() function in OHOS::Telephony::CoreService
268 return networkSearchManager_->GetIsoCountryCodeForNetwork(slotId, countryCode); in GetIsoCountryCodeForNetwork()
H A Dcore_service_stub.cpp488 int32_t result = GetIsoCountryCodeForNetwork(slotId, countryCode); in OnGetIsoCountryCodeForNetwork()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp399 g_telephonyService->GetIsoCountryCodeForNetwork(InputSlotId(), result); in TestGetIsoCountryCodeForNetwork()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1000 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork(context->slotId,… in NativeGetCountryCode()
1077 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork(slotId, countryC… in GetISOCountryCodeForNetworkSync()