Searched refs:RemoveDeviceFromPhy (Results 1 – 4 of 4) sorted by relevance
50 SET_HANDLER("del_device_from_phy", RemoveDeviceFromPhy); in TestCommandHandler()204 void TestCommandHandler::RemoveDeviceFromPhy(const vector<std::string>& args) { in RemoveDeviceFromPhy() function in rootcanal::TestCommandHandler213 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()
67 void RemoveDeviceFromPhy(const std::vector<std::string>& args);
81 void RemoveDeviceFromPhy(PhyDevice::Identifier device_id,
169 void TestModel::RemoveDeviceFromPhy(PhyDevice::Identifier device_id, in RemoveDeviceFromPhy() function in rootcanal::TestModel