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();
148 static DebugDaemonClient* Create();
152 DebugDaemonClient();
155 DISALLOW_COPY_AND_ASSIGN(DebugDaemonClient);
debug_daemon_client.cc 32 // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
41 // The DebugDaemonClient implementation used in production.
42 class DebugDaemonClientImpl : public DebugDaemonClient {
48 // DebugDaemonClient override.
538 DebugDaemonClient::DebugDaemonClient() {
541 DebugDaemonClient::~DebugDaemonClient() {
545 DebugDaemonClient::StopSystemTracingCallback
546 DebugDaemonClient::EmptyStopSystemTracingCallback()
    [all...]

Completed in 395 milliseconds