OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncEcho
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/dbus/
test_service.h
122
void
AsyncEcho
(MethodCall* method_call,
test_service.cc
26
// Echo, SlowEcho,
AsyncEcho
, BrokenMethod, GetAll, Get, Set, PerformAction,
196
"
AsyncEcho
",
197
base::Bind(&TestService::
AsyncEcho
,
289
void TestService::
AsyncEcho
(MethodCall* method_call,
359
// Variant<["Echo", "SlowEcho", "
AsyncEcho
", "BrokenMethod"]>
369
variant_array_writer.AppendString("
AsyncEcho
");
499
// "Methods": Variant<["Echo", "SlowEcho", "
AsyncEcho
", "BrokenMethod"]>,
526
variant_array_writer.AppendString("
AsyncEcho
");
end_to_end_async_unittest.cc
425
TEST_F(EndToEndAsyncTest,
AsyncEcho
) {
429
MethodCall method_call("org.chromium.TestInterface", "
AsyncEcho
");
Completed in 4785 milliseconds