Home
last modified time | relevance | path

Searched refs:RequestScan (Results 1 – 18 of 18) sorted by relevance

/system/connectivity/shill/test-scripts/
Dstart-scanning10 flim.RequestScan(sys.argv[1])
Dtest-flimflam277 manager.RequestScan(sys.argv[2])
279 manager.RequestScan("")
Dflimflam.py411 def RequestScan(self, technology): member in FlimFlam
412 self.manager.RequestScan(technology)
/system/connectivity/shill/binder/android/system/connectivity/shill/
DIManager.aidl107 void RequestScan(int type); in RequestScan() method
/system/connectivity/shill/binder/
Dmanager_binder_adaptor.h90 android::binder::Status RequestScan(int32_t type);
Dmanager_binder_adaptor.cc132 Status ManagerBinderAdaptor::RequestScan(int32_t type) { in RequestScan() function in shill::ManagerBinderAdaptor
/system/connectivity/shill/
Dmock_manager.h92 MOCK_METHOD3(RequestScan, void(Device::ScanType request_origin,
Dmanager.h209 virtual void RequestScan(Device::ScanType scan_type,
Dmanager_unittest.cc1612 TEST_F(ManagerTest, RequestScan) { in TEST_F() argument
1625 manager()->RequestScan(Device::kFullScan, kTypeWifi, &error); in TEST_F()
1637 manager()->RequestScan(Device::kFullScan, kTypeWifi, &error); in TEST_F()
1647 manager()->RequestScan(Device::kFullScan, kTypeWifi, &error); in TEST_F()
1654 manager()->RequestScan(Device::kFullScan, "bogus_device_type", &error); in TEST_F()
Dmanager.cc2544 void Manager::RequestScan(Device::ScanType scan_type, in RequestScan() function in shill::Manager
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc224 bool ChromeosManagerDBusAdaptor::RequestScan(brillo::ErrorPtr* error, in RequestScan() function in shill::ChromeosManagerDBusAdaptor
228 manager_->RequestScan(Device::kFullScan, technology, &e); in RequestScan()
Dchromeos_manager_dbus_adaptor.h94 bool RequestScan(brillo::ErrorPtr* error,
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h126 MOCK_METHOD3(RequestScan,
/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc682 EXPECT_CALL(manager_, RequestScan(_, _, _)).Times(0); in TEST_F()
711 EXPECT_CALL(manager_, RequestScan(Device::kProgressiveScan, in TEST_F()
724 EXPECT_CALL(manager_, RequestScan(_, _, _)).Times(0); in TEST_F()
826 EXPECT_CALL(manager_, RequestScan(_, kTypeWifi, _)).Times(0); in TEST_F()
Dwifi_provider.cc164 manager_->RequestScan(Device::kProgressiveScan, kTypeWifi, &unused_error); in CreateServicesFromProfile()
/system/weaved/buffet/
Dshill_client.cc166 !manager_proxy_.RequestScan(shill::kTypeWifi, &brillo_error)) { in Connect()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc395 return shill_manager_proxy_.RequestScan(service_type, &error); in RequestServiceScan()
/system/connectivity/shill/doc/
Dmanager-api.txt123 void RequestScan(string type)