OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeDebugDaemonClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_debug_daemon_client.h
16
class
FakeDebugDaemonClient
: public DebugDaemonClient {
18
FakeDebugDaemonClient
();
19
virtual ~
FakeDebugDaemonClient
();
51
DISALLOW_COPY_AND_ASSIGN(
FakeDebugDaemonClient
);
fake_debug_daemon_client.cc
18
FakeDebugDaemonClient
::
FakeDebugDaemonClient
() {}
20
FakeDebugDaemonClient
::~
FakeDebugDaemonClient
() {}
22
void
FakeDebugDaemonClient
::Init(dbus::Bus* bus) {}
24
void
FakeDebugDaemonClient
::GetDebugLogs(base::PlatformFile file,
29
void
FakeDebugDaemonClient
::SetDebugMode(const std::string& subsystem,
33
void
FakeDebugDaemonClient
::StartSystemTracing() {}
35
bool
FakeDebugDaemonClient
::RequestStopSystemTracing(
42
void
FakeDebugDaemonClient
::GetRoutes(bool numeric
[
all
...]
Completed in 756 milliseconds