Searched refs:uuidInterface (Results 1 – 5 of 5) sorted by relevance
| /openbmc/smbios-mdr/include/ |
| H A D | cpuinfo.hpp | 49 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 D | appcommands.cpp | 325 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 D | Inventory.cpp | 57 uuidInterface = objectServer.add_interface(path, uuidIfaceName); in Inventory() 58 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface, in Inventory() 60 uuidInterface->initialize(); in Inventory()
|
| H A D | Inventory.hpp | 59 std::shared_ptr<sdbusplus::asio::dbus_interface> uuidInterface; member in Inventory
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | apphandler.cpp | 852 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()
|