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 33 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() {}
282 ShillServiceClient::~ShillServiceClient() {}
285 ShillServiceClient* ShillServiceClient::Create()
    [all...]
shill_service_client.h 31 // ShillServiceClient is used to communicate with the Shill Service
35 class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
90 virtual ~ShillServiceClient();
94 static ShillServiceClient* Create();
186 ShillServiceClient();
189 DISALLOW_COPY_AND_ASSIGN(ShillServiceClient);

Completed in 125 milliseconds