Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc54 SET_HANDLER("set_timer_period", SetTimerPeriod); in TestCommandHandler()
84 SetTimerPeriod({"10"}); in AddDefaults()
278 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() function in rootcanal::TestCommandHandler
286 model_.SetTimerPeriod(std::chrono::milliseconds(period)); in SetTimerPeriod()
Dtest_command_handler.h79 void SetTimerPeriod(const std::vector<std::string>& args);
Dtest_model.h108 void SetTimerPeriod(std::chrono::milliseconds new_period);
Dtest_model.cc64 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod() function in rootcanal::TestModel
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc258 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc181 test_model_.SetTimerPeriod(std::chrono::milliseconds(10)); in initialize_impl()