Searched refs:is_notification (Results 1 – 6 of 6) sorted by relevance
176 .is_notification = false, in test___fwk_run_main_loop()185 .is_notification = true, in test___fwk_run_main_loop()194 .is_notification = false, in test___fwk_run_main_loop()203 .is_notification = true, in test___fwk_run_main_loop()236 assert(processed_event->is_notification == false); in test___fwk_run_main_loop()389 assert(result_event->is_notification == false); in test_fwk_put_event()402 assert(result_event->is_notification == false); in test_fwk_put_event()458 assert(result_event->is_notification == false); in test_fwk_put_event_light()473 assert(result_event->is_notification == false); in test_fwk_put_event_light()507 assert(result_event->is_notification == true); in test___fwk_put_notification()[all …]
74 bool is_notification; member
84 allocated_event->is_notification = false; in duplicate_event()194 process_event = event->is_notification ? module->process_notification : in process_next_event()329 event->is_notification = true; in __fwk_put_notification()372 if (event->is_notification) { in __fwk_put_event()
128 notification_event->is_notification = true; in send_notifications()
630 .is_notification = true, in clock_process_notification_response()
370 fields(cookie, is_response, is_notification, and is_delayed_response).
Completed in 8 milliseconds