HomeSort by relevance Sort by last modified time
    Searched defs:ShillDeviceClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
shill_device_client.cc 23 // The ShillDeviceClient implementation.
24 class ShillDeviceClientImpl : public ShillDeviceClient {
44 // ShillDeviceClient overrides.
247 ShillDeviceClient::ShillDeviceClient() {}
249 ShillDeviceClient::~ShillDeviceClient() {}
252 ShillDeviceClient* ShillDeviceClient::Create() {
shill_device_client.h 33 // ShillDeviceClient is used to communicate with the Shill Device service.
36 class CHROMEOS_EXPORT ShillDeviceClient : public DBusClient {
61 virtual ~ShillDeviceClient();
65 static ShillDeviceClient* Create();
173 ShillDeviceClient();
176 DISALLOW_COPY_AND_ASSIGN(ShillDeviceClient);

Completed in 67 milliseconds