Searched refs:phy_layer (Results 1 – 3 of 3) sorted by relevance
129 for (auto& [_, phy_layer] : phy_layers_) { in RemoveDevice()130 phy_layer->Unregister(device_id); in RemoveDevice()138 std::shared_ptr<PhyLayer> phy_layer = CreatePhyLayer(next_id++, type); in AddPhy() local139 phy_layers_[phy_layer->id] = phy_layer; in AddPhy()140 return phy_layer->id; in AddPhy()172 for (auto& [_, phy_layer] : phy_layers_) { in AddLinkLayerConnection()173 if (phy_layer->type == type) { in AddLinkLayerConnection()174 phy_layer->Register(phy_devices_[device_id]); in AddLinkLayerConnection()201 for (auto& [_, phy_layer] : phy_layers_) { in AddHciConnection()202 phy_layer->Register(phy_devices_[device->id_]); in AddHciConnection()[all …]
199 model/setup/phy_layer.cc
105 "model/setup/phy_layer.cc",