Searched refs:factory_id (Results 1 – 6 of 6) sorted by relevance
42 void Device::UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id) { in UnregisterPhyLayer() argument44 if (phy != nullptr && phy->IsFactoryId(factory_id) && in UnregisterPhyLayer()
78 void UnregisterPhyLayer(Phy::Type phy_type, uint32_t factory_id);
33 PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id);80 bool IsFactoryId(uint32_t factory_id) override;
22 PhyLayerFactory::PhyLayerFactory(Phy::Type phy_type, uint32_t factory_id) in PhyLayerFactory() argument23 : phy_type_(phy_type), factory_id_(factory_id) {} in PhyLayerFactory()
118 size_t factory_id = phys_.size(); in AddPhy() local119 phys_.emplace_back(phy_type, factory_id); in AddPhy()120 return factory_id; in AddPhy()
43 virtual bool IsFactoryId(uint32_t factory_id) = 0;