Searched refs:GetLocationSwitchConfigPath (Results 1 – 4 of 4) sorted by relevance
46 if (!IsExistFile(GetLocationSwitchConfigPath())) { in Init()47 CreateFile(GetLocationSwitchConfigPath(), "0"); in Init()88 std::string LocationConfigManager::GetLocationSwitchConfigPath() in GetLocationSwitchConfigPath() function in OHOS::Location::LocationConfigManager131 if (!IsExistFile(GetLocationSwitchConfigPath())) { in GetLocationSwitchState()132 CreateFile(GetLocationSwitchConfigPath(), "0"); in GetLocationSwitchState()134 std::ifstream fs(GetLocationSwitchConfigPath()); in GetLocationSwitchState()181 if (!IsExistFile(GetLocationSwitchConfigPath())) { in SetLocationSwitchState()182 CreateFile(GetLocationSwitchConfigPath(), "0"); in SetLocationSwitchState()184 std::fstream fs(GetLocationSwitchConfigPath()); in SetLocationSwitchState()
39 std::string LocationConfigManagerTest::GetLocationSwitchConfigPath() in GetLocationSwitchConfigPath() function in OHOS::Location::LocationConfigManagerTest79 LocationConfigManager::GetInstance().IsExistFile(GetLocationSwitchConfigPath()));80 remove(GetLocationSwitchConfigPath().c_str());
27 std::string GetLocationSwitchConfigPath();
72 std::string GetLocationSwitchConfigPath();