Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dcpuinfo.hpp49 uuidInterface.emplace(bus, (cpuPath + std::to_string(id - 1)).c_str(), in publishUUID()
51 uuidInterface->uniqueIdentifier(uuid); in publishUUID()
52 uuidInterface->emit_added(); in publishUUID()
55 std::optional<UniqueIdentifier> uuidInterface; member
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp325 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; in ipmiAppGetSystemGuid() local
330 ipmi::getDbusObject(ctx, uuidInterface, objectInfo); in ipmiAppGetSystemGuid()
336 "INTERFACE", uuidInterface, "ERROR", ec.message()); in ipmiAppGetSystemGuid()
344 uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid()
351 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()
366 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.cpp57 uuidInterface = objectServer.add_interface(path, uuidIfaceName); in Inventory()
58 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface, in Inventory()
60 uuidInterface->initialize(); in Inventory()
H A DInventory.hpp59 std::shared_ptr<sdbusplus::asio::dbus_interface> uuidInterface; member in Inventory
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp852 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; in ipmiAppGetSystemGuid() local
859 ctx, uuidService, uuidObject, uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid()
865 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()
880 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()