OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
82
virtual ~
ShillServiceClient
();
86
static
ShillServiceClient
* Create();
178
ShillServiceClient
();
181
DISALLOW_COPY_AND_ASSIGN(
ShillServiceClient
);
Completed in 27 milliseconds