Lines Matching full:rootcanal
38 namespace rootcanal {
45 using rootcanal::AsyncManager;
46 using rootcanal::Device;
47 using rootcanal::Phy;
65 rootcanal::AsyncManager async_manager_;
66 rootcanal::TestChannelTransport test_channel_transport_;
77 rootcanal::AsyncUserId socket_user_id_{};
83 int tcp_port, rootcanal::ControllerProperties properties);
90 rootcanal::TestModel test_model_{
92 [this](rootcanal::AsyncUserId user_id, std::chrono::milliseconds delay,
93 const rootcanal::TaskCallback& task) {
97 [this](rootcanal::AsyncUserId user_id, std::chrono::milliseconds delay,
99 const rootcanal::TaskCallback& task) {
104 [this](rootcanal::AsyncUserId user) {
108 [this](rootcanal::AsyncTaskId task) {
116 rootcanal::TestCommandHandler test_channel_{test_model_};
119 } // namespace rootcanal