Searched refs:uuidInterface (Results 1 – 3 of 3) 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 | 323 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; in ipmiAppGetSystemGuid() local 328 ipmi::getDbusObject(ctx, uuidInterface, objectInfo); in ipmiAppGetSystemGuid() 334 "INTERFACE", uuidInterface, "ERROR", ec.message()); in ipmiAppGetSystemGuid() 342 uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid() 349 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid() 364 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()
|
/openbmc/phosphor-host-ipmid/ |
H A D | apphandler.cpp | 852 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; in ipmiAppGetSystemGuid() local 858 ctx, uuidInterface, ipmi::sensor::inventoryRoot, objectInfo); in ipmiAppGetSystemGuid() 863 "INTERFACE", uuidInterface, "ERROR", ec.message()); in ipmiAppGetSystemGuid() 870 uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid() 876 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid() 891 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid()
|