Home
last modified time | relevance | path

Searched refs:locationCodeInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/estoraged/src/
H A Destoraged.cpp118 locationCodeInterface = objectServer.add_interface( in EStoraged()
120 locationCodeInterface->register_property("LocationCode", locationCode); in EStoraged()
121 locationCodeInterface->initialize(); in EStoraged()
154 if (locationCodeInterface != nullptr) in ~EStoraged()
156 objectServer.remove_interface(locationCodeInterface); in ~EStoraged()
/openbmc/estoraged/include/
H A Destoraged.hpp162 std::shared_ptr<sdbusplus::asio::dbus_interface> locationCodeInterface; member in estoraged::EStoraged