Home
last modified time | relevance | path

Searched refs:ExecuteRekey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h51 …bool ExecuteRekey(const std::string &storeId, const std::string &path, DBPassword &dbPassword, DBS…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h44 int ExecuteRekey(const CipherPassword &passwd, const KvDBProperties &property);
H A Dlocal_database_oper.cpp37 return ExecuteRekey(passwd, localKvDb_->GetDbProperties()); in Rekey()
H A Dmulti_ver_database_oper.cpp43 return ExecuteRekey(passwd, multiVerNaturalStore_->GetDbProperties()); in Rekey()
H A Ddatabase_oper.cpp33 int DatabaseOper::ExecuteRekey(const CipherPassword &passwd, const KvDBProperties &property) in ExecuteRekey() function in DistributedDB::DatabaseOper
H A Dsingle_ver_database_oper.cpp62 return ExecuteRekey(passwd, singleVerNaturalStore_->GetDbProperties()); in Rekey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp224 auto succeed = ExecuteRekey(storeId, path, dbPassword, kvStore); in ReKey()
278 bool StoreFactory::ExecuteRekey(const std::string &storeId, const std::string &path, DBPassword &db… in ExecuteRekey() function in OHOS::DistributedKv::StoreFactory