Generate execution id on execute action
authorSangyoon Jang <jeremy.jang@samsung.com>
Mon, 12 May 2025 05:06:52 +0000 (14:06 +0900)
committer장상윤/Tizen Platform Lab(SR)/삼성전자 <jeremy.jang@samsung.com>
Mon, 12 May 2025 07:03:40 +0000 (16:03 +0900)
commit2d3b4b5b7ec6fe15acd59bbc7daac441f93fab5b
tree35475635ecc39a325b4aca8c87364cc8f02ae3da
parenta42bcf6c11aa694f4a85886ef1f3611f3476433d
Generate execution id on execute action

- ActionExecutorFactory generates execution id on each executors.
- Execute() of TIDL interface returns execution id.
- The execution id passed on ActionReplyCb.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
16 files changed:
src/action/action_executor_factory.cc
src/action/action_executor_factory.hh
src/action/action_request_handler.cc
src/action/action_request_handler.hh
src/action/app_control_executor.cc
src/action/app_control_executor.hh
src/action/plugin_executor.cc
src/action/plugin_executor.hh
src/action/request_reply_handler.hh
src/action/service.cc
src/action/service.hh
src/api/api_stub.cc
src/common/action_executor.hh
src/common/action_result_handler.hh
tidl/tizen_actions.tidl
tool/action_tool/tools/execute.cc