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) in TestCommandHandler() function in rootcanal::TestCommandHandler
62 void TestCommandHandler::AddDefaults() { in AddDefaults()
88 void TestCommandHandler::HandleCommand(const std::string& name, in HandleCommand()
98 void TestCommandHandler::RegisterSendResponse( in RegisterSendResponse()
104 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice()
126 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()
154 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) { in RemoveDevice()
163 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()
179 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy()
188 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;
101 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;
102 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.h116 rootcanal::TestCommandHandler test_channel_{test_model_};
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h129 rootcanal::TestCommandHandler test_channel_{test_model_};