Home
last modified time | relevance | path

Searched refs:TestChannelTransport (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.h35 class TestChannelTransport {
37 TestChannelTransport() {} in TestChannelTransport() function
39 ~TestChannelTransport() {} in ~TestChannelTransport()
66 TestChannelTransport(const TestChannelTransport& cmdPckt) = delete;
67 TestChannelTransport& operator=(const TestChannelTransport& cmdPckt) = delete;
Dtest_channel_transport.cc33 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()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h99 rootcanal::TestChannelTransport test_channel_transport_;
100 rootcanal::TestChannelTransport remote_hci_transport_;
101 rootcanal::TestChannelTransport remote_link_layer_transport_;
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc235 rootcanal::TestChannelTransport::SendResponse( in SetUpTestChannel()
242 rootcanal::TestChannelTransport::SendResponse(conn_fd, response); in SetUpTestChannel()
Dtest_environment.h66 rootcanal::TestChannelTransport test_channel_transport_;