entry_invoke_command()- Call
tee_ta_get_session()to get the opened session fromarg->session. - Call
tee_ta_invoke_command()on the opened session. - Call
ts_ctx->ops->enter_invoke_cmd(): - For pseudo TAs, the callback is:
pseudo_ta_enter_invoke_cmd() - For user TAs, the call back is:
user_ta_enter_invoke_cmd()
entry_invoke_command()c
Loading...