Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocation_config_manager.h88 bool GetNlpAbilityName(std::string& name);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp210 bool LocationConfigManager::GetNlpAbilityName(std::string& name) in GetNlpAbilityName() function in OHOS::Location::LocationConfigManager
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp141 bool res = LocationConfigManager::GetInstance()->GetNlpAbilityName(abilityName); in ConnectNlpService()