Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dclient_impl_unittest.cc253 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
264 proxy->BeginInvoke("InvalidMethod", empty_req, std::move(deferred_reply2)); in TEST_F()
293 proxy->BeginInvoke("FakeMethod1", RequestProto(), std::move(no_callback)); in TEST_F()
335 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
373 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
417 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply), in TEST_F()
514 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
538 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
Dservice_proxy.cc47 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke() function in perfetto::ipc::ServiceProxy
65 ->BeginInvoke(service_id_, method_name, remote_method_it->second, in BeginInvoke()
Dclient_impl.h57 RequestID BeginInvoke(ServiceID,
Dclient_impl.cc85 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke() function in perfetto::ipc::ClientImpl
/external/perfetto/include/perfetto/ipc/
Dservice_proxy.h68 void BeginInvoke(const std::string& method_name,