Searched refs:RemoveDeviceFromPhy (Results 1 – 4 of 4) sorted by relevance
47 SET_HANDLER("del_device_from_phy", RemoveDeviceFromPhy); in TestCommandHandler()195 void TestCommandHandler::RemoveDeviceFromPhy(const vector<std::string>& args) { in RemoveDeviceFromPhy() function in rootcanal::TestCommandHandler203 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
66 void RemoveDeviceFromPhy(const std::vector<std::string>& args);
76 void RemoveDeviceFromPhy(PhyDevice::Identifier device_id, PhyLayer::Identifier phy_id);
160 void TestModel::RemoveDeviceFromPhy(PhyDevice::Identifier device_id, PhyLayer::Identifier phy_id) { in RemoveDeviceFromPhy() function in rootcanal::TestModel