Searched defs:ShillDeviceClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
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 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);

Completed in 121 milliseconds