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

/external/chromium_org/chromeos/dbus/
H A Dshill_service_client.h31 // ShillServiceClient is used to communicate with the Shill Service
35 class CHROMEOS_EXPORT ShillServiceClient : public DBusClient { class in namespace:chromeos
91 virtual ~ShillServiceClient();
95 static ShillServiceClient* Create();
187 ShillServiceClient();
190 DISALLOW_COPY_AND_ASSIGN(ShillServiceClient);
H A Dshill_service_client.cc33 const ShillServiceClient::DictionaryValueCallback& callback,
53 // The ShillServiceClient implementation.
54 class ShillServiceClientImpl : public ShillServiceClient {
218 virtual ShillServiceClient::TestInterface* GetTestInterface() OVERRIDE {
260 NET_LOG_ERROR("ShillServiceClient service has invalid path",
280 ShillServiceClient::ShillServiceClient() {} function in class:chromeos::ShillServiceClient
282 ShillServiceClient::~ShillServiceClient() {}
285 ShillServiceClient* ShillServiceClien
[all...]

Completed in 3251 milliseconds