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

  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 33 // ShillIPConfigClient is used to communicate with the Shill IPConfig
36 class CHROMEOS_EXPORT ShillIPConfigClient : public DBusClient {
51 virtual ~ShillIPConfigClient();
55 static ShillIPConfigClient* Create();
96 virtual ShillIPConfigClient::TestInterface* GetTestInterface() = 0;
102 ShillIPConfigClient();
105 DISALLOW_COPY_AND_ASSIGN(ShillIPConfigClient);
shill_ipconfig_client.cc 23 // The ShillIPConfigClient implementation.
24 class ShillIPConfigClientImpl : public ShillIPConfigClient {
29 // ShillIPConfigClient overrides.
54 virtual ShillIPConfigClient::TestInterface* GetTestInterface() OVERRIDE;
168 ShillIPConfigClient::TestInterface*
175 ShillIPConfigClient::ShillIPConfigClient() {}
177 ShillIPConfigClient::~ShillIPConfigClient() {}
180 ShillIPConfigClient* ShillIPConfigClient::Create()
    [all...]

Completed in 1380 milliseconds