Searched refs:DelDeviceFromPhy (Results 1 – 4 of 4) sorted by relevance
48 SET_HANDLER("del_device_from_phy", DelDeviceFromPhy); in TestCommandHandler()197 void TestCommandHandler::DelDeviceFromPhy(const vector<std::string>& args) { in DelDeviceFromPhy() function in test_vendor_lib::TestCommandHandler205 model_.DelDeviceFromPhy(dev_index, phy_index); in DelDeviceFromPhy()
67 void DelDeviceFromPhy(const std::vector<std::string>& args);
59 void DelDeviceFromPhy(size_t device_index, size_t phy_index);
131 void TestModel::DelDeviceFromPhy(size_t dev_index, size_t phy_index) { in DelDeviceFromPhy() function in test_vendor_lib::TestModel