Home
last modified time | relevance | path

Searched refs:GetGeocodeServiceName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp127 bool result = LocationConfigManager::GetInstance()->GetGeocodeServiceName(serviceName); in ConnectService()
181 bool result = LocationConfigManager::GetInstance()->GetGeocodeServiceName(serviceName); in IsGeoConvertAvailable()
270 bool result = LocationConfigManager::GetInstance()->GetGeocodeServiceName(serviceName); in GetService()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocation_config_manager.h96 bool GetGeocodeServiceName(std::string& name);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp215 bool LocationConfigManager::GetGeocodeServiceName(std::string& name) in GetGeocodeServiceName() function in OHOS::Location::LocationConfigManager