Lines Matching refs:SensorThresholdProxy
7001 G_DEFINE_TYPE_WITH_CODE (SensorThresholdProxy, sensor_threshold_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE() argument
7002 G_ADD_PRIVATE (SensorThresholdProxy) in G_DEFINE_TYPE_WITH_CODE()
7006 G_DEFINE_TYPE_WITH_CODE (SensorThresholdProxy, sensor_threshold_proxy, G_TYPE_DBUS_PROXY, in G_DEFINE_TYPE_WITH_CODE()
7013 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in G_DEFINE_TYPE_WITH_CODE()
7132 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (_proxy); in sensor_threshold_proxy_g_properties_changed()
7158 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_lower_critical()
7171 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_lower_warning()
7184 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_upper_warning()
7197 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_upper_critical()
7210 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_state()
7223 sensor_threshold_proxy_init (SensorThresholdProxy *proxy) in sensor_threshold_proxy_init()