OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemClockClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
system_clock_client.h
14
//
SystemClockClient
is used to communicate with the system clock.
15
class CHROMEOS_EXPORT
SystemClockClient
: public DBusClient {
26
virtual ~
SystemClockClient
();
35
static
SystemClockClient
* Create();
39
SystemClockClient
();
42
DISALLOW_COPY_AND_ASSIGN(
SystemClockClient
);
system_clock_client.cc
16
// The
SystemClockClient
implementation used in production.
17
class SystemClockClientImpl : public
SystemClockClient
{
79
SystemClockClient
::
SystemClockClient
() {
82
SystemClockClient
::~
SystemClockClient
() {
86
SystemClockClient
*
SystemClockClient
::Create() {
Completed in 186 milliseconds