Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.cc48 SET_HANDLER("del_device_from_phy", DelDeviceFromPhy); in TestCommandHandler()
197 void TestCommandHandler::DelDeviceFromPhy(const vector<std::string>& args) { in DelDeviceFromPhy() function in test_vendor_lib::TestCommandHandler
205 model_.DelDeviceFromPhy(dev_index, phy_index); in DelDeviceFromPhy()
Dtest_command_handler.h67 void DelDeviceFromPhy(const std::vector<std::string>& args);
Dtest_model.h59 void DelDeviceFromPhy(size_t device_index, size_t phy_index);
Dtest_model.cc131 void TestModel::DelDeviceFromPhy(size_t dev_index, size_t phy_index) { in DelDeviceFromPhy() function in test_vendor_lib::TestModel