Home
last modified time | relevance | path

Searched refs:RunRekeyLogic (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h53 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
H A Dsqlite_local_kvdb.cpp176 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 Dsqlite_multi_ver_data_storage.h63 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
H A Dsqlite_multi_ver_data_storage.cpp325 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 Dmulti_ver_kvdata_storage.h70 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
H A Dmulti_ver_kvdata_storage.cpp400 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 Dmulti_ver_natural_store_commit_storage.h65 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
H A Dmulti_ver_natural_store_commit_storage.cpp631 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 Dsingle_ver_database_oper.h59 int RunRekeyLogic(CipherType type, const CipherPassword &passwd);
H A Dlocal_database_oper.cpp67 errCode = localKvDb_->RunRekeyLogic(cipherType, passwd); in RekeyPreHandle()
H A Dsingle_ver_database_oper.cpp101 errCode = RunRekeyLogic(cipherType, passwd); in RekeyPreHandle()
517 int SingleVerDatabaseOper::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() function in DistributedDB::SingleVerDatabaseOper