Home
last modified time | relevance | path

Searched refs:dev_index (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc114 size_t dev_index = model_.AddDevice(new_dev); in AddDevice() local
116 std::to_string(dev_index) + std::string(":") + new_dev->ToString(); in AddDevice()
149 size_t dev_index = std::stoi(args[0]); in RemoveDevice() local
151 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() local
191 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() local
207 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
[all …]