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

  /external/chromium_org/chromeos/dbus/
shill_device_client.h 82 // Calls ProposeScan method.
84 virtual void ProposeScan(const dbus::ObjectPath& device_path,
fake_shill_device_client.h 35 virtual void ProposeScan(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc 141 TEST_F(ShillDeviceClientTest, ProposeScan) {
150 client_->ProposeScan(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 64 virtual void ProposeScan(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc 78 void FakeShillDeviceClient::ProposeScan(
  /external/chromium_org/chromeos/network/
fake_network_device_handler.cc 30 void FakeNetworkDeviceHandler::ProposeScan(
fake_network_device_handler.h 40 virtual void ProposeScan(const std::string& device_path,
network_device_handler.h 81 // TODO(armansito): Device.ProposeScan is deprecated and the preferred method
85 virtual void ProposeScan(
network_device_handler_impl.h 48 virtual void ProposeScan(const std::string& device_path,
network_device_handler_impl.cc 115 "Device.ProposeScan Failed",
121 NET_LOG_EVENT("Device.ProposeScan succeeded.", device_path);
303 void NetworkDeviceHandlerImpl::ProposeScan(
307 DBusThreadManager::Get()->GetShillDeviceClient()->ProposeScan(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 137 GetNetworkDeviceHandler()->ProposeScan(
140 base::Bind(&NetworkOperationErrorCallback, "ProposeScan"));

Completed in 64 milliseconds