Home
last modified time | relevance | path

Searched refs:is_route_requested_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dhttp_proxy.cc98 is_route_requested_(false) { } in HTTPProxy()
327 is_route_requested_ = true; in ParseClientRequest()
649 if (is_route_requested_) { in StopClient()
651 is_route_requested_ = false; in StopClient()
Dhttp_proxy.h158 bool is_route_requested_; variable
Dhttp_proxy_unittest.cc203 EXPECT_FALSE(proxy_.is_route_requested_); in ExpectClientReset()
243 if (proxy_.is_route_requested_) { in ExpectStop()