HomeSort by relevance Sort by last modified time
    Searched refs:ScanType (Results 1 - 14 of 14) sorted by null

  /system/connectivity/shill/wifi/
mock_wifi.h 53 MOCK_METHOD3(Scan, void(ScanType scan_type, Error* error,
wifi.h 147 void Scan(ScanType scan_type, Error* error,
512 void InitiateScan(ScanType scan_type);
wifi.cc 318 void WiFi::Scan(ScanType scan_type, Error* /*error*/, const string& reason) {
    [all...]
wifi_unittest.cc     [all...]
  /system/connectivity/shill/
mock_device.h 54 MOCK_METHOD3(Scan, void(Device::ScanType scan_type, Error* error,
mock_manager.h 92 MOCK_METHOD3(RequestScan, void(Device::ScanType request_origin,
device.h 73 enum ScanType { kProgressiveScan, kFullScan };
132 virtual void Scan(ScanType scan_type, Error* error,
    [all...]
manager.h 209 virtual void RequestScan(Device::ScanType scan_type,
    [all...]
device.cc 258 void Device::Scan(ScanType scan_type, Error* error, const string& reason) {
    [all...]
manager.cc     [all...]
  /system/connectivity/shill/wimax/
wimax.h 56 void Scan(ScanType /*scan_type*/, Error* error,
wimax.cc 129 void WiMax::Scan(ScanType /*scan_type*/, Error* error,
  /system/connectivity/shill/cellular/
cellular.h 178 void Scan(ScanType /*scan_type*/, Error* error,
cellular.cc 536 void Cellular::Scan(ScanType /*scan_type*/, Error* error,
    [all...]

Completed in 890 milliseconds