Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A Destoraged.cpp149 locationCodeInterface = objectServer.add_interface( in EStoraged()
151 locationCodeInterface->register_property("LocationCode", locationCode); in EStoraged()
152 locationCodeInterface->initialize(); in EStoraged()
185 if (locationCodeInterface != nullptr) in ~EStoraged()
187 objectServer.remove_interface(locationCodeInterface); in ~EStoraged()
/openbmc/estoraged/include/
H A Destoraged.hpp241 std::shared_ptr<sdbusplus::asio::dbus_interface> locationCodeInterface; member in estoraged::EStoraged
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp600 const std::string locationCodeInterface = in handleChassisGetSubTree() local
658 else if (interface == locationCodeInterface) in handleChassisGetSubTree()