Home
last modified time | relevance | path

Searched refs:AddDevice (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_stub_helper.cc74 devices->AddDevice( in SetupDefaultEnvironment()
76 devices->AddDevice(kDevicePathWifi, shill::kTypeWifi, "stub_wifi_device1"); in SetupDefaultEnvironment()
78 devices->AddDevice( in SetupDefaultEnvironment()
84 devices->AddDevice(kDevicePathWimax, shill::kTypeWimax, "stub_wimax_device1"); in SetupDefaultEnvironment()
Dfake_shill_device_client.cc210 void FakeShillDeviceClient::AddDevice(const std::string& device_path, in AddDevice() function in chromeos::FakeShillDeviceClient
214 AddDevice(device_path); in AddDevice()
Dshill_device_client.h46 virtual void AddDevice(const std::string& device_path,
Dshill_manager_client.h41 virtual void AddDevice(const std::string& device_path) = 0;
Dfake_shill_device_client.h82 virtual void AddDevice(const std::string& device_path,
Dfake_shill_manager_client.h83 virtual void AddDevice(const std::string& device_path) OVERRIDE;
Dfake_shill_manager_client.cc324 void FakeShillManagerClient::AddDevice(const std::string& device_path) { in AddDevice() function in chromeos::FakeShillManagerClient
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_state_notifier_unittest.cc65 device_test->AddDevice("/device/stub_wifi_device1", in SetupDefaultShillState()
67 device_test->AddDevice("/device/stub_cellular_device1", in SetupDefaultShillState()
/external/chromium_org/chromeos/network/
Dnetwork_sms_handler_unittest.cc68 manager_test->AddDevice("stub_cellular_device2"); in SetUp()
72 device_test->AddDevice("stub_cellular_device2", shill::kTypeCellular, in SetUp()
Dshill_property_handler_unittest.cc195 void AddDevice(const std::string& type, const std::string& id) { in AddDevice() function in chromeos::ShillPropertyHandlerTest
197 device_test_->AddDevice(id, type, std::string("/device/" + id)); in AddDevice()
264 AddDevice(shill::kTypeWifi, "stub_wifi_device1"); in SetupDefaultShillState()
265 AddDevice(shill::kTypeCellular, "stub_cellular_device1"); in SetupDefaultShillState()
341 AddDevice(shill::kTypeWifi, kTestDevicePath); in TEST_F()
Dnetwork_device_handler_unittest.cc38 device_test->AddDevice( in SetUp()
40 device_test->AddDevice(kDefaultWifiDevicePath, shill::kTypeWifi, "wifi1"); in SetUp()
Dnetwork_state_handler_unittest.cc166 device_test->AddDevice("/device/stub_wifi_device1", in SetupDefaultShillState()
168 device_test->AddDevice("/device/stub_cellular_device1", in SetupDefaultShillState()
/external/chromium_org/content/renderer/media/
Dvideo_capture_impl_manager.h36 virtual media::VideoCapture* AddDevice(
Dvideo_capture_impl_manager.cc21 media::VideoCapture* VideoCaptureImplManager::AddDevice( in AddDevice() function in content::VideoCaptureImplManager
Drtc_video_capture_delegate.cc21 capture_engine_ = vc_manager_->AddDevice(session_id_, this); in RtcVideoCaptureDelegate()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc161 device_test->AddDevice("/device/stub_wifi_device1", in SetUpOnMainThread()
163 device_test->AddDevice("/device/stub_cellular_device1", in SetUpOnMainThread()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h45 void AddDevice(const std::string& device_name, const std::string& device_id) { in AddDevice() function
Dwebrtcvideocapturer_unittest.cc50 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId); in WebRtcVideoCapturerTest()
/external/chromium_org/content/renderer/pepper/
Dpepper_platform_video_capture.cc150 video_capture_ = manager->AddDevice(session_id_, handler_proxy_.get()); in Initialize()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector_browsertest.cc706 test_device_client->AddDevice(dev.device_path, dev.type, in SetUp()