Searched refs:AddRemote (Results 1 – 4 of 4) sorted by relevance
45 SET_HANDLER("add_remote", AddRemote); in TestCommandHandler()126 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote() function in rootcanal::TestCommandHandler148 model_.AddRemote(args[0], port, phy_type); in AddRemote()
52 void AddRemote(const std::vector<std::string>& args);
95 void AddRemote(const std::string& server, int port, Phy::Type phy_type);
198 void TestModel::AddRemote(const std::string& server, int port, Phy::Type type) { in AddRemote() function in rootcanal::TestModel