Searched refs:pcieDevice (Results 1 – 3 of 3) sorted by relevance
81 if (!pcieDevice.contains(path)) in implementPCIeDeviceInterface()83 pcieDevice.emplace(path, std::make_unique<PCIeDevice>( in implementPCIeDeviceInterface()94 if (pcieDevice.contains(path)) in setPCIeDeviceProps()96 pcieDevice.at(path)->lanesInUse(lanesInUse); in setPCIeDeviceProps()97 pcieDevice.at(path)->generationInUse(generationsInUse); in setPCIeDeviceProps()
233 std::unordered_map<ObjectPath, std::unique_ptr<PCIeDevice>> pcieDevice; member in pldm::dbus::CustomDBus
132 auto pcieDevice = in processQueryDeviceIdResponse() local139 pcieDevice->second->init(); in processQueryDeviceIdResponse()