Home
last modified time | relevance | path

Searched refs:test_simple_async (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dsimple-async-result.c60 test_simple_async (void) in test_simple_async() function
69 result = g_simple_async_result_new (a, callback_func, b, test_simple_async); in test_simple_async()
75 g_assert (g_simple_async_result_is_valid (got_result, a, test_simple_async)); in test_simple_async()
76 g_assert (!g_simple_async_result_is_valid (got_result, b, test_simple_async)); in test_simple_async()
77 g_assert (!g_simple_async_result_is_valid (got_result, c, test_simple_async)); in test_simple_async()
84 result = g_simple_async_result_new (a, callback_func, b, test_simple_async); in test_simple_async()
104 g_test_add_func ("/gio/simple-async-result/test", test_simple_async); in main()