Home
last modified time | relevance | path

Searched refs:EchoImpl (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_helpers_unittest.cc48 class EchoImpl : public test::EchoService { class
50 explicit EchoImpl(test::EchoServiceRequest request) in EchoImpl() function in mojo::__anon40c94bfd0111::EchoImpl
52 ~EchoImpl() override = default;
62 DISALLOW_COPY_AND_ASSIGN(EchoImpl);
99 EchoImpl echo_impl(MakeRequest(&echo)); in TEST_F()
Dsync_method_unittest.cc90 void EchoImpl(int32_t value, const base::Callback<void(int32_t)>& callback) { in EchoImpl() function in mojo::test::__anone24243e80111::TestSyncCommonImpl
130 EchoImpl(value, callback); in Echo()
152 EchoImpl(value, callback); in Echo()
180 EchoImpl(value, callback); in Echo()
/external/libchrome/mojo/public/js/
DREADME.md93 function EchoImpl() {}
94 EchoImpl.prototype.echoInteger = function(value) {
101 new EchoImpl(),
135 method calls on the messsage pipe, and dispatches those calls to the `EchoImpl`