Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_config_manager_test.cpp46 … std::string filePath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf"; in GetLocationSwitchConfigPath()
117 …std::string configPath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf…
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp103 … std::string filePath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf"; in GetLocationSwitchConfigPath()
133 return LOCATION_DIR + PRIVACY_CONFIG_NAME + "_" + filePath + std::to_string(userId) + ".conf"; in GetPrivacyTypeConfigPath()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h41 const std::string LOCATION_DIR = "/data/service/el1/public/location/"; variable