Lines Matching full:rootcanal
44 using rootcanal::Device;
45 using rootcanal::Phy;
89 rootcanal::AsyncManager async_manager_;
97 std::shared_ptr<rootcanal::DualModeController> controller_;
99 rootcanal::TestChannelTransport test_channel_transport_;
100 rootcanal::TestChannelTransport remote_hci_transport_;
101 rootcanal::TestChannelTransport remote_link_layer_transport_;
103 rootcanal::AsyncUserId user_id_ = async_manager_.GetNextUserId();
104 rootcanal::TestModel test_model_{
106 [this](rootcanal::AsyncUserId user_id, std::chrono::milliseconds delay,
107 const rootcanal::TaskCallback& task) {
111 [this](rootcanal::AsyncUserId user_id, std::chrono::milliseconds delay,
113 const rootcanal::TaskCallback& task) {
118 [this](rootcanal::AsyncUserId user) {
122 [this](rootcanal::AsyncTaskId task) {
129 rootcanal::TestCommandHandler test_channel_{test_model_};