Searched refs:ExecuteRekey (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_factory.h | 51 …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 D | database_oper.h | 44 int ExecuteRekey(const CipherPassword &passwd, const KvDBProperties &property);
|
H A D | local_database_oper.cpp | 37 return ExecuteRekey(passwd, localKvDb_->GetDbProperties()); in Rekey()
|
H A D | multi_ver_database_oper.cpp | 43 return ExecuteRekey(passwd, multiVerNaturalStore_->GetDbProperties()); in Rekey()
|
H A D | database_oper.cpp | 33 int DatabaseOper::ExecuteRekey(const CipherPassword &passwd, const KvDBProperties &property) in ExecuteRekey() function in DistributedDB::DatabaseOper
|
H A D | single_ver_database_oper.cpp | 62 return ExecuteRekey(passwd, singleVerNaturalStore_->GetDbProperties()); in Rekey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 224 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
|