OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShillDeviceClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_device_client.cc
24
// The
ShillDeviceClient
implementation.
25
class ShillDeviceClientImpl : public
ShillDeviceClient
{
45
//
ShillDeviceClient
overrides.
228
ShillDeviceClient
::
ShillDeviceClient
() {}
230
ShillDeviceClient
::~
ShillDeviceClient
() {}
233
ShillDeviceClient
*
ShillDeviceClient
::Create(
shill_device_client.h
34
//
ShillDeviceClient
is used to communicate with the Shill Device service.
37
class CHROMEOS_EXPORT
ShillDeviceClient
{
61
virtual ~
ShillDeviceClient
();
65
static
ShillDeviceClient
* Create(DBusClientImplementationType type,
164
ShillDeviceClient
();
167
DISALLOW_COPY_AND_ASSIGN(
ShillDeviceClient
);
Completed in 46 milliseconds