Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc45 SET_HANDLER("add_remote", AddRemote); in TestCommandHandler()
126 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote() function in rootcanal::TestCommandHandler
148 model_.AddRemote(args[0], port, phy_type); in AddRemote()
Dtest_command_handler.h52 void AddRemote(const std::vector<std::string>& args);
Dtest_model.h95 void AddRemote(const std::string& server, int port, Phy::Type phy_type);
Dtest_model.cc198 void TestModel::AddRemote(const std::string& server, int port, Phy::Type type) { in AddRemote() function in rootcanal::TestModel