Home
last modified time | relevance | path

Searched refs:TestModel (Results 1 – 6 of 6) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_model.cc51 TestModel::TestModel( in TestModel() function in test_vendor_lib::TestModel
70 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod()
80 void TestModel::StartTimer() { in StartTimer()
83 …schedule_periodic_task_(std::chrono::milliseconds(0), timer_period_, [this]() { TestModel::TimerTi… in StartTimer()
86 void TestModel::StopTimer() { in StopTimer()
92 size_t TestModel::Add(std::shared_ptr<Device> new_dev) { in Add()
97 void TestModel::Del(size_t dev_index) { in Del()
105 size_t TestModel::AddPhy(std::shared_ptr<PhyLayerFactory> new_phy) { in AddPhy()
110 void TestModel::DelPhy(size_t phy_index) { in DelPhy()
117 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy()
[all …]
Dtest_model.h33 class TestModel {
35 TestModel(std::function<AsyncTaskId(std::chrono::milliseconds, const TaskCallback&)> evtScheduler,
39 ~TestModel() = default;
96 TestModel(TestModel& model) = delete;
97 TestModel& operator=(const TestModel& model) = delete;
Dtest_command_handler.h36 TestCommandHandler(TestModel& test_model);
83 TestModel& model_;
Dtest_command_handler.cc39 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler()
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.h59 test_vendor_lib::TestModel test_model_{
/system/bt/test/rootcanal/
Dbluetooth_hci.h77 test_vendor_lib::TestModel test_model_{