Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp66 proxySwtich_ = (LocationConfigManager::GetInstance().GetLocationSwitchState() == ENABLED); in LocatorBackgroundProxy()
114 if (isLocating_ || !proxySwtich_ || requestsList_->empty()) { in StartLocatorThread()
158 if (isLocating_ || !proxySwtich_ || isWating_) { in StartLocator()
211 if (proxySwtich_ == enable || !featureSwitch_) { in OnSaStateChange()
215 proxySwtich_ = enable; in OnSaStateChange()
/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h99 bool proxySwtich_ = false; variable