Home
last modified time | relevance | path

Searched refs:GetIsoCountryCodeV9 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator.h107 virtual LocationErrCode GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) = 0;
H A Dlocator_impl.h519 LocationErrCode GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode);
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp312 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->GetIsoCountryCodeV9(countryCode));
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1093 LocationErrCode LocatorImpl::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9() function in OHOS::Location::LocatorImpl
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp783 LocationErrCode errorCode = g_locatorClient->GetIsoCountryCodeV9(country); in CreateReverseGeocodeAsyncContext()