Searched refs:dev_index (Results 1 – 1 of 1) sorted by relevance
114 size_t dev_index = model_.AddDevice(new_dev); in AddDevice() local116 std::to_string(dev_index) + std::string(":") + new_dev->ToString(); in AddDevice()149 size_t dev_index = std::stoi(args[0]); in RemoveDevice() local151 model_.RemoveDevice(dev_index); in RemoveDevice()153 std::to_string(dev_index); in RemoveDevice()189 size_t dev_index = std::stoi(args[0]); in AddDeviceToPhy() local191 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()194 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in AddDeviceToPhy()205 size_t dev_index = std::stoi(args[0]); in RemoveDeviceFromPhy() local207 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()[all …]