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

  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 165 TEST_F(NetworkDeviceHandlerTest, GetDeviceProperties) {
166 network_device_handler_->GetDeviceProperties(
178 // Check that GetDeviceProperties returns the expected initial values.
179 network_device_handler_->GetDeviceProperties(
202 // GetDeviceProperties should return the value set by SetDeviceProperty.
203 network_device_handler_->GetDeviceProperties(
network_device_handler.h 56 void GetDeviceProperties(
network_device_handler.cc 138 void NetworkDeviceHandler::GetDeviceProperties(
166 GetDeviceProperties(device_path,
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 67 void FakeCrosDisksClient::GetDeviceProperties(
fake_cros_disks_client.h 39 virtual void GetDeviceProperties(
cros_disks_client.h 204 // A callback to handle the result of GetDeviceProperties.
264 // Calls GetDeviceProperties method. |callback| is called after the method
266 virtual void GetDeviceProperties(const std::string& device_path,
shill_device_client_stub.h 103 base::DictionaryValue* GetDeviceProperties(const std::string& device_path);
shill_device_client_stub.cc 181 base::DictionaryValue* properties = GetDeviceProperties(device_path);
288 base::DictionaryValue* ShillDeviceClientStub::GetDeviceProperties(
cros_disks_client.cc 173 virtual void GetDeviceProperties(
295 // Handles the result of GetDeviceProperties and calls |callback| or
434 virtual void GetDeviceProperties(
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 410 // Callbcak for GetDeviceProperties.
458 cros_disks_client_->GetDeviceProperties(
484 cros_disks_client_->GetDeviceProperties(

Completed in 187 milliseconds