Lines Matching refs:data
77 int (*MoveUniverse)(struct sbus_request *req, void *data, bool arg_smoothly, uint32_t arg_speed_factor);
78 int (*crash_now)(struct sbus_request *req, void *data, const char *arg_where);
80 void (*get_Color)(struct sbus_request *, void *data, const char **);
92 int (*Blink)(struct sbus_request *req, void *data, uint32_t arg_duration);
93 int (*Eject)(struct sbus_request *req, void *data, uint8_t arg_byte, bool arg_boolean, int16_t arg_int16, uint16_t arg_uint16, int32_t arg_int32, uint32_t arg_uint32, int64_t arg_int64, uint64_t arg_uint64, double arg_double, const char *arg_string, const char *arg_object_path, uint8_t arg_byte_array[], int len_byte_array, int16_t arg_int16_array[], int len_int16_array, uint16_t arg_uint16_array[], int len_uint16_array, int32_t arg_int32_array[], int len_int32_array, uint32_t arg_uint32_array[], int len_uint32_array, int64_t arg_int64_array[], int len_int64_array, uint64_t arg_uint64_array[], int len_uint64_array, double arg_double_array[], int len_double_array, const char *arg_string_array[], int len_string_array, const char *arg_object_path_array[], int len_object_path_array);
94 void (*get_FullName)(struct sbus_request *, void *data, const char **);
95 void (*get_byte)(struct sbus_request *, void *data, uint8_t*);
96 void (*get_boolean)(struct sbus_request *, void *data, bool*);
97 void (*get_int16)(struct sbus_request *, void *data, int16_t*);
98 void (*get_uint16)(struct sbus_request *, void *data, uint16_t*);
99 void (*get_int32)(struct sbus_request *, void *data, int32_t*);
100 void (*get_uint32)(struct sbus_request *, void *data, uint32_t*);
101 void (*get_int64)(struct sbus_request *, void *data, int64_t*);
102 void (*get_uint64)(struct sbus_request *, void *data, uint64_t*);
103 void (*get_double)(struct sbus_request *, void *data, double*);
104 void (*get_string)(struct sbus_request *, void *data, const char **);
105 void (*get_object_path)(struct sbus_request *, void *data, const char **);
106 void (*get_null_string)(struct sbus_request *, void *data, const char **);
107 void (*get_null_path)(struct sbus_request *, void *data, const char **);
108 void (*get_byte_array)(struct sbus_request *, void *data, uint8_t**, int *);
109 void (*get_int16_array)(struct sbus_request *, void *data, int16_t**, int *);
110 void (*get_uint16_array)(struct sbus_request *, void *data, uint16_t**, int *);
111 void (*get_int32_array)(struct sbus_request *, void *data, int32_t**, int *);
112 void (*get_uint32_array)(struct sbus_request *, void *data, uint32_t**, int *);
113 void (*get_int64_array)(struct sbus_request *, void *data, int64_t**, int *);
114 void (*get_uint64_array)(struct sbus_request *, void *data, uint64_t**, int *);
115 void (*get_double_array)(struct sbus_request *, void *data, double**, int *);
116 void (*get_string_array)(struct sbus_request *, void *data, const char ***, int *);
117 void (*get_object_path_array)(struct sbus_request *, void *data, const char ***, int *);
129 void (*get_array_dict_sas)(struct sbus_request *, void *data, hash_table_t **);