Home
last modified time | relevance | path

Searched refs:SENSOR_THRESHOLD_SKELETON (Results 1 – 2 of 2) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c7481 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (user_data); in _sensor_threshold_skeleton_handle_method_call()
7544 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (user_data); in _sensor_threshold_skeleton_handle_get_property()
7578 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (user_data); in _sensor_threshold_skeleton_handle_set_property()
7627 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (_skeleton); in sensor_threshold_skeleton_dbus_interface_get_properties()
7658 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (_skeleton); in sensor_threshold_skeleton_dbus_interface_flush()
7678 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (object); in _sensor_threshold_on_signal_warning()
7700 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (object); in _sensor_threshold_on_signal_critical()
7722 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (object); in _sensor_threshold_on_signal_normal()
7754 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (object); in G_DEFINE_TYPE_WITH_CODE()
7773 SensorThresholdSkeleton *skeleton = SENSOR_THRESHOLD_SKELETON (object); in sensor_threshold_skeleton_get_property()
[all …]
H A Dopenbmc_intf.h868 #define SENSOR_THRESHOLD_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_SENSOR_THRESHOLD_SKELET… macro