Searched refs:proxySwtich_ (Results 1 – 2 of 2) sorted by relevance
66 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()
99 bool proxySwtich_ = false; variable