Home
last modified time | relevance | path

Searched refs:GetDebugLogsCallback (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
Ddebug_daemon_client.h29 typedef base::Callback<void(bool succeeded)> GetDebugLogsCallback; typedef
34 const GetDebugLogsCallback& callback) = 0;
Dfake_debug_daemon_client.h23 const GetDebugLogsCallback& callback) OVERRIDE;
Ddebug_daemon_client.cc50 const GetDebugLogsCallback& callback) OVERRIDE { in GetDebugLogs()
317 const GetDebugLogsCallback& callback) { in OnCheckValidityGetDebugLogs()
334 void OnGetDebugLogs(const GetDebugLogsCallback& callback, in OnGetDebugLogs()
Dfake_debug_daemon_client.cc25 const GetDebugLogsCallback& callback) { in GetDebugLogs()