Lines Matching full:rootcanal
46 #include "rootcanal/configuration.pb.h"
48 namespace rootcanal { namespace
50 using rootcanal::AsyncTaskId;
51 using rootcanal::BaseBandSniffer;
52 using rootcanal::HciDevice;
53 using rootcanal::HciSniffer;
54 using rootcanal::HciSocketTransport;
55 using rootcanal::LinkLayerSocketDevice;
56 using rootcanal::TaskCallback;
79 rootcanal::configuration::Configuration* config = in TestEnvironment()
80 new rootcanal::configuration::Configuration(); in TestEnvironment()
85 SetUpHciServer(open_server, hci_port, rootcanal::ControllerProperties()); in TestEnvironment()
91 rootcanal::configuration::TcpServer const& tcp_server = in TestEnvironment()
94 rootcanal::ControllerProperties(tcp_server.configuration())); in TestEnvironment()
104 int tcp_port, rootcanal::ControllerProperties properties) { in SetUpHciServer()
141 sniffer->SetPcapFilter(std::make_shared<rootcanal::PcapFilter>()); in SetUpHciServer()
235 rootcanal::TestChannelTransport::SendResponse( in SetUpTestChannel()
242 rootcanal::TestChannelTransport::SendResponse(conn_fd, response); in SetUpTestChannel()
269 } // namespace rootcanal