Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp23 static constexpr auto propInterface = "xyz.openbmc_project.Common.UUID"; variable
81 const auto& [objPath, service] = ipmi::getDbusObject(bus, propInterface, in getSystemGUID()
85 propValue = ipmi::getDbusProperty(bus, service, objPath, propInterface, in getSystemGUID()
121 bus, propertiesChangedNamespace(subtreePath, propInterface), in registerGUIDChangeCallback()
128 if (iface != propInterface) in registerGUIDChangeCallback()
/openbmc/phosphor-host-ipmid/
H A Dread_fru_data.hpp18 static constexpr auto propInterface = "org.freedesktop.DBus.Properties"; variable
H A Dread_fru_data.cpp65 propInterface, "GetAll"); in readAllProperties()
120 member("PropertiesChanged") + interface(propInterface), in registerCallbackHandler()