Home
last modified time | relevance | path

Searched refs:SetLocationSwitchState (Results 1 – 4 of 4) sorted by relevance

/base/location/test/location_locator/source/
Dlocation_config_manager_test.cpp65 LocationConfigManager::GetInstance().SetLocationSwitchState(STATE_CLOSE));
70 LocationConfigManager::GetInstance().SetLocationSwitchState(STATE_OPEN));
75 LocationConfigManager::GetInstance().SetLocationSwitchState(STATE_UNKNOWN));
/base/location/test/fuzztest/locator/locationconfigmanager_fuzzer/
Dlocationconfigmanager_fuzzer.cpp30 LocationConfigManager::GetInstance().SetLocationSwitchState(data[index++]); in LocationConfigManagerFuzzerTest()
/base/location/services/location_locator/locator/include/
Dlocation_config_manager.h52 int SetLocationSwitchState(int state);
/base/location/services/location_locator/locator/source/
Dlocation_config_manager.cpp191 int LocationConfigManager::SetLocationSwitchState(int state) in SetLocationSwitchState() function in OHOS::Location::LocationConfigManager