Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocation_config_manager.h91 bool GetGeocodeAbilityName(std::string& name);
/base/location/services/location_locator/locator/source/
Dlocation_config_manager.cpp186 bool LocationConfigManager::GetGeocodeAbilityName(std::string& name) in GetGeocodeAbilityName() function in OHOS::Location::LocationConfigManager
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_service.cpp134 bool res = LocationConfigManager::GetInstance().GetGeocodeAbilityName(abilityName); in ConnectService()