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.
232 ShillDeviceClient::ShillDeviceClient() {}
234 ShillDeviceClient::~ShillDeviceClient() {}
237 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 {
60 virtual ~ShillDeviceClient();
64 static ShillDeviceClient* Create();
164 ShillDeviceClient();
167 DISALLOW_COPY_AND_ASSIGN(ShillDeviceClient);

Completed in 24 milliseconds