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.cc47 SET_HANDLER("del_device_from_phy", RemoveDeviceFromPhy); in TestCommandHandler()
195 void TestCommandHandler::RemoveDeviceFromPhy(const vector<std::string>& args) { in RemoveDeviceFromPhy() function in rootcanal::TestCommandHandler
203 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
Dtest_command_handler.h66 void RemoveDeviceFromPhy(const std::vector<std::string>& args);
Dtest_model.h76 void RemoveDeviceFromPhy(PhyDevice::Identifier device_id, PhyLayer::Identifier phy_id);
Dtest_model.cc160 void TestModel::RemoveDeviceFromPhy(PhyDevice::Identifier device_id, PhyLayer::Identifier phy_id) { in RemoveDeviceFromPhy() function in rootcanal::TestModel