Home
last modified time | relevance | path

Searched refs:FWK_ID_NOTIFICATION (Results 1 – 9 of 9) sorted by relevance

/SCP-firmware-master/framework/test/
A Dtest_fwk_notification.c134 result = fwk_notification_subscribe(FWK_ID_NOTIFICATION(0x2, 0x3), in test_fwk_notification_subscribe()
142 result = fwk_notification_subscribe(FWK_ID_NOTIFICATION(0x2, 0x3), in test_fwk_notification_subscribe()
150 result = fwk_notification_subscribe(FWK_ID_NOTIFICATION(0x2, 0x3), in test_fwk_notification_subscribe()
157 result = fwk_notification_subscribe(FWK_ID_NOTIFICATION(0x3, 0x3), in test_fwk_notification_subscribe()
279 notification_event.id = FWK_ID_NOTIFICATION(0x2, 0x1); in test_fwk_notification_notify()
294 notification_event.id = FWK_ID_NOTIFICATION(0x1, 0x1); in test_fwk_notification_notify()
319 notification_event.id = FWK_ID_NOTIFICATION(0x2, 0x1); in test_fwk_notification_notify()
329 FWK_ID_NOTIFICATION(0x2, 0x1))); in test_fwk_notification_notify()
335 FWK_ID_NOTIFICATION(0x2, 0x1))); in test_fwk_notification_notify()
343 notification_event.id = FWK_ID_NOTIFICATION(0x2, 0x1); in test_fwk_notification_notify()
[all …]
A Dtest_fwk_id_equality.c79 fwk_id_t left = FWK_ID_NOTIFICATION(42, 45); in test_equal_notification_id()
80 fwk_id_t right = FWK_ID_NOTIFICATION(42, 45); in test_equal_notification_id()
87 fwk_id_t left = FWK_ID_NOTIFICATION(42, 58); in test_not_equal_notification_id()
88 fwk_id_t right = FWK_ID_NOTIFICATION(58, 42); in test_not_equal_notification_id()
A Dtest_fwk_id_type.c43 fwk_id_t id = FWK_ID_NOTIFICATION(42, 14); in test_is_notification_id()
78 fwk_id_t id = FWK_ID_NOTIFICATION(42, 56); in test_type_of_notification_id()
A Dtest_fwk_module.c42 FWK_ID_NOTIFICATION(FWK_MODULE_IDX_FAKE0, NOTIFICATION0_IDX)
44 FWK_ID_NOTIFICATION(FWK_MODULE_IDX_FAKE0, NOTIFICATION1_IDX)
46 FWK_ID_NOTIFICATION(FWK_MODULE_IDX_FAKE0, NOTIFICATION2_IDX)
376 id = FWK_ID_NOTIFICATION(0x03, 0x00); in test_fwk_module_is_valid_notification_id()
381 id = FWK_ID_NOTIFICATION(FWK_MODULE_IDX_FAKE0, 0x03); in test_fwk_module_is_valid_notification_id()
386 id = FWK_ID_NOTIFICATION(FWK_MODULE_IDX_FAKE1, 0x00); in test_fwk_module_is_valid_notification_id()
A Dtest_fwk_id_get_idx.c45 fwk_id_t id = FWK_ID_NOTIFICATION(42, 58); in test_notification_idx_of_notification_id()
A Dtest_fwk_id_format.c58 fwk_id_t id = FWK_ID_NOTIFICATION(42, 56); in test_format_notification_id()
A Dtest_fwk_id_build.c78 assert(fwk_id_is_equal(id, FWK_ID_NOTIFICATION(42, 56))); in test_build_notification()
A Dtest_fwk_core.c186 .id = FWK_ID_NOTIFICATION(0x4, 0x8), in test___fwk_run_main_loop()
204 .id = FWK_ID_NOTIFICATION(0x5, 0x9), in test___fwk_run_main_loop()
334 processed_notification->id, FWK_ID_NOTIFICATION(0x5, 0x9))); in test___fwk_run_main_loop()
/SCP-firmware-master/framework/include/
A Dfwk_id.h380 #define FWK_ID_NOTIFICATION(MODULE_IDX, NOTIFICATION_IDX) \ macro

Completed in 15 milliseconds