Lines Matching defs:object

324 hwmon_get_poll_interval (Hwmon *object)  in hwmon_get_poll_interval()
339 hwmon_set_poll_interval (Hwmon *object, gint value) in hwmon_set_poll_interval()
357 hwmon_get_sysfs_path (Hwmon *object) in hwmon_get_sysfs_path()
373 hwmon_dup_sysfs_path (Hwmon *object) in hwmon_dup_sysfs_path()
390 hwmon_set_sysfs_path (Hwmon *object, const gchar *value) in hwmon_set_sysfs_path()
406 hwmon_get_scale (Hwmon *object) in hwmon_get_scale()
421 hwmon_set_scale (Hwmon *object, gint value) in hwmon_set_scale()
459 hwmon_proxy_finalize (GObject *object) in hwmon_proxy_finalize()
467 hwmon_proxy_get_property (GObject *object, in hwmon_proxy_get_property()
514 hwmon_proxy_set_property (GObject *object, in hwmon_proxy_set_property()
604 hwmon_proxy_get_poll_interval (Hwmon *object) in hwmon_proxy_get_poll_interval()
619 hwmon_proxy_get_sysfs_path (Hwmon *object) in hwmon_proxy_get_sysfs_path()
634 hwmon_proxy_get_scale (Hwmon *object) in hwmon_proxy_get_scale()
1110 hwmon_skeleton_finalize (GObject *object) in hwmon_skeleton_finalize()
1126 hwmon_skeleton_get_property (GObject *object, in hwmon_skeleton_get_property()
1225 hwmon_skeleton_notify (GObject *object, in hwmon_skeleton_notify()
1244 hwmon_skeleton_set_property (GObject *object, in hwmon_skeleton_set_property()
1282 hwmon_skeleton_get_poll_interval (Hwmon *object) in hwmon_skeleton_get_poll_interval()
1293 hwmon_skeleton_get_sysfs_path (Hwmon *object) in hwmon_skeleton_get_sysfs_path()
1304 hwmon_skeleton_get_scale (Hwmon *object) in hwmon_skeleton_get_scale()
1790 fan_get_speed (Fan *object) in fan_get_speed()
1805 fan_set_speed (Fan *object, gint value) in fan_set_speed()
1821 fan_get_cooling_zone (Fan *object) in fan_get_cooling_zone()
1836 fan_set_cooling_zone (Fan *object, gint value) in fan_set_cooling_zone()
1852 fan_get_pwm_num (Fan *object) in fan_get_pwm_num()
1867 fan_set_pwm_num (Fan *object, gint value) in fan_set_pwm_num()
1881 Fan *object, in fan_emit_speed_changed()
1895 Fan *object) in fan_emit_tach_error()
2205 Fan *object, in fan_complete_set_cooling_zone()
2224 Fan *object, in fan_complete_get_speed()
2244 Fan *object, in fan_complete_set_speed()
2284 fan_proxy_finalize (GObject *object) in fan_proxy_finalize()
2292 fan_proxy_get_property (GObject *object, in fan_proxy_get_property()
2339 fan_proxy_set_property (GObject *object, in fan_proxy_set_property()
2429 fan_proxy_get_speed (Fan *object) in fan_proxy_get_speed()
2444 fan_proxy_get_cooling_zone (Fan *object) in fan_proxy_get_cooling_zone()
2459 fan_proxy_get_pwm_num (Fan *object) in fan_proxy_get_pwm_num()
2925 Fan *object, in _fan_on_signal_speed_changed()
2949 Fan *object) in _fan_on_signal_tach_error()
2981 fan_skeleton_finalize (GObject *object) in fan_skeleton_finalize()
2997 fan_skeleton_get_property (GObject *object, in fan_skeleton_get_property()
3096 fan_skeleton_notify (GObject *object, in fan_skeleton_notify()
3115 fan_skeleton_set_property (GObject *object, in fan_skeleton_set_property()
3153 fan_skeleton_get_speed (Fan *object) in fan_skeleton_get_speed()
3164 fan_skeleton_get_cooling_zone (Fan *object) in fan_skeleton_get_cooling_zone()
3175 fan_skeleton_get_pwm_num (Fan *object) in fan_skeleton_get_pwm_num()
3759 sensor_value_get_value (SensorValue *object) in sensor_value_get_value()
3775 sensor_value_dup_value (SensorValue *object) in sensor_value_dup_value()
3792 sensor_value_set_value (SensorValue *object, GVariant *value) in sensor_value_set_value()
3810 sensor_value_get_units (SensorValue *object) in sensor_value_get_units()
3826 sensor_value_dup_units (SensorValue *object) in sensor_value_dup_units()
3843 sensor_value_set_units (SensorValue *object, const gchar *value) in sensor_value_set_units()
3859 sensor_value_get_poll_interval (SensorValue *object) in sensor_value_get_poll_interval()
3874 sensor_value_set_poll_interval (SensorValue *object, gint value) in sensor_value_set_poll_interval()
3890 sensor_value_get_heatbeat (SensorValue *object) in sensor_value_get_heatbeat()
3905 sensor_value_set_heatbeat (SensorValue *object, gint value) in sensor_value_set_heatbeat()
3921 sensor_value_get_settable (SensorValue *object) in sensor_value_get_settable()
3936 sensor_value_set_settable (SensorValue *object, gboolean value) in sensor_value_set_settable()
3951 SensorValue *object, in sensor_value_emit_changed()
3966 SensorValue *object) in sensor_value_emit_error()
3980 SensorValue *object, in sensor_value_emit_heartbeat()
4285 SensorValue *object, in sensor_value_complete_init()
4304 SensorValue *object, in sensor_value_complete_get_value()
4324 SensorValue *object, in sensor_value_complete_set_value()
4364 sensor_value_proxy_finalize (GObject *object) in sensor_value_proxy_finalize()
4372 sensor_value_proxy_get_property (GObject *object, in sensor_value_proxy_get_property()
4419 sensor_value_proxy_set_property (GObject *object, in sensor_value_proxy_set_property()
4509 sensor_value_proxy_get_value (SensorValue *object) in sensor_value_proxy_get_value()
4522 sensor_value_proxy_get_units (SensorValue *object) in sensor_value_proxy_get_units()
4537 sensor_value_proxy_get_poll_interval (SensorValue *object) in sensor_value_proxy_get_poll_interval()
4552 sensor_value_proxy_get_heatbeat (SensorValue *object) in sensor_value_proxy_get_heatbeat()
4567 sensor_value_proxy_get_settable (SensorValue *object) in sensor_value_proxy_get_settable()
5035 SensorValue *object, in _sensor_value_on_signal_changed()
5061 SensorValue *object) in _sensor_value_on_signal_error()
5083 SensorValue *object, in _sensor_value_on_signal_heartbeat()
5117 sensor_value_skeleton_finalize (GObject *object) in sensor_value_skeleton_finalize()
5133 sensor_value_skeleton_get_property (GObject *object, in sensor_value_skeleton_get_property()
5232 sensor_value_skeleton_notify (GObject *object, in sensor_value_skeleton_notify()
5251 sensor_value_skeleton_set_property (GObject *object, in sensor_value_skeleton_set_property()
5291 sensor_value_skeleton_get_value (SensorValue *object) in sensor_value_skeleton_get_value()
5302 sensor_value_skeleton_get_units (SensorValue *object) in sensor_value_skeleton_get_units()
5313 sensor_value_skeleton_get_poll_interval (SensorValue *object) in sensor_value_skeleton_get_poll_interval()
5324 sensor_value_skeleton_get_heatbeat (SensorValue *object) in sensor_value_skeleton_get_heatbeat()
5335 sensor_value_skeleton_get_settable (SensorValue *object) in sensor_value_skeleton_get_settable()
5781 sensor_threshold_get_lower_critical (SensorThreshold *object) in sensor_threshold_get_lower_critical()
5797 sensor_threshold_dup_lower_critical (SensorThreshold *object) in sensor_threshold_dup_lower_critical()
5814 sensor_threshold_set_lower_critical (SensorThreshold *object, GVariant *value) in sensor_threshold_set_lower_critical()
5832 sensor_threshold_get_lower_warning (SensorThreshold *object) in sensor_threshold_get_lower_warning()
5848 sensor_threshold_dup_lower_warning (SensorThreshold *object) in sensor_threshold_dup_lower_warning()
5865 sensor_threshold_set_lower_warning (SensorThreshold *object, GVariant *value) in sensor_threshold_set_lower_warning()
5883 sensor_threshold_get_upper_warning (SensorThreshold *object) in sensor_threshold_get_upper_warning()
5899 sensor_threshold_dup_upper_warning (SensorThreshold *object) in sensor_threshold_dup_upper_warning()
5916 sensor_threshold_set_upper_warning (SensorThreshold *object, GVariant *value) in sensor_threshold_set_upper_warning()
5934 sensor_threshold_get_upper_critical (SensorThreshold *object) in sensor_threshold_get_upper_critical()
5950 sensor_threshold_dup_upper_critical (SensorThreshold *object) in sensor_threshold_dup_upper_critical()
5967 sensor_threshold_set_upper_critical (SensorThreshold *object, GVariant *value) in sensor_threshold_set_upper_critical()
5983 sensor_threshold_get_state (SensorThreshold *object) in sensor_threshold_get_state()
5998 sensor_threshold_set_state (SensorThreshold *object, guchar value) in sensor_threshold_set_state()
6011 SensorThreshold *object) in sensor_threshold_emit_warning()
6024 SensorThreshold *object) in sensor_threshold_emit_critical()
6037 SensorThreshold *object) in sensor_threshold_emit_normal()
6152 SensorThreshold *object, in sensor_threshold_complete_get_state()
6194 sensor_threshold_proxy_finalize (GObject *object) in sensor_threshold_proxy_finalize()
6202 sensor_threshold_proxy_get_property (GObject *object, in sensor_threshold_proxy_get_property()
6249 sensor_threshold_proxy_set_property (GObject *object, in sensor_threshold_proxy_set_property()
6339 sensor_threshold_proxy_get_lower_critical (SensorThreshold *object) in sensor_threshold_proxy_get_lower_critical()
6352 sensor_threshold_proxy_get_lower_warning (SensorThreshold *object) in sensor_threshold_proxy_get_lower_warning()
6365 sensor_threshold_proxy_get_upper_warning (SensorThreshold *object) in sensor_threshold_proxy_get_upper_warning()
6378 sensor_threshold_proxy_get_upper_critical (SensorThreshold *object) in sensor_threshold_proxy_get_upper_critical()
6391 sensor_threshold_proxy_get_state (SensorThreshold *object) in sensor_threshold_proxy_get_state()
6859 SensorThreshold *object) in _sensor_threshold_on_signal_warning()
6881 SensorThreshold *object) in _sensor_threshold_on_signal_critical()
6903 SensorThreshold *object) in _sensor_threshold_on_signal_normal()
6935 sensor_threshold_skeleton_finalize (GObject *object) in sensor_threshold_skeleton_finalize()
6951 sensor_threshold_skeleton_get_property (GObject *object, in sensor_threshold_skeleton_get_property()
7050 sensor_threshold_skeleton_notify (GObject *object, in sensor_threshold_skeleton_notify()
7069 sensor_threshold_skeleton_set_property (GObject *object, in sensor_threshold_skeleton_set_property()
7109 sensor_threshold_skeleton_get_lower_critical (SensorThreshold *object) in sensor_threshold_skeleton_get_lower_critical()
7120 sensor_threshold_skeleton_get_lower_warning (SensorThreshold *object) in sensor_threshold_skeleton_get_lower_warning()
7131 sensor_threshold_skeleton_get_upper_warning (SensorThreshold *object) in sensor_threshold_skeleton_get_upper_warning()
7142 sensor_threshold_skeleton_get_upper_critical (SensorThreshold *object) in sensor_threshold_skeleton_get_upper_critical()
7153 sensor_threshold_skeleton_get_state (SensorThreshold *object) in sensor_threshold_skeleton_get_state()
7365 sensor_i2c_get_dev_path (SensorI2c *object) in sensor_i2c_get_dev_path()
7381 sensor_i2c_dup_dev_path (SensorI2c *object) in sensor_i2c_dup_dev_path()
7398 sensor_i2c_set_dev_path (SensorI2c *object, const gchar *value) in sensor_i2c_set_dev_path()
7416 sensor_i2c_get_address (SensorI2c *object) in sensor_i2c_get_address()
7432 sensor_i2c_dup_address (SensorI2c *object) in sensor_i2c_dup_address()
7449 sensor_i2c_set_address (SensorI2c *object, const gchar *value) in sensor_i2c_set_address()
7487 sensor_i2c_proxy_finalize (GObject *object) in sensor_i2c_proxy_finalize()
7495 sensor_i2c_proxy_get_property (GObject *object, in sensor_i2c_proxy_get_property()
7542 sensor_i2c_proxy_set_property (GObject *object, in sensor_i2c_proxy_set_property()
7632 sensor_i2c_proxy_get_dev_path (SensorI2c *object) in sensor_i2c_proxy_get_dev_path()
7647 sensor_i2c_proxy_get_address (SensorI2c *object) in sensor_i2c_proxy_get_address()
8122 sensor_i2c_skeleton_finalize (GObject *object) in sensor_i2c_skeleton_finalize()
8138 sensor_i2c_skeleton_get_property (GObject *object, in sensor_i2c_skeleton_get_property()
8237 sensor_i2c_skeleton_notify (GObject *object, in sensor_i2c_skeleton_notify()
8256 sensor_i2c_skeleton_set_property (GObject *object, in sensor_i2c_skeleton_set_property()
8293 sensor_i2c_skeleton_get_dev_path (SensorI2c *object) in sensor_i2c_skeleton_get_dev_path()
8304 sensor_i2c_skeleton_get_address (SensorI2c *object) in sensor_i2c_skeleton_get_address()
8565 sensor_match_get_match_value (SensorMatch *object) in sensor_match_get_match_value()
8581 sensor_match_dup_match_value (SensorMatch *object) in sensor_match_dup_match_value()
8598 sensor_match_set_match_value (SensorMatch *object, GVariant *value) in sensor_match_set_match_value()
8614 sensor_match_get_state (SensorMatch *object) in sensor_match_get_state()
8629 sensor_match_set_state (SensorMatch *object, guchar value) in sensor_match_set_state()
8643 SensorMatch *object, in sensor_match_emit_sensor_match()
8682 sensor_match_proxy_finalize (GObject *object) in sensor_match_proxy_finalize()
8690 sensor_match_proxy_get_property (GObject *object, in sensor_match_proxy_get_property()
8737 sensor_match_proxy_set_property (GObject *object, in sensor_match_proxy_set_property()
8827 sensor_match_proxy_get_match_value (SensorMatch *object) in sensor_match_proxy_get_match_value()
8840 sensor_match_proxy_get_state (SensorMatch *object) in sensor_match_proxy_get_state()
9305 SensorMatch *object, in _sensor_match_on_signal_sensor_match()
9339 sensor_match_skeleton_finalize (GObject *object) in sensor_match_skeleton_finalize()
9355 sensor_match_skeleton_get_property (GObject *object, in sensor_match_skeleton_get_property()
9454 sensor_match_skeleton_notify (GObject *object, in sensor_match_skeleton_notify()
9473 sensor_match_skeleton_set_property (GObject *object, in sensor_match_skeleton_set_property()
9510 sensor_match_skeleton_get_match_value (SensorMatch *object) in sensor_match_skeleton_get_match_value()
9521 sensor_match_skeleton_get_state (SensorMatch *object) in sensor_match_skeleton_get_state()
9805 Process *object, in process_complete_stop()
9845 process_proxy_finalize (GObject *object) in process_proxy_finalize()
9853 process_proxy_get_property (GObject *object, in process_proxy_get_property()
9861 process_proxy_set_property (GObject *object, in process_proxy_set_property()
10379 process_skeleton_finalize (GObject *object) in process_skeleton_finalize()
10753 shared_resource_get_lock (SharedResource *object) in shared_resource_get_lock()
10768 shared_resource_set_lock (SharedResource *object, gboolean value) in shared_resource_set_lock()
10786 shared_resource_get_name (SharedResource *object) in shared_resource_get_name()
10802 shared_resource_dup_name (SharedResource *object) in shared_resource_dup_name()
10819 shared_resource_set_name (SharedResource *object, const gchar *value) in shared_resource_set_name()
11129 SharedResource *object, in shared_resource_complete_lock()
11147 SharedResource *object, in shared_resource_complete_unlock()
11167 SharedResource *object, in shared_resource_complete_is_locked()
11211 shared_resource_proxy_finalize (GObject *object) in shared_resource_proxy_finalize()
11219 shared_resource_proxy_get_property (GObject *object, in shared_resource_proxy_get_property()
11266 shared_resource_proxy_set_property (GObject *object, in shared_resource_proxy_set_property()
11356 shared_resource_proxy_get_lock (SharedResource *object) in shared_resource_proxy_get_lock()
11371 shared_resource_proxy_get_name (SharedResource *object) in shared_resource_proxy_get_name()
11846 shared_resource_skeleton_finalize (GObject *object) in shared_resource_skeleton_finalize()
11862 shared_resource_skeleton_get_property (GObject *object, in shared_resource_skeleton_get_property()
11961 shared_resource_skeleton_notify (GObject *object, in shared_resource_skeleton_notify()
11980 shared_resource_skeleton_set_property (GObject *object, in shared_resource_skeleton_set_property()
12017 shared_resource_skeleton_get_lock (SharedResource *object) in shared_resource_skeleton_get_lock()
12028 shared_resource_skeleton_get_name (SharedResource *object) in shared_resource_skeleton_get_name()
12361 control_get_poll_interval (Control *object) in control_get_poll_interval()
12376 control_set_poll_interval (Control *object, gint value) in control_set_poll_interval()
12392 control_get_heatbeat (Control *object) in control_get_heatbeat()
12407 control_set_heatbeat (Control *object, gint value) in control_set_heatbeat()
12421 Control *object, in control_emit_heartbeat()
12435 Control *object) in control_emit_started()
12543 Control *object, in control_complete_init()
12583 control_proxy_finalize (GObject *object) in control_proxy_finalize()
12591 control_proxy_get_property (GObject *object, in control_proxy_get_property()
12638 control_proxy_set_property (GObject *object, in control_proxy_set_property()
12728 control_proxy_get_poll_interval (Control *object) in control_proxy_get_poll_interval()
12743 control_proxy_get_heatbeat (Control *object) in control_proxy_get_heatbeat()
13208 Control *object, in _control_on_signal_heartbeat()
13232 Control *object) in _control_on_signal_started()
13264 control_skeleton_finalize (GObject *object) in control_skeleton_finalize()
13280 control_skeleton_get_property (GObject *object, in control_skeleton_get_property()
13379 control_skeleton_notify (GObject *object, in control_skeleton_notify()
13398 control_skeleton_set_property (GObject *object, in control_skeleton_set_property()
13435 control_skeleton_get_poll_interval (Control *object) in control_skeleton_get_poll_interval()
13446 control_skeleton_get_heatbeat (Control *object) in control_skeleton_get_heatbeat()
13860 ControlBmc *object, in control_bmc_complete_cold_reset()
13878 ControlBmc *object, in control_bmc_complete_warm_reset()
13918 control_bmc_proxy_finalize (GObject *object) in control_bmc_proxy_finalize()
13926 control_bmc_proxy_get_property (GObject *object, in control_bmc_proxy_get_property()
13934 control_bmc_proxy_set_property (GObject *object, in control_bmc_proxy_set_property()
14452 control_bmc_skeleton_finalize (GObject *object) in control_bmc_skeleton_finalize()
14816 control_host_get_debug_mode (ControlHost *object) in control_host_get_debug_mode()
14831 control_host_set_debug_mode (ControlHost *object, gint value) in control_host_set_debug_mode()
14849 control_host_get_flash_side (ControlHost *object) in control_host_get_flash_side()
14865 control_host_dup_flash_side (ControlHost *object) in control_host_dup_flash_side()
14882 control_host_set_flash_side (ControlHost *object, const gchar *value) in control_host_set_flash_side()
14895 ControlHost *object) in control_host_emit_booted()
15187 ControlHost *object, in control_host_complete_boot()
15205 ControlHost *object, in control_host_complete_shutdown()
15223 ControlHost *object, in control_host_complete_reboot()
15263 control_host_proxy_finalize (GObject *object) in control_host_proxy_finalize()
15271 control_host_proxy_get_property (GObject *object, in control_host_proxy_get_property()
15318 control_host_proxy_set_property (GObject *object, in control_host_proxy_set_property()
15408 control_host_proxy_get_debug_mode (ControlHost *object) in control_host_proxy_get_debug_mode()
15423 control_host_proxy_get_flash_side (ControlHost *object) in control_host_proxy_get_flash_side()
15888 ControlHost *object) in _control_host_on_signal_booted()
15920 control_host_skeleton_finalize (GObject *object) in control_host_skeleton_finalize()
15936 control_host_skeleton_get_property (GObject *object, in control_host_skeleton_get_property()
16035 control_host_skeleton_notify (GObject *object, in control_host_skeleton_notify()
16054 control_host_skeleton_set_property (GObject *object, in control_host_skeleton_set_property()
16091 control_host_skeleton_get_debug_mode (ControlHost *object) in control_host_skeleton_get_debug_mode()
16102 control_host_skeleton_get_flash_side (ControlHost *object) in control_host_skeleton_get_flash_side()
16515 control_power_get_pgood (ControlPower *object) in control_power_get_pgood()
16530 control_power_set_pgood (ControlPower *object, gint value) in control_power_set_pgood()
16546 control_power_get_state (ControlPower *object) in control_power_get_state()
16561 control_power_set_state (ControlPower *object, gint value) in control_power_set_state()
16577 control_power_get_pgood_timeout (ControlPower *object) in control_power_get_pgood_timeout()
16592 control_power_set_pgood_timeout (ControlPower *object, gint value) in control_power_set_pgood_timeout()
16605 ControlPower *object) in control_power_emit_power_good()
16618 ControlPower *object) in control_power_emit_power_lost()
16830 ControlPower *object, in control_power_complete_set_power_state()
16849 ControlPower *object, in control_power_complete_get_power_state()
16891 control_power_proxy_finalize (GObject *object) in control_power_proxy_finalize()
16899 control_power_proxy_get_property (GObject *object, in control_power_proxy_get_property()
16946 control_power_proxy_set_property (GObject *object, in control_power_proxy_set_property()
17036 control_power_proxy_get_pgood (ControlPower *object) in control_power_proxy_get_pgood()
17051 control_power_proxy_get_state (ControlPower *object) in control_power_proxy_get_state()
17066 control_power_proxy_get_pgood_timeout (ControlPower *object) in control_power_proxy_get_pgood_timeout()
17532 ControlPower *object) in _control_power_on_signal_power_good()
17554 ControlPower *object) in _control_power_on_signal_power_lost()
17586 control_power_skeleton_finalize (GObject *object) in control_power_skeleton_finalize()
17602 control_power_skeleton_get_property (GObject *object, in control_power_skeleton_get_property()
17701 control_power_skeleton_notify (GObject *object, in control_power_skeleton_notify()
17720 control_power_skeleton_set_property (GObject *object, in control_power_skeleton_set_property()
17758 control_power_skeleton_get_pgood (ControlPower *object) in control_power_skeleton_get_pgood()
17769 control_power_skeleton_get_state (ControlPower *object) in control_power_skeleton_get_state()
17780 control_power_skeleton_get_pgood_timeout (ControlPower *object) in control_power_skeleton_get_pgood_timeout()
17953 control_checkstop_proxy_finalize (GObject *object) in control_checkstop_proxy_finalize()
17961 control_checkstop_proxy_get_property (GObject *object, in control_checkstop_proxy_get_property()
17969 control_checkstop_proxy_set_property (GObject *object, in control_checkstop_proxy_set_property()
18487 control_checkstop_skeleton_finalize (GObject *object) in control_checkstop_skeleton_finalize()
18906 watchdog_get_watchdog (Watchdog *object) in watchdog_get_watchdog()
18921 watchdog_set_watchdog (Watchdog *object, gint value) in watchdog_set_watchdog()
18937 watchdog_get_poll_interval (Watchdog *object) in watchdog_get_poll_interval()
18952 watchdog_set_poll_interval (Watchdog *object, gint value) in watchdog_set_poll_interval()
18965 Watchdog *object) in watchdog_emit_watchdog_error()
19355 Watchdog *object, in watchdog_complete_start()
19373 Watchdog *object, in watchdog_complete_poke()
19391 Watchdog *object, in watchdog_complete_stop()
19409 Watchdog *object, in watchdog_complete_set()
19449 watchdog_proxy_finalize (GObject *object) in watchdog_proxy_finalize()
19457 watchdog_proxy_get_property (GObject *object, in watchdog_proxy_get_property()
19504 watchdog_proxy_set_property (GObject *object, in watchdog_proxy_set_property()
19594 watchdog_proxy_get_watchdog (Watchdog *object) in watchdog_proxy_get_watchdog()
19609 watchdog_proxy_get_poll_interval (Watchdog *object) in watchdog_proxy_get_poll_interval()
20074 Watchdog *object) in _watchdog_on_signal_watchdog_error()
20106 watchdog_skeleton_finalize (GObject *object) in watchdog_skeleton_finalize()
20122 watchdog_skeleton_get_property (GObject *object, in watchdog_skeleton_get_property()
20221 watchdog_skeleton_notify (GObject *object, in watchdog_skeleton_notify()
20240 watchdog_skeleton_set_property (GObject *object, in watchdog_skeleton_set_property()
20277 watchdog_skeleton_get_watchdog (Watchdog *object) in watchdog_skeleton_get_watchdog()
20288 watchdog_skeleton_get_poll_interval (Watchdog *object) in watchdog_skeleton_get_poll_interval()
20578 EventLog *object, in event_log_emit_event_log()
20696 EventLog *object, in event_log_complete_get_event_log()
20738 event_log_proxy_finalize (GObject *object) in event_log_proxy_finalize()
20746 event_log_proxy_get_property (GObject *object, in event_log_proxy_get_property()
20754 event_log_proxy_set_property (GObject *object, in event_log_proxy_set_property()
21262 EventLog *object, in _event_log_on_signal_event_log()
21300 event_log_skeleton_finalize (GObject *object) in event_log_skeleton_finalize()
21945 flash_get_filename (Flash *object) in flash_get_filename()
21961 flash_dup_filename (Flash *object) in flash_dup_filename()
21978 flash_set_filename (Flash *object, const gchar *value) in flash_set_filename()
21996 flash_get_flasher_path (Flash *object) in flash_get_flasher_path()
22012 flash_dup_flasher_path (Flash *object) in flash_dup_flasher_path()
22029 flash_set_flasher_path (Flash *object, const gchar *value) in flash_set_flasher_path()
22047 flash_get_flasher_name (Flash *object) in flash_get_flasher_name()
22063 flash_dup_flasher_name (Flash *object) in flash_dup_flasher_name()
22080 flash_set_flasher_name (Flash *object, const gchar *value) in flash_set_flasher_name()
22098 flash_get_flasher_instance (Flash *object) in flash_get_flasher_instance()
22114 flash_dup_flasher_instance (Flash *object) in flash_dup_flasher_instance()
22131 flash_set_flasher_instance (Flash *object, const gchar *value) in flash_set_flasher_instance()
22149 flash_get_status (Flash *object) in flash_get_status()
22165 flash_dup_status (Flash *object) in flash_dup_status()
22182 flash_set_status (Flash *object, const gchar *value) in flash_set_status()
22195 Flash *object) in flash_emit_updated()
22210 Flash *object, in flash_emit_download()
22712 Flash *object, in flash_complete_update()
22730 Flash *object, in flash_complete_error()
22748 Flash *object, in flash_complete_done()
22766 Flash *object, in flash_complete_update_via_tftp()
22784 Flash *object, in flash_complete_init()
22824 flash_proxy_finalize (GObject *object) in flash_proxy_finalize()
22832 flash_proxy_get_property (GObject *object, in flash_proxy_get_property()
22879 flash_proxy_set_property (GObject *object, in flash_proxy_set_property()
22969 flash_proxy_get_filename (Flash *object) in flash_proxy_get_filename()
22984 flash_proxy_get_flasher_path (Flash *object) in flash_proxy_get_flasher_path()
22999 flash_proxy_get_flasher_name (Flash *object) in flash_proxy_get_flasher_name()
23014 flash_proxy_get_flasher_instance (Flash *object) in flash_proxy_get_flasher_instance()
23029 flash_proxy_get_status (Flash *object) in flash_proxy_get_status()
23497 Flash *object) in _flash_on_signal_updated()
23519 Flash *object, in _flash_on_signal_download()
23555 flash_skeleton_finalize (GObject *object) in flash_skeleton_finalize()
23571 flash_skeleton_get_property (GObject *object, in flash_skeleton_get_property()
23670 flash_skeleton_notify (GObject *object, in flash_skeleton_notify()
23689 flash_skeleton_set_property (GObject *object, in flash_skeleton_set_property()
23729 flash_skeleton_get_filename (Flash *object) in flash_skeleton_get_filename()
23740 flash_skeleton_get_flasher_path (Flash *object) in flash_skeleton_get_flasher_path()
23751 flash_skeleton_get_flasher_name (Flash *object) in flash_skeleton_get_flasher_name()
23762 flash_skeleton_get_flasher_instance (Flash *object) in flash_skeleton_get_flasher_instance()
23773 flash_skeleton_get_status (Flash *object) in flash_skeleton_get_status()
24224 flash_control_get_filename (FlashControl *object) in flash_control_get_filename()
24240 flash_control_dup_filename (FlashControl *object) in flash_control_dup_filename()
24257 flash_control_set_filename (FlashControl *object, const gchar *value) in flash_control_set_filename()
24275 flash_control_get_type_ (FlashControl *object) in flash_control_get_type_()
24291 flash_control_dup_type_ (FlashControl *object) in flash_control_dup_type_()
24308 flash_control_set_type_ (FlashControl *object, const gchar *value) in flash_control_set_type_()
24322 FlashControl *object, in flash_control_emit_done()
24337 FlashControl *object, in flash_control_emit_error()
24353 FlashControl *object, in flash_control_emit_progress()
24475 FlashControl *object, in flash_control_complete_flash()
24515 flash_control_proxy_finalize (GObject *object) in flash_control_proxy_finalize()
24523 flash_control_proxy_get_property (GObject *object, in flash_control_proxy_get_property()
24570 flash_control_proxy_set_property (GObject *object, in flash_control_proxy_set_property()
24660 flash_control_proxy_get_filename (FlashControl *object) in flash_control_proxy_get_filename()
24675 flash_control_proxy_get_type_ (FlashControl *object) in flash_control_proxy_get_type_()
25140 FlashControl *object, in _flash_control_on_signal_done()
25164 FlashControl *object, in _flash_control_on_signal_error()
25188 FlashControl *object, in _flash_control_on_signal_progress()
25224 flash_control_skeleton_finalize (GObject *object) in flash_control_skeleton_finalize()
25240 flash_control_skeleton_get_property (GObject *object, in flash_control_skeleton_get_property()
25339 flash_control_skeleton_notify (GObject *object, in flash_control_skeleton_notify()
25358 flash_control_skeleton_set_property (GObject *object, in flash_control_skeleton_set_property()
25395 flash_control_skeleton_get_filename (FlashControl *object) in flash_control_skeleton_get_filename()
25406 flash_control_skeleton_get_type_ (FlashControl *object) in flash_control_skeleton_get_type_()
25846 button_get_state (Button *object) in button_get_state()
25861 button_set_state (Button *object, gboolean value) in button_set_state()
25877 button_get_timer (Button *object) in button_get_timer()
25892 button_set_timer (Button *object, guint64 value) in button_set_timer()
25905 Button *object) in button_emit_released()
25918 Button *object) in button_emit_pressed()
25931 Button *object) in button_emit_pressed_long()
26230 Button *object, in button_complete_is_on()
26250 Button *object, in button_complete_sim_press()
26268 Button *object, in button_complete_sim_long_press()
26308 button_proxy_finalize (GObject *object) in button_proxy_finalize()
26316 button_proxy_get_property (GObject *object, in button_proxy_get_property()
26363 button_proxy_set_property (GObject *object, in button_proxy_set_property()
26453 button_proxy_get_state (Button *object) in button_proxy_get_state()
26468 button_proxy_get_timer (Button *object) in button_proxy_get_timer()
26933 Button *object) in _button_on_signal_released()
26955 Button *object) in _button_on_signal_pressed()
26977 Button *object) in _button_on_signal_pressed_long()
27009 button_skeleton_finalize (GObject *object) in button_skeleton_finalize()
27025 button_skeleton_get_property (GObject *object, in button_skeleton_get_property()
27124 button_skeleton_notify (GObject *object, in button_skeleton_notify()
27143 button_skeleton_set_property (GObject *object, in button_skeleton_set_property()
27180 button_skeleton_get_state (Button *object) in button_skeleton_get_state()
27191 button_skeleton_get_timer (Button *object) in button_skeleton_get_timer()
27577 led_get_color (Led *object) in led_get_color()
27592 led_set_color (Led *object, gint value) in led_set_color()
27610 led_get_function (Led *object) in led_get_function()
27626 led_dup_function (Led *object) in led_dup_function()
27643 led_set_function (Led *object, const gchar *value) in led_set_function()
27661 led_get_state (Led *object) in led_get_state()
27677 led_dup_state (Led *object) in led_dup_state()
27694 led_set_state (Led *object, const gchar *value) in led_set_state()
28078 Led *object, in led_complete_set_on()
28096 Led *object, in led_complete_set_off()
28114 Led *object, in led_complete_set_blink_slow()
28132 Led *object, in led_complete_set_blink_fast()
28172 led_proxy_finalize (GObject *object) in led_proxy_finalize()
28180 led_proxy_get_property (GObject *object, in led_proxy_get_property()
28227 led_proxy_set_property (GObject *object, in led_proxy_set_property()
28317 led_proxy_get_color (Led *object) in led_proxy_get_color()
28332 led_proxy_get_function (Led *object) in led_proxy_get_function()
28347 led_proxy_get_state (Led *object) in led_proxy_get_state()
28823 led_skeleton_finalize (GObject *object) in led_skeleton_finalize()
28839 led_skeleton_get_property (GObject *object, in led_skeleton_get_property()
28938 led_skeleton_notify (GObject *object, in led_skeleton_notify()
28957 led_skeleton_set_property (GObject *object, in led_skeleton_set_property()
28995 led_skeleton_get_color (Led *object) in led_skeleton_get_color()
29006 led_skeleton_get_function (Led *object) in led_skeleton_get_function()
29017 led_skeleton_get_state (Led *object) in led_skeleton_get_state()
29378 HostIpmi *object, in host_ipmi_emit_received_message()
29521 HostIpmi *object, in host_ipmi_complete_send_message()
29563 host_ipmi_proxy_finalize (GObject *object) in host_ipmi_proxy_finalize()
29571 host_ipmi_proxy_get_property (GObject *object, in host_ipmi_proxy_get_property()
29579 host_ipmi_proxy_set_property (GObject *object, in host_ipmi_proxy_set_property()
30087 HostIpmi *object, in _host_ipmi_on_signal_received_message()
30127 host_ipmi_skeleton_finalize (GObject *object) in host_ipmi_skeleton_finalize()
30412 Hwmon *object_get_hwmon (Object *object) in object_get_hwmon()
30429 Fan *object_get_fan (Object *object) in object_get_fan()
30446 SensorValue *object_get_sensor_value (Object *object) in object_get_sensor_value()
30463 SensorThreshold *object_get_sensor_threshold (Object *object) in object_get_sensor_threshold()
30480 SensorI2c *object_get_sensor_i2c (Object *object) in object_get_sensor_i2c()
30497 SensorMatch *object_get_sensor_match (Object *object) in object_get_sensor_match()
30514 Process *object_get_process (Object *object) in object_get_process()
30531 SharedResource *object_get_shared_resource (Object *object) in object_get_shared_resource()
30548 Control *object_get_control (Object *object) in object_get_control()
30565 ControlBmc *object_get_control_bmc (Object *object) in object_get_control_bmc()
30582 ControlHost *object_get_control_host (Object *object) in object_get_control_host()
30599 ControlPower *object_get_control_power (Object *object) in object_get_control_power()
30616 ControlCheckstop *object_get_control_checkstop (Object *object) in object_get_control_checkstop()
30633 Watchdog *object_get_watchdog (Object *object) in object_get_watchdog()
30650 EventLog *object_get_event_log (Object *object) in object_get_event_log()
30667 Flash *object_get_flash (Object *object) in object_get_flash()
30684 FlashControl *object_get_flash_control (Object *object) in object_get_flash_control()
30701 Button *object_get_button (Object *object) in object_get_button()
30718 Led *object_get_led (Object *object) in object_get_led()
30735 HostIpmi *object_get_host_ipmi (Object *object) in object_get_host_ipmi()
30755 Hwmon *object_peek_hwmon (Object *object) in object_peek_hwmon()
30775 Fan *object_peek_fan (Object *object) in object_peek_fan()
30795 SensorValue *object_peek_sensor_value (Object *object) in object_peek_sensor_value()
30815 SensorThreshold *object_peek_sensor_threshold (Object *object) in object_peek_sensor_threshold()
30835 SensorI2c *object_peek_sensor_i2c (Object *object) in object_peek_sensor_i2c()
30855 SensorMatch *object_peek_sensor_match (Object *object) in object_peek_sensor_match()
30875 Process *object_peek_process (Object *object) in object_peek_process()
30895 SharedResource *object_peek_shared_resource (Object *object) in object_peek_shared_resource()
30915 Control *object_peek_control (Object *object) in object_peek_control()
30935 ControlBmc *object_peek_control_bmc (Object *object) in object_peek_control_bmc()
30955 ControlHost *object_peek_control_host (Object *object) in object_peek_control_host()
30975 ControlPower *object_peek_control_power (Object *object) in object_peek_control_power()
30995 ControlCheckstop *object_peek_control_checkstop (Object *object) in object_peek_control_checkstop()
31015 Watchdog *object_peek_watchdog (Object *object) in object_peek_watchdog()
31035 EventLog *object_peek_event_log (Object *object) in object_peek_event_log()
31055 Flash *object_peek_flash (Object *object) in object_peek_flash()
31075 FlashControl *object_peek_flash_control (Object *object) in object_peek_flash_control()
31095 Button *object_peek_button (Object *object) in object_peek_button()
31115 Led *object_peek_led (Object *object) in object_peek_led()
31135 HostIpmi *object_peek_host_ipmi (Object *object) in object_peek_host_ipmi()
31147 object_notify (GDBusObject *object, GDBusInterface *interface) in object_notify()
31207 ObjectProxy *object = OBJECT_PROXY (gobject); in object_proxy_get_property() local
31407 ObjectSkeleton *object = OBJECT_SKELETON (gobject); in object_skeleton_set_property() local
31684 ObjectSkeleton *object = OBJECT_SKELETON (gobject); in object_skeleton_get_property() local
31847 void object_skeleton_set_hwmon (ObjectSkeleton *object, Hwmon *interface_) in object_skeleton_set_hwmon()
31859 void object_skeleton_set_fan (ObjectSkeleton *object, Fan *interface_) in object_skeleton_set_fan()
31871 void object_skeleton_set_sensor_value (ObjectSkeleton *object, SensorValue *interface_) in object_skeleton_set_sensor_value()
31883 void object_skeleton_set_sensor_threshold (ObjectSkeleton *object, SensorThreshold *interface_) in object_skeleton_set_sensor_threshold()
31895 void object_skeleton_set_sensor_i2c (ObjectSkeleton *object, SensorI2c *interface_) in object_skeleton_set_sensor_i2c()
31907 void object_skeleton_set_sensor_match (ObjectSkeleton *object, SensorMatch *interface_) in object_skeleton_set_sensor_match()
31919 void object_skeleton_set_process (ObjectSkeleton *object, Process *interface_) in object_skeleton_set_process()
31931 void object_skeleton_set_shared_resource (ObjectSkeleton *object, SharedResource *interface_) in object_skeleton_set_shared_resource()
31943 void object_skeleton_set_control (ObjectSkeleton *object, Control *interface_) in object_skeleton_set_control()
31955 void object_skeleton_set_control_bmc (ObjectSkeleton *object, ControlBmc *interface_) in object_skeleton_set_control_bmc()
31967 void object_skeleton_set_control_host (ObjectSkeleton *object, ControlHost *interface_) in object_skeleton_set_control_host()
31979 void object_skeleton_set_control_power (ObjectSkeleton *object, ControlPower *interface_) in object_skeleton_set_control_power()
31991 void object_skeleton_set_control_checkstop (ObjectSkeleton *object, ControlCheckstop *interface_) in object_skeleton_set_control_checkstop()
32003 void object_skeleton_set_watchdog (ObjectSkeleton *object, Watchdog *interface_) in object_skeleton_set_watchdog()
32015 void object_skeleton_set_event_log (ObjectSkeleton *object, EventLog *interface_) in object_skeleton_set_event_log()
32027 void object_skeleton_set_flash (ObjectSkeleton *object, Flash *interface_) in object_skeleton_set_flash()
32039 void object_skeleton_set_flash_control (ObjectSkeleton *object, FlashControl *interface_) in object_skeleton_set_flash_control()
32051 void object_skeleton_set_button (ObjectSkeleton *object, Button *interface_) in object_skeleton_set_button()
32063 void object_skeleton_set_led (ObjectSkeleton *object, Led *interface_) in object_skeleton_set_led()
32075 void object_skeleton_set_host_ipmi (ObjectSkeleton *object, HostIpmi *interface_) in object_skeleton_set_host_ipmi()