Home
last modified time | relevance | path

Searched refs:propertiesChanged (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp76 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 Dpropertywatch.hpp82 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 Dtach.cpp61 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 Dtach.hpp93 void propertiesChanged(
102 void propertiesChanged(size_t sensor, sdbusplus::message_t& msg);
/openbmc/phosphor-buttons/src/
H A Dserial_uart_mux.cpp23 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 Dmatches.hpp29 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 Dsignal.hpp53 void propertiesChanged(Manager* mgr, const Group& group,
102 {"properties_changed", propertiesChanged},
H A Dsignal.cpp94 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 Dthreshold_alarm_logger.cpp100 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 Dshutdown_alarm_monitor.cpp97 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 Dshutdown_alarm_monitor.hpp83 void propertiesChanged(sdbusplus::message_t& message);
H A Dthreshold_alarm_logger.hpp82 void propertiesChanged(sdbusplus::message_t& msg);
/openbmc/x86-power-control/src/
H A Dpower_control.cpp938 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 Dpost_code.hpp73 sdbusplus::bus::match::rules::propertiesChanged( in PostCode()
90 sdbusplus::bus::match::rules::propertiesChanged(
/openbmc/phosphor-time-manager/
H A Dmanager.cpp32 bus, propertiesChanged(systemdTimePath, systemdTimeInterface), in Manager()
35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp106 bus, match_rules::propertiesChanged(_path, _interface), in PropertyWatcher()
284 bus, match_rules::propertiesChanged(_path, _interface), in InterfaceWatcher()
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp148 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState()
165 sdbusplus::bus::match::rules::propertiesChanged(_pgoodPath, in PGoodState()
/openbmc/phosphor-power/power-sequencer/
H A Dpgood_monitor.cpp96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.cpp96 sdbusplus::bus::match::rules::propertiesChanged(POWER_OBJ_PATH, in startListening()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp69 propertiesChanged("/xyz/openbmc_project/state/host0", in Handler()
105 propertiesChanged("/xyz/openbmc_project/state/chassis0", in Handler()
/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.hpp52 sdbusRule::propertiesChanged("/xyz/openbmc_project/state/host0", in Hypervisor()
H A Dbmc_state_manager.hpp50 sdbusRule::propertiesChanged(
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.hpp48 sdbusRule::propertiesChanged("/org/freedesktop/hostname1", in Server()
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp192 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 DUtils.cpp805 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()

123