Searched refs:device_test_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_apitest.cc144 device_test_(NULL)
204 device_test_->AddDevice(
206 device_test_->SetDeviceProperty(kCellularDevicePath,
212 device_test_->SetDeviceProperty(kCellularDevicePath,
258 device_test_ = dbus_manager->GetShillDeviceClient()->GetTestInterface();
265 device_test_->ClearDevices();
284 device_test_->AddDevice(
288 device_test_->SetDeviceProperty(
290 device_test_->SetDeviceProperty(kWifiDevicePath,
403 ShillDeviceClient::TestInterface* device_test_; member in class:__anon3781::ExtensionNetworkingPrivateApiTest
[all...]
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc171 device_test_(NULL),
186 device_test_ =
188 ASSERT_TRUE(device_test_); variable
207 device_test_->AddDevice(id, type, id);
211 device_test_->RemoveDevice(id);
283 device_test_->ClearDevices();
297 ShillDeviceClient::TestInterface* device_test_; member in class:chromeos::ShillPropertyHandlerTest
H A Dnetwork_state_handler_unittest.cc174 : device_test_(NULL),
211 device_test_ =
213 ASSERT_TRUE(device_test_);
214 device_test_->ClearDevices();
215 device_test_->AddDevice(kShillManagerClientStubWifiDevice,
217 device_test_->AddDevice(kShillManagerClientStubCellularDevice,
262 ShillDeviceClient::TestInterface* device_test_; member in class:chromeos::NetworkStateHandlerTest
743 device_test_->AddDevice(wifi_device, shill::kTypeWifi, "stub_wifi_device2");
749 device_test_->SetDeviceProperty(
770 device_test_
[all...]

Completed in 428 milliseconds