Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_cpu_perftest.cc121 IPC_MESSAGE_HANDLER(TestMsg_Hello, OnHello) in OnMessageReceived()
128 void OnHello() { in OnHello() function in IPC::__anon4c13cc8a0111::ChannelSteadyPingPongListener
286 ping_receiver_->Ping("hello", base::Bind(&MojoSteadyPingPongTest::OnHello, in RunPingPongServer()
298 void OnHello(const std::string& value) { in OnHello() function in IPC::__anon4c13cc8a0111::MojoSteadyPingPongTest
Dipc_perftest_util.cc41 IPC_MESSAGE_HANDLER(TestMsg_Hello, OnHello) in OnMessageReceived()
50 void ChannelReflectorListener::OnHello() { in OnHello() function in IPC::ChannelReflectorListener
Dipc_perftest_util.h42 void OnHello();
Dipc_mojo_perftest.cc69 IPC_MESSAGE_HANDLER(TestMsg_Hello, OnHello) in OnMessageReceived()
76 void OnHello() { in OnHello() function in IPC::__anon422127d70111::PerformanceChannelListener