Searched refs:uuidInterface (Results 1 – 6 of 6) 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 | 58 uuidInterface = objectServer.add_interface(path, uuidIfaceName); in Inventory() 59 registerProperty(gpu::InventoryPropertyId::DEVICE_GUID, uuidInterface, in Inventory() 61 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 | 859 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; in ipmiAppGetSystemGuid() 866 ctx, uuidService, uuidObject, uuidInterface, uuidProperty, rfc4122Uuid); in ipmiAppGetSystemGuid() 872 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, in ipmiAppGetSystemGuid() 887 "INTERFACE", uuidInterface, "PROPERTY", uuidProperty, 852 static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID"; ipmiAppGetSystemGuid() local
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | chassis.hpp | 599 const std::string uuidInterface = "xyz.openbmc_project.Common.UUID"; in handleChassisGetSubTree() local 654 else if (interface == uuidInterface) in handleChassisGetSubTree()
|