Searched refs:phy_layer (Results 1 – 3 of 3) sorted by relevance
137 for (auto& [_, phy_layer] : phy_layers_) { in RemoveDevice()138 phy_layer->Unregister(device_id); in RemoveDevice()146 std::shared_ptr<PhyLayer> phy_layer = CreatePhyLayer(next_id++, type); in AddPhy() local147 phy_layers_[phy_layer->id] = phy_layer; in AddPhy()148 return phy_layer->id; in AddPhy()183 for (auto& [_, phy_layer] : phy_layers_) { in AddLinkLayerConnection()184 if (phy_layer->type == type) { in AddLinkLayerConnection()185 phy_layer->Register(phy_devices_[device_id]); in AddLinkLayerConnection()214 for (auto& [_, phy_layer] : phy_layers_) { in AddHciConnection()215 phy_layer->Register(phy_devices_[device->id_]); in AddHciConnection()[all …]
220 model/setup/phy_layer.cc
106 "model/setup/phy_layer.cc",