HomeSort by relevance Sort by last modified time
    Searched full:test_simple_async (Results 1 - 1 of 1) sorted by null

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

Completed in 1110 milliseconds