Searched refs:source_object (Results 1 – 4 of 4) sorted by relevance
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | openbmc_intf.c | 1275 GObject *source_object; in hwmon_proxy_new_finish() local 1276 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_finish() 1277 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_finish() 1278 g_object_unref (source_object); in hwmon_proxy_new_finish() 1365 GObject *source_object; in hwmon_proxy_new_for_bus_finish() local 1366 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_for_bus_finish() 1367 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_for_bus_finish() 1368 g_object_unref (source_object); in hwmon_proxy_new_for_bus_finish() 3187 GObject *source_object; in fan_proxy_new_finish() local 3188 source_object = g_async_result_get_source_object (res); in fan_proxy_new_finish() [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | dbus-display-test.c | 183 test_dbus_console_registered(GObject *source_object, in test_dbus_console_setup_listener() 191 QEMU_DBUS_DISPLAY1_CONSOLE(source_object), in test_dbus_console_registered() 186 test_dbus_console_registered(GObject * source_object,GAsyncResult * res,gpointer user_data) test_dbus_console_registered() argument
|
| /openbmc/qemu/ui/ |
| H A D | dbus.c | 259 dbus_display_add_client_ready(GObject *source_object, in dbus_display_complete() 266 dbus_display_add_client_ready(GObject * source_object,GAsyncResult * res,gpointer user_data) dbus_display_add_client_ready() argument
|
| H A D | dbus-listener.c | 213 static void dbus_update_gl_cb(GObject *source_object, in dbus_update_gl_cb() argument
|