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

  /system/connectivity/shill/cellular/
cellular_service.cc 339 void CellularService::AutoConnect() {
341 Service::AutoConnect();
  /system/connectivity/shill/
manager.cc     [all...]
service.cc 90 const char Service::kServiceSortAutoConnect[] = "AutoConnect";
108 const char Service::kStorageAutoConnect[] = "AutoConnect";
312 void Service::AutoConnect() {
322 << "Suppressed autoconnect to service " << unique_name_ << " "
325 LOG(INFO) << "Suppressed autoconnect to service " << unique_name_ << " "
437 // Give services one chance at a fast autoconnect retry by resetting the
457 // Kill the thing blocking AutoConnect().
459 // Post to the manager, giving it an opportunity to AutoConnect again.
466 << ". Next autoconnect in "
    [all...]

Completed in 2862 milliseconds