| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | propertywatchimpl.hpp | 76 sdbusplus::bus::match::rules::propertiesChanged(path, in start() 84 this->propertiesChanged(msg, path, interface); in start() 146 propertiesChanged(path, interface, properties); in updateProperties() 150 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() function in phosphor::dbus::monitoring::PropertyWatchOfType 191 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() function in phosphor::dbus::monitoring::PropertyWatchOfType 197 propertiesChanged(path, interface, properties); in propertiesChanged() 206 propertiesChanged(path, i.first, i.second); in interfacesAdded()
|
| H A D | propertywatch.hpp | 82 virtual void propertiesChanged(sdbusplus::message_t&, 156 void propertiesChanged(sdbusplus::message_t& msg, const std::string& path, 166 void propertiesChanged(const std::string& path,
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | tach.cpp | 60 sdbusplus::bus::match::rules::propertiesChanged(tachPath, in start() 62 [this, i](auto& msg) { this->propertiesChanged(i, msg); }); in start() 111 void Tach::propertiesChanged(size_t sensor, sdbusplus::message_t& msg) in propertiesChanged() function in phosphor::fan::presence::Tach 117 propertiesChanged(sensor, properties); in propertiesChanged() 120 void Tach::propertiesChanged(size_t sensor, in propertiesChanged() function in phosphor::fan::presence::Tach
|
| H A D | tach.hpp | 93 void propertiesChanged( 102 void propertiesChanged(size_t sensor, sdbusplus::message_t& msg);
|
| /openbmc/phosphor-buttons/src/ |
| H A D | serial_uart_mux.cpp | 23 std::string matchPattern = sdbusRule::propertiesChanged( in init() 85 propertiesChanged; in hostSelectorPositionChanged() local 91 msg.read(interface, propertiesChanged); in hostSelectorPositionChanged() 92 for (auto& property : propertiesChanged) in hostSelectorPositionChanged()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | matches.hpp | 29 inline auto propertiesChanged(const std::string& obj, const std::string& iface) in propertiesChanged() function 31 return rules::propertiesChanged(obj, iface); in propertiesChanged()
|
| /openbmc/phosphor-fan-presence/control/json/triggers/ |
| H A D | signal.hpp | 53 void propertiesChanged(Manager* mgr, const Group& group, 102 {"properties_changed", propertiesChanged},
|
| H A D | signal.cpp | 92 void propertiesChanged(Manager* mgr, const Group& group, in propertiesChanged() function 102 rules::propertiesChanged(member, group.getInterface()); in propertiesChanged() 104 Handlers::propertiesChanged, in propertiesChanged()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | oem_ibm_handler.hpp | 78 propertiesChanged("/xyz/openbmc_project/state/host0", in Handler() 116 propertiesChanged("/xyz/openbmc_project/state/chassis0", in Handler() 165 propertiesChanged("/xyz/openbmc_project/bios_config/manager", in Handler() 199 propertiesChanged( in Handler() 215 propertiesChanged( in Handler()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 96 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 103 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 110 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 144 void ThresholdAlarmLogger::propertiesChanged(sdbusplus::message_t& msg) in propertiesChanged() function in sensor::monitor::ThresholdAlarmLogger
|
| H A D | shutdown_alarm_monitor.hpp | 83 void propertiesChanged(sdbusplus::message_t& message);
|
| H A D | shutdown_alarm_monitor.cpp | 94 std::bind(&ShutdownAlarmMonitor::propertiesChanged, this, in ShutdownAlarmMonitor() 101 std::bind(&ShutdownAlarmMonitor::propertiesChanged, this, in ShutdownAlarmMonitor() 169 void ShutdownAlarmMonitor::propertiesChanged(sdbusplus::message_t& message) in propertiesChanged() function in sensor::monitor::ShutdownAlarmMonitor
|
| H A D | threshold_alarm_logger.hpp | 81 void propertiesChanged(sdbusplus::message_t& msg);
|
| /openbmc/phosphor-time-manager/ |
| H A D | manager.cpp | 32 bus, propertiesChanged(systemdTimePath, systemdTimeInterface), in Manager() 35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
|
| /openbmc/witherspoon-pfault-analysis/power-sequencer/ |
| H A D | pgood_monitor.cpp | 96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
|
| /openbmc/phosphor-state-manager/ |
| H A D | hypervisor_state_manager.hpp | 51 sdbusRule::propertiesChanged("/xyz/openbmc_project/state/host0", in Hypervisor()
|
| H A D | bmc_state_manager.hpp | 50 sdbusRule::propertiesChanged(
|
| /openbmc/phosphor-power/power-sequencer/ |
| H A D | pgood_monitor.cpp | 95 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | dbus_watcher.hpp | 106 bus, match_rules::propertiesChanged(_path, _interface), in PropertyWatcher() 284 bus, match_rules::propertiesChanged(_path, _interface), in InterfaceWatcher()
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 946 dbusPropertiesList propertiesChanged; in powerRestoreConfigHandler() local 948 message.read(interfaceName, propertiesChanged); in powerRestoreConfigHandler() 950 powerRestore->setProperties(propertiesChanged); in powerRestoreConfigHandler() 976 match_rules::propertiesChanged(powerACBootObject, in run() 2206 propertiesChanged; in nmiSourcePropertyMonitor() local 2211 msg.read(interfaceName, propertiesChanged); in nmiSourcePropertyMonitor() 2212 if (propertiesChanged.begin()->first == "Enabled") in nmiSourcePropertyMonitor() 2215 std::get<bool>(propertiesChanged.begin()->second); in nmiSourcePropertyMonitor() 2302 propertiesChanged; in hostMiscHandler() local 2305 msg.read(interfaceName, propertiesChanged); in hostMiscHandler() [all …]
|
| /openbmc/phosphor-fan-presence/ |
| H A D | power_state.hpp | 147 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState() 164 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState()
|
| /openbmc/phosphor-post-code-manager/inc/ |
| H A D | post_code.hpp | 101 sdbusplus::bus::match::rules::propertiesChanged( in PostCode() 118 sdbusplus::bus::match::rules::propertiesChanged(
|
| /openbmc/phosphor-logging/phosphor-rsyslog-config/ |
| H A D | server-conf.hpp | 48 sdbusRule::propertiesChanged("/org/freedesktop/hostname1", in Server()
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | host_power.cpp | 39 stateChangedMatch(ctx, RulesIntf::propertiesChanged(host0ObjectPath, in HostPower()
|
| /openbmc/phosphor-host-postd/ipmisnoop/ |
| H A D | ipmisnoop.hpp | 53 sdbusplus::bus::match::rules::propertiesChanged(objPath, rawIface), in IpmiPostReporter()
|