Searched refs:GetIsoCountryCodeV9 (Results 1 – 5 of 5) sorted by relevance
107 virtual LocationErrCode GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) = 0;
519 LocationErrCode GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode);
312 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->GetIsoCountryCodeV9(countryCode));
1093 LocationErrCode LocatorImpl::GetIsoCountryCodeV9(std::shared_ptr<CountryCode>& countryCode) in GetIsoCountryCodeV9() function in OHOS::Location::LocatorImpl
783 LocationErrCode errorCode = g_locatorClient->GetIsoCountryCodeV9(country); in CreateReverseGeocodeAsyncContext()