Home
last modified time | relevance | path

Searched refs:mLocationSwitchState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp41 mLocationSwitchState = STATE_CLOSE; in LocationConfigManager()
153 mLocationSwitchState = STATE_CLOSE; in GetLocationSwitchState()
155 mLocationSwitchState = STATE_OPEN; in GetLocationSwitchState()
161 return mLocationSwitchState; in GetLocationSwitchState()
262 mLocationSwitchState = state; in SetLocationSwitchState()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocation_config_manager.h135 std::atomic<int> mLocationSwitchState; /* location switch state */ variable