Change naming of recovery-management file & functions 73/187773/4
authorTomasz Swierczek <t.swierczek@samsung.com>
Tue, 28 Aug 2018 08:35:19 +0000 (10:35 +0200)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 30 Aug 2018 08:20:41 +0000 (08:20 +0000)
commit761e3b46bb43ee9dfb5e1dd23643e37620f97371
treea30bc8ffd1310923fb981697573ebfb00babb34e
parent6a844057719a4f85e78b95b7cfe9ae69671ca862
Change naming of recovery-management file & functions

The flag file is a sign for other system components to
feed DB with user-installed-apps, so they'd probably want to
know that DB 'was recovered' to initial state, rather than
know that 'DB used to be broken' (if the DB was broken,
and recovery to initial state is not successful, system
will not boot properly anyway).

Change-Id: Icc3b71b56c8299ba37a3acf3b8f20667af352e15
src/common/config.cpp
src/common/include/config.h
src/common/privilege_db.cpp
test/privilege_db_fixture.cpp
test/test_privilege_db_migration.cpp
test/test_privilege_db_transactions.cpp