Searched refs:hotPluggable (Results 1 – 4 of 4) sorted by relevance
44 bool PCIeSlot::hotPluggable() const in hotPluggable() function in pldm::dbus::PCIeSlot47 hotPluggable(); in hotPluggable()50 bool PCIeSlot::hotPluggable(bool value) in hotPluggable() function in pldm::dbus::PCIeSlot53 hotPluggable(value); in hotPluggable()
52 bool hotPluggable() const override;55 bool hotPluggable(bool value) override;
67 const bool* hotPluggable = nullptr; in onPcieSlotGetAllDone() local72 hotPluggable); in onPcieSlotGetAllDone()124 if (hotPluggable != nullptr) in onPcieSlotGetAllDone()126 slot["HotPluggable"] = *hotPluggable; in onPcieSlotGetAllDone()
109 PCIeSlot::hotPluggable(characteristics & 0x2); in pcieIsHotPluggable()