Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocation_config_manager.h104 bool GetGeocodeAbilityName(std::string& name);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp220 bool LocationConfigManager::GetGeocodeAbilityName(std::string& name) in GetGeocodeAbilityName() function in OHOS::Location::LocationConfigManager
/ohos5.0/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp133 bool res = LocationConfigManager::GetInstance()->GetGeocodeAbilityName(abilityName); in ConnectService()