Searched defs:phy_index (Results 1 – 2 of 2) sorted by relevance
193 size_t phy_index = std::stoi(args[0]); in DelPhy() local207 size_t phy_index = std::stoi(args[1]); in AddDeviceToPhy() local222 size_t phy_index = std::stoi(args[1]); in DelDeviceFromPhy() local
123 void TestModel::DelPhy(size_t phy_index) { in DelPhy()133 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy()150 void TestModel::DelDeviceFromPhy(size_t dev_index, size_t phy_index) { in DelDeviceFromPhy()