Searched refs:locationCodeInterface (Results 1 – 2 of 2) sorted by relevance
118 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()
162 std::shared_ptr<sdbusplus::asio::dbus_interface> locationCodeInterface; member in estoraged::EStoraged