Searched refs:ShillDeviceClient (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier_unittest.cc32 using chromeos::ShillDeviceClient;
62 ShillDeviceClient::TestInterface* device_test =
/external/chromium_org/chromeos/dbus/
H A Dshill_device_client.h33 // ShillDeviceClient is used to communicate with the Shill Device service.
36 class CHROMEOS_EXPORT ShillDeviceClient : public DBusClient { class in namespace:chromeos
61 virtual ~ShillDeviceClient();
65 static ShillDeviceClient* Create();
173 ShillDeviceClient();
176 DISALLOW_COPY_AND_ASSIGN(ShillDeviceClient);
H A Dshill_device_client.cc23 // The ShillDeviceClient implementation.
24 class ShillDeviceClientImpl : public ShillDeviceClient {
44 // ShillDeviceClient overrides.
247 ShillDeviceClient::ShillDeviceClient() {} function in class:chromeos::ShillDeviceClient
249 ShillDeviceClient::~ShillDeviceClient() {}
252 ShillDeviceClient* ShillDeviceClient::Create() {
H A Dfake_shill_device_client.h16 // A fake implementation of ShillDeviceClient.
19 : public ShillDeviceClient,
20 public ShillDeviceClient::TestInterface {
25 // ShillDeviceClient overrides
86 virtual ShillDeviceClient::TestInterface* GetTestInterface() OVERRIDE;
88 // ShillDeviceClient::TestInterface overrides.
H A Ddbus_thread_manager.h57 class ShillDeviceClient;
157 virtual ShillDeviceClient* GetShillDeviceClient() = 0;
H A Dfake_dbus_thread_manager.h60 void SetShillDeviceClient(scoped_ptr<ShillDeviceClient> client);
104 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE;
147 scoped_ptr<ShillDeviceClient> shill_device_client_;
H A Dfake_dbus_thread_manager.cc127 scoped_ptr<ShillDeviceClient>(new FakeShillDeviceClient));
214 scoped_ptr<ShillDeviceClient> client) {
398 ShillDeviceClient*
H A Ddbus_thread_manager.cc87 shill_device_client_.reset(ShillDeviceClient::Create());
154 ShillDeviceClient* shill_device_client() {
231 scoped_ptr<ShillDeviceClient> shill_device_client_;
370 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE {
H A Dfake_shill_device_client.cc33 const ShillDeviceClient::ErrorCallback& error_callback) {
52 // ShillDeviceClient overrides.
232 ShillDeviceClient::TestInterface* FakeShillDeviceClient::GetTestInterface() {
236 // ShillDeviceClient::TestInterface overrides.
H A Dshill_device_client_unittest.cc62 client_.reset(ShillDeviceClient::Create());
73 scoped_ptr<ShillDeviceClient> client_;
H A Dfake_shill_manager_client.cc172 ShillDeviceClient::TestInterface* device_client =
572 ShillDeviceClient::TestInterface* devices =
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler_unittest.cc64 ShillDeviceClient::TestInterface* device_test =
72 // ShillDeviceClient, GsmSMSClient, ModemMessagingClient and SMSClient.
H A Dnetwork_device_handler_unittest.cc39 scoped_ptr<ShillDeviceClient>(fake_device_client_));
59 ShillDeviceClient::TestInterface* device_test =
191 ShillDeviceClient::TestInterface* device_test =
H A Dnetwork_state_handler_unittest.cc236 ShillDeviceClient::TestInterface* device_test_;
H A Dshill_property_handler_unittest.cc287 ShillDeviceClient::TestInterface* device_test_;
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_apitest.cc62 using chromeos::ShillDeviceClient;
388 ShillDeviceClient::TestInterface* device_test_;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc732 chromeos::ShillDeviceClient::TestInterface* test_device_client =

Completed in 211 milliseconds