Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/test/
A Dtest_fwk_core.c176 .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 …]
/SCP-firmware-master/framework/include/
A Dfwk_event.h74 bool is_notification; member
/SCP-firmware-master/framework/src/
A Dfwk_core.c84 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()
A Dfwk_notification.c128 notification_event->is_notification = true; in send_notifications()
/SCP-firmware-master/module/clock/src/
A Dmod_clock.c630 .is_notification = true, in clock_process_notification_response()
/SCP-firmware-master/doc/
A Dframework.md370 fields(cookie, is_response, is_notification, and is_delayed_response).

Completed in 8 milliseconds