Home
last modified time | relevance | path

Searched refs:SetTimerPeriod (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc48 SET_HANDLER("set_timer_period", SetTimerPeriod); in TestCommandHandler()
77 SetTimerPeriod({"10"}); in AddDefaults()
264 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() function in rootcanal::TestCommandHandler
272 model_.SetTimerPeriod(std::chrono::milliseconds(period)); in SetTimerPeriod()
Dtest_command_handler.h82 void SetTimerPeriod(const std::vector<std::string>& args);
Dtest_model.h100 void SetTimerPeriod(std::chrono::milliseconds new_period);
Dtest_model.cc61 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod() function in rootcanal::TestModel
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc181 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc196 test_model_.SetTimerPeriod(std::chrono::milliseconds(10)); in initialize_impl()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h626 void SetTimerPeriod(std::chrono::milliseconds new_period);