Lines Matching defs:Echo
26 // Echo, SlowEcho, AsyncEcho, BrokenMethod, GetAll, Get, Set, PerformAction,
178 "Echo",
179 base::Bind(&TestService::Echo,
268 void TestService::Echo(MethodCall* method_call,
286 Echo(method_call, response_sender);
291 // Schedule a call to Echo() to send an asynchronous response after we return.
293 base::Bind(&TestService::Echo,
359 // Variant<["Echo", "SlowEcho", "AsyncEcho", "BrokenMethod"]>
367 variant_array_writer.AppendString("Echo");
499 // "Methods": Variant<["Echo", "SlowEcho", "AsyncEcho", "BrokenMethod"]>,
524 variant_array_writer.AppendString("Echo");