Lines Matching full:obj
68 Object *obj = object_new(TYPE_DUMMY); in test_task_complete() local
72 task = qio_task_new(obj, task_callback, &data, NULL); in test_task_complete()
77 g_assert(obj == src); in test_task_complete()
79 object_unref(obj); in test_task_complete()
81 g_assert(data.source == obj); in test_task_complete()
98 Object *obj = object_new(TYPE_DUMMY); in test_task_data_free() local
101 task = qio_task_new(obj, task_callback, &data, task_data_free); in test_task_data_free()
105 object_unref(obj); in test_task_data_free()
107 g_assert(data.source == obj); in test_task_data_free()
116 Object *obj = object_new(TYPE_DUMMY); in test_task_failure() local
120 task = qio_task_new(obj, task_callback, &data, NULL); in test_task_failure()
127 object_unref(obj); in test_task_failure()
129 g_assert(data.source == obj); in test_task_failure()
177 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_complete() local
184 task = qio_task_new(obj, in test_task_thread_complete()
198 object_unref(obj); in test_task_thread_complete()
200 g_assert(data.source == obj); in test_task_thread_complete()
218 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_failure() local
226 task = qio_task_new(obj, in test_task_thread_failure()
240 object_unref(obj); in test_task_thread_failure()
242 g_assert(data.source == obj); in test_task_thread_failure()