Searched refs:AddRemote (Results 1 – 4 of 4) sorted by relevance
40 SET_HANDLER("add_remote", AddRemote); in TestCommandHandler()143 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote() function in rootcanal::TestCommandHandler165 model_.AddRemote(args[0], port, phy_type); in AddRemote()
58 void AddRemote(const std::vector<std::string>& args);
91 void AddRemote(const std::string& server, int port, Phy::Type phy_type);
175 void TestModel::AddRemote(const std::string& server, int port, in AddRemote() function in rootcanal::TestModel