Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi.cc158 is_debugging_connection_(false),
294 is_debugging_connection_ = false; in Stop()
2266 if (is_debugging_connection_ == enabled) { in SetConnectionDebugging()
2272 is_debugging_connection_ = enabled; in SetConnectionDebugging()
Dwifi.h673 bool is_debugging_connection_; variable