Searched refs:dbusProperty (Results 1 – 4 of 4) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | dbus_utils.hpp | 58 std::string_view dbusProperty, const PropertyType& prop) in setDbusProperty() argument 62 std::string dbusPropertyStr(dbusProperty); in setDbusProperty() 79 std::string_view interface, std::string_view dbusProperty, in setDbusPropertyAction() argument 85 std::string dbusPropertyStr(dbusProperty); in setDbusPropertyAction()
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | gen_ipmi_fru.pl | 163 while ( my ($dbusProperty,$metadata) = each %{$properties}) { 166 print $fh " ".$dbusProperty.":";
|
| H A D | gen_ipmi_sensor.pl | 234 while (my ($dbusProperty,$dbusPropertyValue) = each %{$properties}) { 237 print $fh " ".$dbusProperty.":\n";
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | data_interface.cpp | 64 constexpr auto dbusProperty = "org.freedesktop.DBus.Properties"; variable 239 interface::dbusProperty, "GetAll"); in getAllProperties() 254 interface::dbusProperty, "Get"); in getProperty() 570 interface::dbusProperty, "Set"); in assertLEDGroup() 622 interface::dbusProperty, "Set"); in setCriticalAssociation() 708 interface::dbusProperty, "Set"); in createProgressSRC()
|