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 | 79 constexpr auto dbusProperty = "org.freedesktop.DBus.Properties"; variable 254 interface::dbusProperty, "GetAll"); in getAllProperties() 269 interface::dbusProperty, "Get"); in getProperty() 568 interface::dbusProperty, "Set"); in assertLEDGroup() 620 interface::dbusProperty, "Set"); in setCriticalAssociation() 712 interface::dbusProperty, "Set"); in createProgressSRC()
|