Searched refs:BeginInvoke (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 253 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()
|
D | service_proxy.cc | 47 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()
|
D | client_impl.h | 57 RequestID BeginInvoke(ServiceID,
|
D | client_impl.cc | 85 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke() function in perfetto::ipc::ClientImpl
|
/external/perfetto/include/perfetto/ipc/ |
D | service_proxy.h | 68 void BeginInvoke(const std::string& method_name,
|