/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/ |
H A D | getsimeons_fuzzer.cpp | 128 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 D | module_service_utils.cpp | 75 CoreManagerInner::GetInstance().GetIsoCountryCodeForNetwork(slotId, countryCode); in GetNetworkCountryCode()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | nitz_update.cpp | 258 if (nsm->GetIsoCountryCodeForNetwork(primarySlotId, iso) != TELEPHONY_ERR_SUCCESS) { in ProcessTimeZone() 265 nsm->GetIsoCountryCodeForNetwork(otherSlotId, iso); in ProcessTimeZone()
|
H A D | network_search_manager.cpp | 734 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 D | i_network_search.h | 74 virtual int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) = 0;
|
H A D | core_service_client.h | 356 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode);
|
H A D | i_core_service.h | 88 virtual int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) = 0;
|
H A D | core_service_proxy.h | 52 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
|
H A D | core_manager_inner.h | 209 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 169 EXPECT_NE(mCoreService->GetIsoCountryCodeForNetwork(0, testU16Str), TELEPHONY_ERR_SUCCESS); 330 EXPECT_NE(mCoreService->GetIsoCountryCodeForNetwork(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | zero_branch_test_core_service.cpp | 149 DelayedSingleton<CoreService>::GetInstance()->GetIsoCountryCodeForNetwork(SLOT_ID, u16Ret);
|
H A D | network_search_test.cpp | 939 …EXPECT_EQ(CoreServiceClient::GetInstance().GetIsoCountryCodeForNetwork(SLOT_ID, result), TELEPHONY… 958 CoreServiceClient::GetInstance().GetIsoCountryCodeForNetwork(SLOT_ID1, result);
|
H A D | zero_branch_test.cpp | 1033 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 D | country_code_manager.cpp | 221 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork( in GetIsoCountryCode()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 454 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 D | core_manager_inner.cpp | 1480 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 D | core_service_proxy.cpp | 433 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 D | core_service.h | 116 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 176 int32_t GetIsoCountryCodeForNetwork(int32_t slotId, std::u16string &countryCode) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 262 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 D | core_service_stub.cpp | 488 int32_t result = GetIsoCountryCodeForNetwork(slotId, countryCode); in OnGetIsoCountryCodeForNetwork()
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 399 g_telephonyService->GetIsoCountryCodeForNetwork(InputSlotId(), result); in TestGetIsoCountryCodeForNetwork()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 1000 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork(context->slotId,… in NativeGetCountryCode() 1077 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetIsoCountryCodeForNetwork(slotId, countryC… in GetISOCountryCodeForNetworkSync()
|