/system/connectivity/shill/test-scripts/ |
D | start-scanning | 10 flim.RequestScan(sys.argv[1])
|
D | test-flimflam | 277 manager.RequestScan(sys.argv[2]) 279 manager.RequestScan("")
|
D | flimflam.py | 411 def RequestScan(self, technology): member in FlimFlam 412 self.manager.RequestScan(technology)
|
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
D | IManager.aidl | 107 void RequestScan(int type); in RequestScan() method
|
/system/connectivity/shill/binder/ |
D | manager_binder_adaptor.h | 90 android::binder::Status RequestScan(int32_t type);
|
D | manager_binder_adaptor.cc | 132 Status ManagerBinderAdaptor::RequestScan(int32_t type) { in RequestScan() function in shill::ManagerBinderAdaptor
|
/system/connectivity/shill/ |
D | mock_manager.h | 92 MOCK_METHOD3(RequestScan, void(Device::ScanType request_origin,
|
D | manager.h | 209 virtual void RequestScan(Device::ScanType scan_type,
|
D | manager_unittest.cc | 1612 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()
|
D | manager.cc | 2544 void Manager::RequestScan(Device::ScanType scan_type, in RequestScan() function in shill::Manager
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 224 bool ChromeosManagerDBusAdaptor::RequestScan(brillo::ErrorPtr* error, in RequestScan() function in shill::ChromeosManagerDBusAdaptor 228 manager_->RequestScan(Device::kFullScan, technology, &e); in RequestScan()
|
D | chromeos_manager_dbus_adaptor.h | 94 bool RequestScan(brillo::ErrorPtr* error,
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 126 MOCK_METHOD3(RequestScan,
|
/system/connectivity/shill/wifi/ |
D | wifi_provider_unittest.cc | 682 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()
|
D | wifi_provider.cc | 164 manager_->RequestScan(Device::kProgressiveScan, kTypeWifi, &unused_error); in CreateServicesFromProfile()
|
/system/weaved/buffet/ |
D | shill_client.cc | 166 !manager_proxy_.RequestScan(shill::kTypeWifi, &brillo_error)) { in Connect()
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_client.cc | 395 return shill_manager_proxy_.RequestScan(service_type, &error); in RequestServiceScan()
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 123 void RequestScan(string type)
|