Lines Matching refs:test_vendor_lib
76 test_vendor_lib::AsyncManager async_manager_;
83 std::shared_ptr<test_vendor_lib::DualModeController> controller_;
85 test_vendor_lib::TestChannelTransport test_channel_transport_;
86 test_vendor_lib::TestChannelTransport remote_hci_transport_;
87 test_vendor_lib::TestChannelTransport remote_link_layer_transport_;
89 test_vendor_lib::AsyncUserId user_id_ = async_manager_.GetNextUserId();
90 test_vendor_lib::TestModel test_model_{
92 [this](test_vendor_lib::AsyncUserId user_id,
94 const test_vendor_lib::TaskCallback& task) {
98 [this](test_vendor_lib::AsyncUserId user_id,
100 const test_vendor_lib::TaskCallback& task) {
105 [this](test_vendor_lib::AsyncUserId user_id) {
109 [this](test_vendor_lib::AsyncTaskId task) {
117 test_vendor_lib::TestCommandHandler test_channel_{test_model_};