Home
last modified time | relevance | path

Searched full:propertieschanged (Results 1 – 25 of 161) sorted by relevance

1234567

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp61 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint64_t>,
64 static PropertiesChanged<uint64_t> op( in op()
77 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint32_t>,
80 static PropertiesChanged<uint32_t> op( in op()
93 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint16_t>,
96 static PropertiesChanged<uint16_t> op( in op()
109 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<uint8_t>,
112 static PropertiesChanged<uint8_t> op( in op()
125 struct CallMethodAndRead<DBusInterfaceType, PropertiesChanged<int64_t>,
128 static PropertiesChanged<int64_t> op( in op()
[all …]
/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()
143 DBusInterfaceType::template callMethodAndRead<PropertiesChanged<T>>( in updateProperties()
146 propertiesChanged(path, interface, properties); in updateProperties()
150 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() function in phosphor::dbus::monitoring::PropertyWatchOfType
152 const PropertiesChanged<T>& properties) in propertiesChanged()
191 void PropertyWatchOfType<T, DBusInterfaceType>::propertiesChanged( in propertiesChanged() function in phosphor::dbus::monitoring::PropertyWatchOfType
195 PropertiesChanged<T> properties; in propertiesChanged()
197 propertiesChanged(path, interface, properties); in propertiesChanged()
206 propertiesChanged(path, i.first, i.second); in interfacesAdded()
H A Dpropertywatch.hpp73 /** @brief Dbus signal callback for PropertiesChanged.
77 * @param[in] message - The org.freedesktop.DBus.PropertiesChanged
82 virtual void propertiesChanged(sdbusplus::message_t&,
90 * @param[in] msg - The org.freedesktop.DBus.PropertiesChanged
151 * @param[in] msg - The org.freedesktop.DBus.PropertiesChanged
156 void propertiesChanged(sdbusplus::message_t& msg, const std::string& path,
166 void propertiesChanged(const std::string& path,
168 const PropertiesChanged<T>& properties);
172 * @param[in] msg - The org.freedesktop.DBus.PropertiesChanged
/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp20 * @brief A match function that constructs a PropertiesChanged match string
21 * @details Constructs a PropertiesChanged match string with a given object
27 * @return - A PropertiesChanged match string
29 inline auto propertiesChanged(const std::string& obj, const std::string& iface) in propertiesChanged() function
31 return rules::propertiesChanged(obj, iface); in propertiesChanged()
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml148 - name: propertiesChanged
164 - name: propertiesChanged
172 match: propertiesChanged
386 signal: propertiesChanged
438 signal: propertiesChanged
471 signal: propertiesChanged
505 signal: propertiesChanged
539 signal: propertiesChanged
573 signal: propertiesChanged
605 signal: propertiesChanged
[all …]
/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()
173 * @brief PropertiesChanged callback for the PGOOD property.
177 * @param[in] msg - The payload of the propertiesChanged signal
209 // Wait for propertiesChanged signal when service starts in readPGood()
222 /** @brief The propertiesChanged match */
269 * @brief PropertiesChanged callback for the CurrentHostState property.
273 * @param[in] msg - The payload of the propertiesChanged signal
379 /** @brief The propertiesChanged match */
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp49 * @brief The match objects for the propertiesChanged and
88 * objects for the propertiesChanged and interfacesAdded signals.
106 bus, match_rules::propertiesChanged(_path, _interface), in PropertyWatcher()
130 * objects for the propertiesChanged and interfacesAdded signals.
177 * @brief The propertiesChanged callback
269 * and sets up the match objects for the propertiesChanged
284 bus, match_rules::propertiesChanged(_path, _interface), in InterfaceWatcher()
323 * @brief The propertiesChanged callback
/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 Derror_reporter.hpp51 * @brief The propertiesChanged callback for the interface that
56 * @param[in] msg - The payload of the propertiesChanged signal
99 * @brief The propertiesChanged match objects.
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/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml98 - name: propertiesChanged
111 - name: propertiesChanged
119 match: propertiesChanged
303 signal: propertiesChanged
326 signal: propertiesChanged
367 signal: propertiesChanged
390 signal: propertiesChanged
/openbmc/phosphor-fan-presence/control/example/
H A Devents.yaml140 # - name: propertiesChanged
152 # - name: propertiesChanged
158 # match: propertiesChanged
261 # signal: propertiesChanged
288 # signal: propertiesChanged
321 # signal: propertiesChanged
362 # signal: propertiesChanged
385 # signal: propertiesChanged
/openbmc/openbmc-tools/dbus-pcap/
H A DREADME.md34 …p.DBus.Properties'), Field(type=<MessageFieldType.MEMBER: 3>, data='PropertiesChanged'), Field(typ…
36 …p.DBus.Properties'), Field(type=<MessageFieldType.MEMBER: 3>, data='PropertiesChanged'), Field(typ…
47 …ors/fan_tach/fan0_0"], [2, "org.freedesktop.DBus.Properties"], [3, "PropertiesChanged"], [8, "sa{s…
48 …ors/fan_tach/fan1_0"], [2, "org.freedesktop.DBus.Properties"], [3, "PropertiesChanged"], [8, "sa{s…
/openbmc/docs/
H A Drest-api.md319 D-Bus InterfacesAdded and PropertiesChanged signals.
337 D-Bus paths. The InterfacesAdded and PropertiesChanged D-Bus signals emanating
342 D-Bus interfaces. The InterfacesAdded and PropertiesChanged D-Bus signal
390 InterfacesAdded and PropertiesChanged events. The response is a JSON dictionary
401 PropertiesChanged
404 "event": PropertiesChanged
407 … <dict : a dictionary of properties> (similar to org.freedesktop.DBus.Properties.PropertiesChanged)
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py91 self.PropertiesChanged(
97 self.PropertiesChanged(
119 self.PropertiesChanged(interface_name, prop_dict, [])
123 def PropertiesChanged( member in DbusProperties
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp96 "type='signal',member='PropertiesChanged'," in ThresholdAlarmLogger()
100 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger()
103 "type='signal',member='PropertiesChanged'," in ThresholdAlarmLogger()
107 std::bind(&ThresholdAlarmLogger::propertiesChanged, this, in ThresholdAlarmLogger()
110 "type='signal',member='PropertiesChanged'," 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
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp47 * @brief Subscribes to a propertiesChanged signal
53 void propertiesChanged(Manager* mgr, const Group& group,
102 {"properties_changed", propertiesChanged},
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp169 if (signal == "PropertiesChanged") in handleRestrictedModeChange()
216 if (signal == "PropertiesChanged") in handlePostCompleteChange()
287 if (signal == "PropertiesChanged") in handleCoreBiosDoneChange()
332 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
342 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
351 rules::type::signal() + rules::member("PropertiesChanged") + in postInit()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp160 inline auto propertiesChanged(std::string_view p, std::string_view i) noexcept in propertiesChanged() function
164 .append(member("PropertiesChanged"s)) in propertiesChanged()
174 .append(member("PropertiesChanged"s)) in propertiesChangedNamespace()
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.hpp45 "type='signal',member='PropertiesChanged', " in Monitor()
65 * @brief Callback handler that gets invoked when the PropertiesChanged
/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp215 // Set up a match for PropertiesChanged signal in subscribeToProperty()
219 sdbusplus::bus::match::rules::propertiesChanged(object, interface), in subscribeToProperty()
225 DEBUG_PRINT << "PropertiesChanged handled\n"; in subscribeToProperty()
231 // yet, and when it's added they choose to not emit PropertiesChanged. So in in subscribeToProperty()
/openbmc/boost-dbus/test/
H A Dmessage.cpp39 auto signal_name = std::string("PropertiesChanged"); in TEST()
57 auto signal_name = std::string("PropertiesChanged"); in TEST()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp935 else if (std::string(message.get_member()) == "PropertiesChanged") in powerRestoreConfigHandler()
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()
1598 "type='signal',member='PropertiesChanged', " in currentHostStateMonitor()
1616 lg2::error("ERROR: Empty PropertiesChanged signal received"); in currentHostStateMonitor()
2188 "member='PropertiesChanged'," in nmiSourcePropertyMonitor()
2194 propertiesChanged; in nmiSourcePropertyMonitor() local
2199 msg.read(interfaceName, propertiesChanged); in nmiSourcePropertyMonitor()
[all …]
/openbmc/debug-trigger/
H A Dmain.c179 warnx("Failed to extract interface from PropertiesChanged signal: %s", in dbus_sink_dump_progress()
208 warnx("Failed to extract member name from PropertiesChanged signal: %s", in dbus_sink_dump_progress()
216 warnx("Failed to enter variant container in PropertiesChanged signal: %s", in dbus_sink_dump_progress()
226 warnx("Failed to extract status value from PropertiesChanged signal: %s", in dbus_sink_dump_progress()
235 warnx("Failed to skip variant for unrecognised member %s in PropertiesChanged signal: %s", in dbus_sink_dump_progress()
298 "PropertiesChanged", in dbus_sink_debug()

1234567