Searched refs:TestChannelTransport (Results 1 – 5 of 5) sorted by relevance
35 class TestChannelTransport {37 TestChannelTransport() {} in TestChannelTransport() function39 ~TestChannelTransport() {} in ~TestChannelTransport()66 TestChannelTransport(const TestChannelTransport& cmdPckt) = delete;67 TestChannelTransport& operator=(const TestChannelTransport& cmdPckt) = delete;
33 bool TestChannelTransport::SetUp(std::shared_ptr<AsyncDataChannelServer> server, in SetUp()41 void TestChannelTransport::CleanUp() { in CleanUp()46 void TestChannelTransport::OnCommandReady(AsyncDataChannel* socket, in OnCommandReady()98 void TestChannelTransport::SendResponse( in SendResponse()122 void TestChannelTransport::RegisterCommandHandler( in RegisterCommandHandler()
99 rootcanal::TestChannelTransport test_channel_transport_;100 rootcanal::TestChannelTransport remote_hci_transport_;101 rootcanal::TestChannelTransport remote_link_layer_transport_;
235 rootcanal::TestChannelTransport::SendResponse( in SetUpTestChannel()242 rootcanal::TestChannelTransport::SendResponse(conn_fd, response); in SetUpTestChannel()
66 rootcanal::TestChannelTransport test_channel_transport_;