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

  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 67 device_test->SetDeviceProperty(
127 TEST_F(NetworkDeviceHandlerTest, SetDeviceProperty) {
130 network_device_handler_->SetDeviceProperty(kDefaultCellularDevicePath,
138 // GetDeviceProperties should return the value set by SetDeviceProperty.
150 network_device_handler_->SetDeviceProperty(kDefaultCellularDevicePath,
168 network_device_handler_->SetDeviceProperty(kUnknownCellularDevicePath,
176 // Setting a owner-protected device property through SetDeviceProperty must
178 network_device_handler_->SetDeviceProperty(
193 device_test->SetDeviceProperty(kDefaultCellularDevicePath,
fake_network_device_handler.cc 18 void FakeNetworkDeviceHandler::SetDeviceProperty(
fake_network_device_handler.h 28 virtual void SetDeviceProperty(
network_device_handler.h 60 virtual void SetDeviceProperty(
network_device_handler_impl.h 36 virtual void SetDeviceProperty(
network_device_handler_impl.cc 268 void NetworkDeviceHandlerImpl::SetDeviceProperty(
284 "SetDeviceProperty called on blacklisted property " + property_name);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 204 device_test_->SetDeviceProperty(kCellularDevicePath,
210 device_test_->SetDeviceProperty(kCellularDevicePath,
282 device_test_->SetDeviceProperty(
284 device_test_->SetDeviceProperty(kWifiDevicePath,
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 52 virtual void SetDeviceProperty(const std::string& device_path,
fake_shill_manager_client.cc 176 device_client->SetDeviceProperty(
611 devices->SetDeviceProperty("/device/eth1",
617 devices->SetDeviceProperty("/device/eth1",
637 devices->SetDeviceProperty("/device/wifi1",
643 devices->SetDeviceProperty("/device/wifi1",
719 devices->SetDeviceProperty("/device/cellular1",
    [all...]
fake_shill_device_client.h 94 virtual void SetDeviceProperty(const std::string& device_path,
fake_shill_device_client.cc 274 void FakeShillDeviceClient::SetDeviceProperty(const std::string& device_path,
277 VLOG(1) << "SetDeviceProperty: " << device_path
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 741 test_device_client->SetDeviceProperty(
746 test_device_client->SetDeviceProperty(
751 test_device_client->SetDeviceProperty(

Completed in 193 milliseconds