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

  /external/chromium_org/chromeos/dbus/
shill_service_client.cc 32 const ShillServiceClient::DictionaryValueCallback& callback,
52 // The ShillServiceClient implementation.
53 class ShillServiceClientImpl : public ShillServiceClient {
61 // ShillServiceClient overrides.
218 virtual ShillServiceClient::TestInterface* GetTestInterface() OVERRIDE {
249 ShillServiceClient::ShillServiceClient() {}
251 ShillServiceClient::~ShillServiceClient() {}
254 ShillServiceClient* ShillServiceClient::Create
    [all...]
shill_service_client.h 32 // ShillServiceClient is used to communicate with the Shill Service
36 class CHROMEOS_EXPORT ShillServiceClient {
84 virtual ~ShillServiceClient();
88 static ShillServiceClient* Create(DBusClientImplementationType type,
188 ShillServiceClient();
191 DISALLOW_COPY_AND_ASSIGN(ShillServiceClient);

Completed in 33 milliseconds