Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl_unittest.cc87 MOCK_METHOD1(OnInvokeMethodReply, void(const Frame::InvokeMethodReply&));
147 return OnInvokeMethodReply(frame->msg_invoke_method_reply()); in OnDataAvailable()
230 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)) in TEST_F()
265 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)) in TEST_F()
301 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)) in TEST_F()
360 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)); in TEST_F()
381 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)); in TEST_F()
412 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)).Times(0); in TEST_F()
449 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)).Times(0); in TEST_F()
462 EXPECT_CALL(*cli_, OnInvokeMethodReply(_)) in TEST_F()
Dclient_impl.cc195 return OnInvokeMethodReply(std::move(req), frame.msg_invoke_method_reply()); in OnFrameReceived()
244 void ClientImpl::OnInvokeMethodReply(QueuedRequest req, in OnInvokeMethodReply() function in perfetto::ipc::ClientImpl
Dclient_impl.h82 void OnInvokeMethodReply(QueuedRequest, const Frame::InvokeMethodReply&);