Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_command_handler.cc37 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler() function in test_vendor_lib::TestCommandHandler
56 void TestCommandHandler::AddDefaults() { in AddDefaults()
100 void TestCommandHandler::FromFile(const std::string& file_name) { in FromFile()
125 void TestCommandHandler::Add(const vector<std::string>& args) { in Add()
146 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()
173 void TestCommandHandler::Del(const vector<std::string>& args) { in Del()
181 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()
192 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy()
230 void TestCommandHandler::List(const vector<std::string>& args) { in List()
270 void TestCommandHandler::StartTimer(const vector<std::string>& args) { in StartTimer()
[all …]
H A Dtest_command_handler.h33 class TestCommandHandler {
36 TestCommandHandler(TestModel& test_model);
38 ~TestCommandHandler() = default;
99 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;
100 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Dtest_environment.h96 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h117 test_vendor_lib::TestCommandHandler test_channel_{test_model_};