Fix UpdateCache related with storage check 14/277314/5
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 5 Jul 2022 04:53:34 +0000 (13:53 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Thu, 7 Jul 2022 02:33:45 +0000 (11:33 +0900)
commit0f8e60e012b26807d9fddb2f4e05b0f4deedd416
treeae8a4e8b4fb3d22f858c761eabe8cf266e10053e
parentf2fca1c1ce5d307de42770bd48752d84518c24c5
Fix UpdateCache related with storage check

If there is not check_storage value in the filter
storage check logic is performed by default
when the external_path of the package installed in the external is not accessible
the package's information is not inclued in the cache
This logic must be performed when the client requests package information

Change-Id: Iaaee5231fa939c1c8a7af3ca6f6049674832e965
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/pkgmgrinfo_private.h
src/server/appinfo_internal.cc
src/server/database/db_handle_provider.cc
src/server/filter_checker/app_filter_checker/check_storage_app_filter_checker.cc
src/server/pkginfo_internal.c
src/server/pkgmgrinfo_internal.h
src/server/pkgmgrinfo_internal.hh