Home
last modified time | relevance | path

Searched refs:driveInterface (Results 1 – 3 of 3) sorted by relevance

/openbmc/estoraged/src/
H A Destoraged.cpp85 driveInterface = objectServer.add_interface( in EStoraged()
87 driveInterface->register_property("Capacity", size); in EStoraged()
88 driveInterface->register_property("PredictedMediaLifeLeftPercent", in EStoraged()
90 driveInterface->register_property( in EStoraged()
93 driveInterface->register_property( in EStoraged()
98 driveInterface->register_property_r( in EStoraged()
105 driveInterface->register_property_r( in EStoraged()
131 driveInterface->initialize(); in EStoraged()
149 objectServer.remove_interface(driveInterface); in ~EStoraged()
/openbmc/estoraged/include/
H A Destoraged.hpp156 std::shared_ptr<sdbusplus::asio::dbus_interface> driveInterface; member in estoraged::EStoraged
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp898 constexpr std::array<std::string_view, 1> driveInterface = { in matchAndFillDrive() local
901 "/xyz/openbmc_project/inventory", 0, driveInterface, in matchAndFillDrive()