Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc48 SET_HANDLER("del_phy", RemovePhy); in TestCommandHandler()
179 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy() function in rootcanal::TestCommandHandler
182 model_.RemovePhy(phy_index); in RemovePhy()
Dtest_command_handler.h61 void RemovePhy(const std::vector<std::string>& args);
Dtest_model.h78 void RemovePhy(PhyLayer::Identifier id);
Dtest_model.cc152 void TestModel::RemovePhy(PhyLayer::Identifier phy_id) { in RemovePhy() function in rootcanal::TestModel