Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dsensor.cpp152 std::vector<std::string> invalidated_properties; in signalProc() local
154 message.read(iface, changed_properties, invalidated_properties); in signalProc()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1118 const gchar *const *invalidated_properties) in hwmon_proxy_g_properties_changed() argument
1134 for (n = 0; invalidated_properties[n] != NULL; n++) in hwmon_proxy_g_properties_changed()
1136 …_property ((GDBusInterfaceInfo *) &_hwmon_interface_info.parent_struct, invalidated_properties[n]); in hwmon_proxy_g_properties_changed()
1137 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in hwmon_proxy_g_properties_changed()
3030 const gchar *const *invalidated_properties) in fan_proxy_g_properties_changed() argument
3046 for (n = 0; invalidated_properties[n] != NULL; n++) in fan_proxy_g_properties_changed()
3048 …up_property ((GDBusInterfaceInfo *) &_fan_interface_info.parent_struct, invalidated_properties[n]); in fan_proxy_g_properties_changed()
3049 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in fan_proxy_g_properties_changed()
5218 const gchar *const *invalidated_properties) in sensor_value_proxy_g_properties_changed() argument
5234 for (n = 0; invalidated_properties[n] != NULL; n++) in sensor_value_proxy_g_properties_changed()
[all …]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py124 self, interface_name, changed_properties, invalidated_properties): argument
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp1114 std::vector<std::string> invalidated_properties; in monitorProc() local
1116 msg.read(iface, changed_properties, invalidated_properties); in monitorProc()