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

  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 30 void FakeShillDeviceClient::ProposeScan(
fake_shill_device_client.h 30 virtual void ProposeScan(const dbus::ObjectPath& device_path,
mock_shill_device_client.h 29 MOCK_METHOD2(ProposeScan, void(const dbus::ObjectPath& device_path,
shill_device_client.h 83 // Calls ProposeScan method.
85 virtual void ProposeScan(const dbus::ObjectPath& device_path,
shill_device_client_stub.h 32 virtual void ProposeScan(const dbus::ObjectPath& device_path,
shill_device_client_unittest.cc 143 TEST_F(ShillDeviceClientTest, ProposeScan) {
152 client_->ProposeScan(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 65 virtual void ProposeScan(const dbus::ObjectPath& device_path,
shill_device_client_stub.cc 65 void ShillDeviceClientStub::ProposeScan(const dbus::ObjectPath& device_path,
  /external/chromium_org/chromeos/network/
network_device_handler.h 84 // TODO(armansito): Device.ProposeScan is deprecated and the preferred method
88 void ProposeScan(
network_device_handler.cc 109 base::StringPrintf("Device.ProposeScan failed: %d", call_status),
112 "Device.ProposeScan Failed",
118 NET_LOG_EVENT("Device.ProposeScan succeeded.", device_path);
172 void NetworkDeviceHandler::ProposeScan(
176 DBusThreadManager::Get()->GetShillDeviceClient()->ProposeScan(
cros_network_functions.cc 584 DBusThreadManager::Get()->GetShillDeviceClient()->ProposeScan(
cros_network_functions_unittest.cc 755 ProposeScan(dbus::ObjectPath(device_path), _)).Times(1);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 135 GetNetworkDeviceHandler()->ProposeScan(
138 base::Bind(&NetworkOperationErrorCallback, "ProposeScan"));
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 756 milliseconds