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

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

Completed in 86 milliseconds