Searched refs:GetLocationSwitchConfigPath (Results 1 – 4 of 4) sorted by relevance
48 if (!IsExistFile(GetLocationSwitchConfigPath())) { in Init()49 CreateFile(GetLocationSwitchConfigPath(), "0"); in Init()90 std::string LocationConfigManager::GetLocationSwitchConfigPath() in GetLocationSwitchConfigPath() function in OHOS::Location::LocationConfigManager133 if (!IsExistFile(GetLocationSwitchConfigPath())) { in GetLocationSwitchState()134 CreateFile(GetLocationSwitchConfigPath(), "0"); in GetLocationSwitchState()136 std::ifstream fs(GetLocationSwitchConfigPath()); in GetLocationSwitchState()194 if (!IsExistFile(GetLocationSwitchConfigPath())) { in SetLocationSwitchState()195 CreateFile(GetLocationSwitchConfigPath(), "0"); in SetLocationSwitchState()197 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();
94 std::string GetLocationSwitchConfigPath();