Searched refs:OnFoo (Results 1 – 1 of 1) sorted by relevance
353 DispatchRemoteMethod<TestInterface::Foo>(*this, &TestService::OnFoo, in HandleMessage()441 int OnFoo(Message&, int a, const std::string& b) { return a + b.length(); } in OnFoo() function in __anon586972210111::TestService