Searched refs:OnInvokeMethodReply (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/ipc/ |
D | host_impl_unittest.cc | 87 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()
|
D | client_impl.cc | 195 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
|
D | client_impl.h | 82 void OnInvokeMethodReply(QueuedRequest, const Frame::InvokeMethodReply&);
|