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

  /system/connectivity/shill/test-scripts/
start-scanning 10 flim.RequestScan(sys.argv[1])
test-flimflam 277 manager.RequestScan(sys.argv[2])
279 manager.RequestScan("")
flimflam.py 411 def RequestScan(self, technology):
412 self.manager.RequestScan(technology)
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IManager.aidl 25 * Technology types that can be passed to RequestScan().
107 void RequestScan(int type);
  /system/connectivity/shill/binder/
manager_binder_adaptor.cc 132 Status ManagerBinderAdaptor::RequestScan(int32_t type) {
manager_binder_adaptor.h 90 android::binder::Status RequestScan(int32_t type);
  /system/connectivity/shill/
mock_manager.h 92 MOCK_METHOD3(RequestScan, void(Device::ScanType request_origin,
manager.h 209 virtual void RequestScan(Device::ScanType scan_type,
    [all...]
manager_unittest.cc     [all...]
manager.cc     [all...]
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 224 bool ChromeosManagerDBusAdaptor::RequestScan(brillo::ErrorPtr* error,
228 manager_->RequestScan(Device::kFullScan, technology, &e);
chromeos_manager_dbus_adaptor.h 94 bool RequestScan(brillo::ErrorPtr* error,
  /external/autotest/client/cros/networking/
wifi_proxy.py 182 self.manager.RequestScan('wifi')
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 395 return shill_manager_proxy_.RequestScan(service_type, &error);
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 682 EXPECT_CALL(manager_, RequestScan(_, _, _)).Times(0);
711 EXPECT_CALL(manager_, RequestScan(Device::kProgressiveScan,
724 EXPECT_CALL(manager_, RequestScan(_, _, _)).Times(0);
826 EXPECT_CALL(manager_, RequestScan(_, kTypeWifi, _)).Times(0);
    [all...]
wifi_provider.cc 164 manager_->RequestScan(Device::kProgressiveScan, kTypeWifi, &unused_error);
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 126 MOCK_METHOD3(RequestScan,
  /system/weaved/buffet/
shill_client.cc 166 !manager_proxy_.RequestScan(shill::kTypeWifi, &brillo_error)) {

Completed in 1149 milliseconds