Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dclient_impl_unittest.cc256 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
267 proxy->BeginInvoke("InvalidMethod", empty_req, std::move(deferred_reply2)); in TEST_F()
296 proxy->BeginInvoke("FakeMethod1", RequestProto(), std::move(no_callback)); in TEST_F()
338 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
378 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
422 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply), in TEST_F()
520 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
544 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
Dservice_proxy.cc48 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke() function in perfetto::ipc::ServiceProxy
66 ->BeginInvoke(service_id_, method_name, remote_method_it->second, in BeginInvoke()
Dclient_impl.h62 RequestID BeginInvoke(ServiceID,
Dclient_impl.cc111 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke() function in perfetto::ipc::ClientImpl
/external/perfetto/include/perfetto/ext/ipc/
Dservice_proxy.h69 void BeginInvoke(const std::string& method_name,