Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc50 SET_HANDLER("del_device_from_phy", RemoveDeviceFromPhy); in TestCommandHandler()
204 void TestCommandHandler::RemoveDeviceFromPhy(const vector<std::string>& args) { in RemoveDeviceFromPhy() function in rootcanal::TestCommandHandler
213 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
Dtest_command_handler.h67 void RemoveDeviceFromPhy(const std::vector<std::string>& args);
Dtest_model.h81 void RemoveDeviceFromPhy(PhyDevice::Identifier device_id,
Dtest_model.cc169 void TestModel::RemoveDeviceFromPhy(PhyDevice::Identifier device_id, in RemoveDeviceFromPhy() function in rootcanal::TestModel