Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp94 if (smbiosInterface) in ~MDRV2()
99 objServer->remove_interface(smbiosInterface); in ~MDRV2()
113 smbiosInterface(objServer->add_interface(placeGetRecordType(objectPath), in MDRV2()
137 smbiosInterface->register_method("GetRecordType", [this](size_t type) { in MDRV2()
140 smbiosInterface->initialize(); in MDRV2()
195 std::shared_ptr<sdbusplus::asio::dbus_interface> smbiosInterface; member in phosphor::smbios::MDRV2