Home
last modified time | relevance | path

Searched refs:dbusProperty (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp58 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 Dgen_ipmi_fru.pl163 while ( my ($dbusProperty,$metadata) = each %{$properties}) {
166 print $fh " ".$dbusProperty.":";
H A Dgen_ipmi_sensor.pl234 while (my ($dbusProperty,$dbusPropertyValue) = each %{$properties}) {
237 print $fh " ".$dbusProperty.":\n";
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp79 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()