Home
last modified time | relevance | path

Searched refs:RekeyPreHandle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.h36 bool RekeyPreHandle(const CipherPassword &passwd, int &errCode) override;
H A Dmulti_ver_database_oper.h37 bool RekeyPreHandle(const CipherPassword &passwd, int &errCode) override;
H A Dsingle_ver_database_oper.h35 bool RekeyPreHandle(const CipherPassword &passwd, int &errCode) override;
H A Ddatabase_oper.h46 virtual bool RekeyPreHandle(const CipherPassword &passwd, int &errCode) = 0;
H A Dlocal_database_oper.cpp54 bool LocalDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() function in DistributedDB::LocalDatabaseOper
H A Dmulti_ver_database_oper.cpp65 bool MultiVerDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() function in DistributedDB::MultiVerDatabaseOper
H A Ddatabase_oper.cpp36 if (!RekeyPreHandle(passwd, errCode)) { in ExecuteRekey()
H A Dsingle_ver_database_oper.cpp83 bool SingleVerDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() function in DistributedDB::SingleVerDatabaseOper