HomeSort by relevance Sort by last modified time
    Searched defs:DebugDaemonClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
debug_daemon_client.h 22 // DebugDaemonClient is used to communicate with the debug daemon.
23 class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient {
25 virtual ~DebugDaemonClient();
145 static DebugDaemonClient* Create();
149 DebugDaemonClient();
152 DISALLOW_COPY_AND_ASSIGN(DebugDaemonClient);
debug_daemon_client.cc 33 // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
143 // The DebugDaemonClient implementation used in production.
144 class DebugDaemonClientImpl : public DebugDaemonClient {
150 // DebugDaemonClient override.
623 DebugDaemonClient::DebugDaemonClient() {
626 DebugDaemonClient::~DebugDaemonClient() {
630 DebugDaemonClient::StopSystemTracingCallback
631 DebugDaemonClient::EmptyStopSystemTracingCallback()
    [all...]

Completed in 30 milliseconds