Refactor AppControl API 36/255336/19
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Mar 2021 05:52:55 +0000 (14:52 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 5 Apr 2021 23:35:13 +0000 (08:35 +0900)
commitf3e351be4cc507bc954f81e709c697c55793cd5b
treece039661270624b70a95f56ec2f518cb4850e74e
parent6573c110c34c51eb5107877ddefe1d1fbdd64e8f
Refactor AppControl API

Change-Id: I4b2270c3aac3663da9b21165d4bea765f9ef7bc7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
25 files changed:
include/app_control.h
include/app_control_internal.h
src/app-control/CMakeLists.txt
src/app-control/app_control.c [deleted file]
src/app-control/app_control.cc [new file with mode: 0644]
src/app-control/app_control.hh [new file with mode: 0644]
src/app-control/app_control_action.cc [new file with mode: 0644]
src/app-control/app_control_action.hh [new file with mode: 0644]
src/app-control/app_control_broker.cc [new file with mode: 0644]
src/app-control/app_control_broker.hh [new file with mode: 0644]
src/app-control/error.hh [new file with mode: 0644]
src/app-control/exception.hh [new file with mode: 0644]
src/app-control/launch_mode.hh [new file with mode: 0644]
src/app-control/log_private.hh [new file with mode: 0644]
src/app-control/pending_item.cc [new file with mode: 0644]
src/app-control/pending_item.hh [new file with mode: 0644]
src/app-control/request_context.cc [new file with mode: 0644]
src/app-control/request_context.hh [new file with mode: 0644]
src/app-control/result.hh [new file with mode: 0644]
src/app-control/stub.cc [new file with mode: 0644]
src/app-control/util.cc [new file with mode: 0644]
src/app-control/util.hh [new file with mode: 0644]
test/unit_tests/app_control_unittest.cc
test/unit_tests/mock/aul_mock.cc
test/unit_tests/mock/aul_mock.hh