Searched defs:FakeDebugDaemonClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.h16 class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { class in namespace:chromeos
18 FakeDebugDaemonClient();
19 virtual ~FakeDebugDaemonClient();
55 DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient);
H A Dfake_debug_daemon_client.cc18 FakeDebugDaemonClient::FakeDebugDaemonClient() {} function in class:chromeos::FakeDebugDaemonClient
20 FakeDebugDaemonClient::~FakeDebugDaemonClient() {}
22 void FakeDebugDaemonClient::Init(dbus::Bus* bus) {}
24 void FakeDebugDaemonClient::DumpDebugLogs(
32 void FakeDebugDaemonClient::SetDebugMode(const std::string& subsystem,
36 void FakeDebugDaemonClient::StartSystemTracing() {}
38 bool FakeDebugDaemonClient::RequestStopSystemTracing(
46 void FakeDebugDaemonClient
[all...]

Completed in 597 milliseconds