Searched refs:dev_index (Results 1 – 1 of 1) sorted by relevance
120 size_t dev_index = model_.AddDevice(new_dev); in AddDevice() local122 std::to_string(dev_index) + std::string(":") + new_dev->ToString(); in AddDevice()155 size_t dev_index = ParseIntParam(args[0]); in RemoveDevice() local157 model_.RemoveDevice(dev_index); in RemoveDevice()159 std::to_string(dev_index); in RemoveDevice()195 size_t dev_index = ParseIntParam(args[0]); in AddDeviceToPhy() local197 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()200 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in AddDeviceToPhy()211 size_t dev_index = ParseIntParam(args[0]); in RemoveDeviceFromPhy() local213 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()[all …]