Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/test/
Dipc_integrationtest.cc86 std::unique_ptr<GreeterProxy> svc_proxy(new GreeterProxy(&svc_proxy_events_)); in TEST_F() local
87 cli->BindService(svc_proxy->GetWeakPtr()); in TEST_F()
109 svc_proxy->SayHello(req, std::move(deferred_reply)); in TEST_F()
132 svc_proxy->WaveGoodbye(req, std::move(deferred_reply)); in TEST_F()