Searched defs:notification_handler (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_notifications.c49 am_state_func_t notification_handler; local
103 notification_handler = func_array[2];
106 assert_int_equal(notification_handler(&request), AM_FAIL);
114 am_state_func_t notification_handler; local
168 notification_handler = func_array[2];
176 assert_int_equal(notification_handler(&request), AM_OK);
200 am_state_func_t notification_handler; local
303 notification_handler = func_array [2];
319 assert_int_equal(notification_handler(&request), AM_OK);
338 am_state_func_t notification_handler; local
[all...]

Completed in 29 milliseconds