Home
last modified time | relevance | path

Searched refs:CMOCK_fwk_module_get_ctx_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/SCP-firmware-master/unit_test/unity_mocks/mocks/internal/
A DMockfwk_module_internal.h43 typedef struct fwk_module_context* (* CMOCK_fwk_module_get_ctx_CALLBACK)(fwk_id_t id, int cmock_num… typedef
44 void fwk_module_get_ctx_AddCallback(CMOCK_fwk_module_get_ctx_CALLBACK Callback);
45 void fwk_module_get_ctx_Stub(CMOCK_fwk_module_get_ctx_CALLBACK Callback);
A DMockfwk_module_internal.c83 CMOCK_fwk_module_get_ctx_CALLBACK fwk_module_get_ctx_CallbackFunctionPointer;
345 void fwk_module_get_ctx_AddCallback(CMOCK_fwk_module_get_ctx_CALLBACK Callback) in fwk_module_get_ctx_AddCallback()
351 void fwk_module_get_ctx_Stub(CMOCK_fwk_module_get_ctx_CALLBACK Callback) in fwk_module_get_ctx_Stub()

Completed in 5 milliseconds