/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.h | 53 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
|
H A D | sqlite_local_kvdb.cpp | 176 int SQLiteLocalKvDB::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::SQLiteLocalKvDB
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.h | 63 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
|
H A D | sqlite_multi_ver_data_storage.cpp | 325 int SQLiteMultiVerDataStorage::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::SQLiteMultiVerDataStorage
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.h | 70 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
|
H A D | multi_ver_kvdata_storage.cpp | 400 int MultiVerKvDataStorage::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::MultiVerKvDataStorage 402 int errCode = static_cast<SQLiteLocalKvDB *>(kvStorage_)->RunRekeyLogic(type, passwd); in RunRekeyLogic() 407 errCode = static_cast<SQLiteLocalKvDB *>(metaStorage_)->RunRekeyLogic(type, passwd); in RunRekeyLogic()
|
H A D | multi_ver_natural_store_commit_storage.h | 65 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
|
H A D | multi_ver_natural_store_commit_storage.cpp | 631 int MultiVerNaturalStoreCommitStorage::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::MultiVerNaturalStoreCommitStorage 633 … int errCode = static_cast<SQLiteLocalKvDB *>(commitStorageDatabase_)->RunRekeyLogic(type, passwd); in RunRekeyLogic()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.h | 59 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
|
H A D | local_database_oper.cpp | 67 errCode = localKvDb_->RunRekeyLogic(cipherType, passwd); in RekeyPreHandle()
|
H A D | single_ver_database_oper.cpp | 101 errCode = RunRekeyLogic(cipherType, passwd); in RekeyPreHandle() 517 int SingleVerDatabaseOper::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::SingleVerDatabaseOper
|