Searched refs:RemovePhy (Results 1 – 4 of 4) sorted by relevance
48 SET_HANDLER("del_phy", RemovePhy); in TestCommandHandler()179 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy() function in rootcanal::TestCommandHandler182 model_.RemovePhy(phy_index); in RemovePhy()
61 void RemovePhy(const std::vector<std::string>& args);
78 void RemovePhy(PhyLayer::Identifier id);
152 void TestModel::RemovePhy(PhyLayer::Identifier phy_id) { in RemovePhy() function in rootcanal::TestModel