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

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 65 device_test->AddDevice("/device/stub_wifi_device1",
67 device_test->AddDevice("/device/stub_cellular_device1",
  /external/chromium_org/chromeos/network/
network_sms_handler_unittest.cc 68 manager_test->AddDevice("stub_cellular_device2");
72 device_test->AddDevice("stub_cellular_device2", shill::kTypeCellular,
network_device_handler_unittest.cc 38 device_test->AddDevice(
40 device_test->AddDevice(kDefaultWifiDevicePath, shill::kTypeWifi, "wifi1");
shill_property_handler_unittest.cc 195 void AddDevice(const std::string& type, const std::string& id) {
197 device_test_->AddDevice(id, type, std::string("/device/" + id));
264 AddDevice(shill::kTypeWifi, "stub_wifi_device1");
265 AddDevice(shill::kTypeCellular, "stub_cellular_device1");
341 AddDevice(shill::kTypeWifi, kTestDevicePath);
network_state_handler_unittest.cc 166 device_test->AddDevice("/device/stub_wifi_device1",
168 device_test->AddDevice("/device/stub_cellular_device1",
  /external/chromium_org/chromeos/dbus/
shill_stub_helper.cc 74 devices->AddDevice(
76 devices->AddDevice(kDevicePathWifi, shill::kTypeWifi, "stub_wifi_device1");
78 devices->AddDevice(
84 devices->AddDevice(kDevicePathWimax, shill::kTypeWimax, "stub_wimax_device1");
shill_device_client.h 46 virtual void AddDevice(const std::string& device_path,
shill_manager_client.h 41 virtual void AddDevice(const std::string& device_path) = 0;
fake_shill_device_client.h 82 virtual void AddDevice(const std::string& device_path,
fake_shill_manager_client.h 83 virtual void AddDevice(const std::string& device_path) OVERRIDE;
fake_shill_device_client.cc 210 void FakeShillDeviceClient::AddDevice(const std::string& device_path,
214 AddDevice(device_path);
fake_shill_manager_client.cc 324 void FakeShillManagerClient::AddDevice(const std::string& device_path) {
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 6 // The video capture clients use AddDevice() to get a pointer to
36 virtual media::VideoCapture* AddDevice(
rtc_video_capture_delegate.cc 21 capture_engine_ = vc_manager_->AddDevice(session_id_, this);
video_capture_impl_manager.cc 21 media::VideoCapture* VideoCaptureImplManager::AddDevice(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h 45 void AddDevice(const std::string& device_name, const std::string& device_id) {
webrtcvideocapturer_unittest.cc 50 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId);
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.cc 150 video_capture_ = manager->AddDevice(session_id_, handler_proxy_.get());
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 161 device_test->AddDevice("/device/stub_wifi_device1",
163 device_test->AddDevice("/device/stub_cellular_device1",
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 706 test_device_client->AddDevice(dev.device_path, dev.type,

Completed in 1328 milliseconds