Searched refs:FakeDebugDaemonClient (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/dbus/
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::GetDebugLogs(base::PlatformFile file,
29 void FakeDebugDaemonClient::SetDebugMode(const std::string& subsystem,
33 void FakeDebugDaemonClient::StartSystemTracing() {}
35 bool FakeDebugDaemonClient::RequestStopSystemTracing(
42 void FakeDebugDaemonClient
[all...]
H A Dfake_debug_daemon_client.h16 class FakeDebugDaemonClient : public DebugDaemonClient { class in namespace:chromeos
18 FakeDebugDaemonClient();
19 virtual ~FakeDebugDaemonClient();
51 DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient);
H A Dfake_dbus_thread_manager.cc71 scoped_ptr<DebugDaemonClient>(new FakeDebugDaemonClient));

Completed in 438 milliseconds