Home
last modified time | relevance | path

Searched refs:sp_msg_send_rc_req (Results 1 – 5 of 5) sorted by relevance

/trusted-services/components/messaging/ffa/libsp/mock/test/
A Dtest_mock_sp_messaging.cpp71 TEST(mock_sp_messaging, sp_msg_send_rc_req) in TEST() argument
76 LONGS_EQUAL(result, sp_msg_send_rc_req(&req, &resp)); in TEST()
/trusted-services/components/messaging/ffa/libsp/include/
A Dsp_messaging.h74 sp_result sp_msg_send_rc_req(const struct sp_msg *req, struct sp_msg *resp);
/trusted-services/components/messaging/ffa/libsp/mock/
A Dmock_sp_messaging.cpp78 sp_result sp_msg_send_rc_req(const struct sp_msg *req, struct sp_msg *resp) in sp_msg_send_rc_req() function
/trusted-services/components/messaging/ffa/libsp/test/
A Dtest_sp_messaging.cpp1027 sp_msg_send_rc_req(&req, NULL)); in TEST()
1034 sp_msg_send_rc_req(NULL, &resp)); in TEST()
1046 LONGS_EQUAL(SP_RESULT_INVALID_PARAMETERS, sp_msg_send_rc_req(&sp_req, &sp_resp)); in TEST()
1064 LONGS_EQUAL(SP_RESULT_FFA(result), sp_msg_send_rc_req(&req, &resp)); in TEST()
1097 LONGS_EQUAL(SP_RESULT_FFA(result), sp_msg_send_rc_req(&req, &resp)); in TEST()
1124 LONGS_EQUAL(sp_err, sp_msg_send_rc_req(&req, &resp)); in TEST()
1149 LONGS_EQUAL(SP_RESULT_OK, sp_msg_send_rc_req(&req, &resp)); in TEST()
/trusted-services/components/messaging/ffa/libsp/
A Dsp_messaging.c202 sp_result sp_msg_send_rc_req(const struct sp_msg *req, struct sp_msg *resp) in sp_msg_send_rc_req() function

Completed in 23 milliseconds