Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc44 SET_HANDLER("del_phy", DelPhy); in TestCommandHandler()
192 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy() function in test_vendor_lib::TestCommandHandler
195 model_.DelPhy(phy_index); in DelPhy()
Dtest_command_handler.h64 void DelPhy(const std::vector<std::string>& args);
Dtest_model.h63 void DelPhy(size_t phy_index);
Dtest_model.cc123 void TestModel::DelPhy(size_t phy_index) { in DelPhy() function in test_vendor_lib::TestModel