Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp103 driveInterface = objectServer.add_interface( in EStoraged()
105 driveInterface->register_property("Capacity", size); in EStoraged()
107 driveInterface->register_property("PredictedMediaLifeLeftPercent", lifeTime, in EStoraged()
109 driveInterface->register_property( in EStoraged()
112 driveInterface->register_property( in EStoraged()
117 driveInterface->register_property_r( in EStoraged()
124 driveInterface->register_property_r( in EStoraged()
150 driveInterface->initialize(); in EStoraged()
168 objectServer.remove_interface(driveInterface); in ~EStoraged()
/openbmc/estoraged/include/
H A Destoraged.hpp198 std::shared_ptr<sdbusplus::asio::dbus_interface> driveInterface; member in estoraged::EStoraged
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage_chassis.hpp521 constexpr std::array<std::string_view, 1> driveInterface = { in matchAndFillDrive() local
524 "/xyz/openbmc_project/inventory", 0, driveInterface, in matchAndFillDrive()