Searched refs:GetIsoCountryCode (Results 1 - 15 of 15) sorted by relevance
/base/location/test/fuzztest/locator/countrycodemanager_fuzzer/ |
H A D | countrycodemanager_fuzzer.cpp | 32 countryCodeManager->GetIsoCountryCode(); in CountrycodeManagerFuzzTest()
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | module_service_utils.h | 51 std::string GetIsoCountryCode(int32_t slotId);
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_manager.cpp | 211 std::shared_ptr<CountryCode> CountryCodeManager::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::CountryCodeManager 213 LBSLOGD(COUNTRY_CODE, "CountryCodeManager::GetIsoCountryCode"); in GetIsoCountryCode() 303 manager->GetIsoCountryCode(); in SubscribeLocaleConfigEvent() 350 manager->GetIsoCountryCode(); in OnLocationReport() 377 manager->GetIsoCountryCode(); in OnReceiveEvent() 395 manager->GetIsoCountryCode(); in OnReceiveEvent()
|
H A D | locator_impl.cpp | 512 std::shared_ptr<CountryCode> LocatorImpl::GetIsoCountryCode() in GetIsoCountryCode() function in OHOS::Location::LocatorImpl 514 LBSLOGD(LOCATOR_STANDARD, "LocatorImpl::GetIsoCountryCode()"); in GetIsoCountryCode() 520 return countryCodeManager->GetIsoCountryCode(); in GetIsoCountryCode() 1100 countryCode = countryCodeManager->GetIsoCountryCode(); in GetIsoCountryCodeV9()
|
/base/location/interfaces/inner_api/include/ |
H A D | country_code_manager.h | 39 std::shared_ptr<CountryCode> GetIsoCountryCode();
|
H A D | locator.h | 70 virtual std::shared_ptr<CountryCode> GetIsoCountryCode() = 0;
|
H A D | locator_impl.h | 252 std::shared_ptr<CountryCode> GetIsoCountryCode();
|
/base/location/frameworks/js/napi/include/ |
H A D | location_napi_adapter.h | 43 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info);
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | module_service_utils.cpp | 65 std::string ModuleServiceUtils::GetIsoCountryCode(int32_t slotId) in GetIsoCountryCode() function in OHOS::Telephony::ModuleServiceUtils
|
/base/location/test/location_locator/source/ |
H A D | country_code_manager_test.cpp | 43 EXPECT_NE(nullptr, countryCodeManager->GetIsoCountryCode()); in HWTEST_F()
|
H A D | locator_service_test.cpp | 1330 EXPECT_NE(nullptr, locatorImpl->GetIsoCountryCode()); in HWTEST_F()
|
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_entry.cpp | 297 DECLARE_NAPI_FUNCTION("getCountryCode", GetIsoCountryCode), in InitManager()
|
H A D | location_napi_adapter.cpp | 736 napi_value GetIsoCountryCode(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function 757 LBSLOGE(LOCATOR_STANDARD, "GetIsoCountryCode data == nullptr"); in CreateReverseGeocodeAsyncContext() 770 LBSLOGE(LOCATOR_STANDARD, "GetIsoCountryCode data == nullptr"); in CreateReverseGeocodeAsyncContext() 780 LBSLOGI(LOCATOR_STANDARD, "Push GetIsoCountryCode result to client"); in CreateReverseGeocodeAsyncContext()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 421 std::string simCountryIso = moduleServiceUtils.GetIsoCountryCode(slotId); in CalculateInternationalRoaming()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 1278 moduleServiceUtils.GetIsoCountryCode(SIM1_SLOTID); in HWTEST_F()
|
Completed in 15 milliseconds