/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 | 61 sdbusplus::bus::match::rules::propertiesChanged(tachPath, in start() 63 [this, i](auto& msg) { this->propertiesChanged(i, msg); }); in start() 113 void Tach::propertiesChanged(size_t sensor, sdbusplus::message_t& msg) in propertiesChanged() function in phosphor::fan::presence::Tach 119 propertiesChanged(sensor, properties); in propertiesChanged() 122 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 | 94 void propertiesChanged(Manager* mgr, const Group& group, in propertiesChanged() function 104 rules::propertiesChanged(member, group.getInterface()); in propertiesChanged() 106 Handlers::propertiesChanged, in propertiesChanged()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 100 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 107 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 114 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger() 148 void ThresholdAlarmLogger::propertiesChanged(sdbusplus::message_t& msg) in propertiesChanged() function in sensor::monitor::ThresholdAlarmLogger
|
H A D | shutdown_alarm_monitor.cpp | 97 std::bind(&ShutdownAlarmMonitor::propertiesChanged, this, in ShutdownAlarmMonitor() 104 std::bind(&ShutdownAlarmMonitor::propertiesChanged, this, in ShutdownAlarmMonitor() 173 void ShutdownAlarmMonitor::propertiesChanged(sdbusplus::message_t& message) in propertiesChanged() function in sensor::monitor::ShutdownAlarmMonitor
|
H A D | shutdown_alarm_monitor.hpp | 83 void propertiesChanged(sdbusplus::message_t& message);
|
H A D | threshold_alarm_logger.hpp | 82 void propertiesChanged(sdbusplus::message_t& msg);
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 938 dbusPropertiesList propertiesChanged; in powerRestoreConfigHandler() local 940 message.read(interfaceName, propertiesChanged); in powerRestoreConfigHandler() 942 powerRestore->setProperties(propertiesChanged); in powerRestoreConfigHandler() 968 match_rules::propertiesChanged(powerACBootObject, in run() 2194 propertiesChanged; in nmiSourcePropertyMonitor() local 2199 msg.read(interfaceName, propertiesChanged); in nmiSourcePropertyMonitor() 2200 if (propertiesChanged.begin()->first == "Enabled") in nmiSourcePropertyMonitor() 2203 std::get<bool>(propertiesChanged.begin()->second); in nmiSourcePropertyMonitor() 2290 propertiesChanged; in hostMiscHandler() local 2293 msg.read(interfaceName, propertiesChanged); in hostMiscHandler() [all …]
|
/openbmc/phosphor-post-code-manager/inc/ |
H A D | post_code.hpp | 73 sdbusplus::bus::match::rules::propertiesChanged( in PostCode() 90 sdbusplus::bus::match::rules::propertiesChanged(
|
/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/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/phosphor-fan-presence/ |
H A D | power_state.hpp | 148 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState() 165 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState()
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | pgood_monitor.cpp | 96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | pgood_monitor.cpp | 96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.hpp | 69 propertiesChanged("/xyz/openbmc_project/state/host0", in Handler() 105 propertiesChanged("/xyz/openbmc_project/state/chassis0", in Handler()
|
/openbmc/phosphor-state-manager/ |
H A D | hypervisor_state_manager.hpp | 52 sdbusRule::propertiesChanged("/xyz/openbmc_project/state/host0", in Hypervisor()
|
H A D | bmc_state_manager.hpp | 50 sdbusRule::propertiesChanged(
|
/openbmc/phosphor-logging/phosphor-rsyslog-config/ |
H A D | server-conf.hpp | 48 sdbusRule::propertiesChanged("/org/freedesktop/hostname1", in Server()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 192 return sdbusplus::bus::match::rules::propertiesChanged( in getMatchString() 195 return sdbusplus::bus::match::rules::propertiesChanged(_name, interface); in getMatchString()
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 805 propertiesChanged; in setupManufacturingModeMatch() local 807 m.read(interfaceName, propertiesChanged); in setupManufacturingModeMatch() 808 auto itr = propertiesChanged.find("SpecialMode"); in setupManufacturingModeMatch() 809 if (itr == propertiesChanged.end()) in setupManufacturingModeMatch()
|