Searched refs:is_running_ (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/
H A Dhttp_request.cc87 is_running_(false) { }
99 DCHECK(!is_running_);
101 is_running_ = true;
140 << is_running_; local
142 if (!is_running_) {
153 is_running_ = false;
H A Dhttp_request.h142 bool is_running_; member in class:shill::HTTPRequest
H A Dhttp_request_unittest.cc140 if (request_->is_running_) {
183 EXPECT_FALSE(request_->is_running_);
/system/connectivity/shill/wifi/
H A Dmac80211_monitor.cc65 is_running_(false),
80 CHECK(!is_running_);
88 is_running_ = true;
94 is_running_ = false;
120 CHECK(is_running_);
H A Dmac80211_monitor.h131 bool is_running_; member in class:shill::Mac80211Monitor
H A Dmac80211_monitor_unittest.cc111 return mac80211_monitor_.is_running_ &&
115 return !mac80211_monitor_.is_running_ &&

Completed in 78 milliseconds