Searched refs:propInterface (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-net-ipmid/command/ |
H A D | guid.cpp | 23 static constexpr auto propInterface = "xyz.openbmc_project.Common.UUID"; variable 82 ipmi::getDbusObject(bus, propInterface, subtreePath); 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 D | read_fru_data.cpp | 66 propInterface, "GetAll"); in readAllProperties() 120 member("PropertiesChanged") + interface(propInterface), in registerCallbackHandler()
|
H A D | read_fru_data.hpp | 18 static constexpr auto propInterface = "org.freedesktop.DBus.Properties"; variable
|