Searched refs:is_response (Results 1 – 11 of 11) sorted by relevance
/SCP-firmware-master/framework/test/ |
A D | test_fwk_core.c | 174 .is_response = false, in test___fwk_run_main_loop() 183 .is_response = false, in test___fwk_run_main_loop() 192 .is_response = false, in test___fwk_run_main_loop() 201 .is_response = false, in test___fwk_run_main_loop() 345 .is_response = false, in test_fwk_put_event() 353 .is_response = true, in test_fwk_put_event() 387 assert(result_event->is_response == event1.is_response); in test_fwk_put_event() 400 assert(result_event->is_response == true); in test_fwk_put_event() 456 assert(result_event->is_response == false); in test_fwk_put_event_light() 484 .is_response = false, in test___fwk_put_notification() [all …]
|
/SCP-firmware-master/framework/include/ |
A D | fwk_event.h | 68 bool is_response; member
|
/SCP-firmware-master/framework/src/ |
A D | fwk_core.c | 87 allocated_event->is_response = false; in duplicate_event() 209 async_response_event.is_response = true; in process_next_event() 328 event->is_response = false; in __fwk_put_notification() 376 if ((!event->is_response) || (event->response_requested)) { in __fwk_put_event() 387 if (event->is_response) { in __fwk_put_event()
|
A D | fwk_notification.c | 127 notification_event->is_response = false; in send_notifications()
|
/SCP-firmware-master/module/msys_rom/src/ |
A D | mod_msys_rom.c | 152 fwk_assert(event->is_response == true); in msys_rom_process_notification()
|
/SCP-firmware-master/product/tc2/module/tc2_bl1/src/ |
A D | mod_tc2_bl1.c | 197 fwk_assert(event->is_response == true); in tc2_bl1_process_notification()
|
/SCP-firmware-master/module/clock/src/ |
A D | mod_clock.c | 631 .is_response = true, in clock_process_notification_response() 688 if (event->is_response) { in clock_process_notification()
|
/SCP-firmware-master/product/juno/module/juno_rom/src/ |
A D | mod_juno_rom.c | 402 fwk_assert(event->is_response == true); in juno_rom_process_notification()
|
/SCP-firmware-master/module/scmi_power_domain/src/ |
A D | mod_scmi_power_domain.c | 1338 if (event->is_response) { in scmi_pd_process_event()
|
/SCP-firmware-master/doc/ |
A D | framework.md | 351 which issued the original event. The *is_response* property of the event is 370 fields(cookie, is_response, is_notification, and is_delayed_response).
|
/SCP-firmware-master/module/power_domain/src/ |
A D | mod_power_domain.c | 2120 if (!event->is_response) { in pd_process_notification()
|
Completed in 19 milliseconds