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 26 // DebugDaemonClient is used to communicate with the debug daemon.
27 class CHROMEOS_EXPORT DebugDaemonClient {
29 virtual ~DebugDaemonClient();
149 static DebugDaemonClient* Create(DBusClientImplementationType type,
153 DebugDaemonClient();
156 DISALLOW_COPY_AND_ASSIGN(DebugDaemonClient);
debug_daemon_client.cc 29 // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
139 // The DebugDaemonClient implementation used in production.
140 class DebugDaemonClientImpl : public DebugDaemonClient {
152 // DebugDaemonClient override.
618 // The DebugDaemonClient implementation used on Linux desktop,
620 class DebugDaemonClientStubImpl : public DebugDaemonClient {
621 // DebugDaemonClient overrides.
705 DebugDaemonClient::DebugDaemonClient() {
708 DebugDaemonClient::~DebugDaemonClient()
    [all...]

Completed in 279 milliseconds