Home
last modified time | relevance | path

Searched refs:TestCommandHandler (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc38 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler() function in rootcanal::TestCommandHandler
59 void TestCommandHandler::AddDefaults() { in AddDefaults()
85 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand()
94 void TestCommandHandler::RegisterSendResponse( in RegisterSendResponse()
100 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice()
121 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()
148 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) { in RemoveDevice()
157 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()
172 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy()
181 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()
[all …]
Dtest_command_handler.h32 class TestCommandHandler {
35 TestCommandHandler(TestModel& test_model);
37 ~TestCommandHandler() = default;
99 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;
100 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.h107 rootcanal::TestCommandHandler test_channel_{test_model_};
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h141 rootcanal::TestCommandHandler test_channel_{test_model_};