Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dservice_proxy.cc61 const bool drop_reply = !reply.IsBound(); in BeginInvoke() local
66 request, drop_reply, weak_ptr_factory_.GetWeakPtr(), in BeginInvoke()
73 PERFETTO_DCHECK(!drop_reply || !request_id); in BeginInvoke()
Dclient_impl.cc89 bool drop_reply, in BeginInvoke() argument
99 req->set_drop_reply(drop_reply); in BeginInvoke()
106 if (drop_reply) in BeginInvoke()
Dclient_impl.h61 bool drop_reply,
Dwire_protocol.proto47 optional bool drop_reply = 4; field
Dhost_impl_unittest.cc109 bool drop_reply = false, in InvokeMethod() argument
117 frame.mutable_msg_invoke_method()->set_drop_reply(drop_reply); in InvokeMethod()
Dhost_impl.cc189 if (!req.drop_reply()) { in OnInvokeMethod()
Dclient_impl_unittest.cc287 EXPECT_TRUE(req.drop_reply()); in TEST_F()