Fix static analysis issues 96/279596/4
authorChanggyu Choi <changyu.choi@samsung.com>
Fri, 12 Aug 2022 06:05:38 +0000 (15:05 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Fri, 12 Aug 2022 07:03:23 +0000 (07:03 +0000)
commit36daae1772ea34fca729850828a37e4e9a7a90be
treec40dad4205fcdd5b206aa4a09895421c6990820f
parent1bc394b958a521c534b2d8074d7d235e0eccc2a8
Fix static analysis issues

Changes:
 - Removes unnecessary virtual keywords.
 - Fix to wrong print errno.
 - Fix dereference case before checking nullptr.
 - Fix to use variable after using std::move().
 - Removes unnecessary const keyword.

Change-Id: I72e4076f9f3ca3a5daef8afe484c021008d39d00
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
aul/app_manager/app_context.hh
aul/app_manager/app_event.hh
aul/app_manager/app_manager.hh
aul/socket/client_socket.cc
parser/boot-sequencer/appsvc_db.hh
src/app_group.c
test/unit_tests/test_pkginfo.cc
tool/aulctl/boot_sequence/app_info.cc
tool/aulctl/boot_sequence/app_info.hh