Home
last modified time | relevance | path

Searched refs:OnPingDone (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc49 void OnPingDone();
69 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))); in Run()
73 void PingPongTest::OnPingDone() { in OnPingDone() function in mojo::__anonbe7796bc0111::PingPongTest
80 service_->Ping(base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))); in OnPingDone()
De2e_perftest.cc60 void OnPingDone(const std::string& reply);
78 base::Bind(&PingPongTest::OnPingDone, base::Unretained(this))) {} in PingPongTest()
109 void PingPongTest::OnPingDone(const std::string& reply) { in OnPingDone() function in mojo::__anon10e4452a0111::PingPongTest