Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Ddebug_daemon_client.h129 TestICMPCallback; typedef
134 const TestICMPCallback& callback) = 0;
141 const TestICMPCallback& callback) = 0;
Dfake_debug_daemon_client.h44 const TestICMPCallback& callback) OVERRIDE;
48 const TestICMPCallback& callback) OVERRIDE;
Dfake_debug_daemon_client.cc103 const TestICMPCallback& callback) { in TestICMP()
111 const TestICMPCallback& callback) { in TestICMPWithOptions()
Ddebug_daemon_client.cc251 const TestICMPCallback& callback) OVERRIDE { in TestICMP()
267 const TestICMPCallback& callback) OVERRIDE { in TestICMPWithOptions()
514 void OnTestICMP(const TestICMPCallback& callback, dbus::Response* response) { in OnTestICMP()