HomeSort by relevance Sort by last modified time
    Searched full:current_service_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/wifi/
wifi.cc 292 current_service_ = nullptr; // breaks a reference cycle
320 (current_service_.get() && current_service_->IsConnecting())) {
519 CHECK(current_service_.get() != pending_service_.get());
533 if (service != current_service_ && service != pending_service_) {
548 if (service != current_service_ && service != pending_service_) {
568 if (!pending_service_ && service != current_service_) {
592 << "current_service_.";
593 if (current_service_ == selected_service()) {
596 current_service_ = nullptr
    [all...]
wifi.h 57 // |current_service_|, and |pending_service_| is (normally) cleared.
61 // 2) The process of connecting is asynchronous. There is a |current_service_|
220 return service.get() == current_service_.get();
635 WiFiServiceRefPtr current_service_; member in class:shill::WiFi
638 // be distinct from |current_service_|. (A service should not
wifi_unittest.cc     [all...]

Completed in 1230 milliseconds