Home
last modified time | relevance | path

Searched defs:encryptKey (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcrypto_manager_test.cpp94 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable
108 auto encryptKey = CryptoManager::GetInstance().Encrypt({ }); variable
121 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_config.cpp29const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMod… in RdbStoreConfig()
337 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey()
Drdb_store.cpp336 int RdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()
343 …ttach(const std::string &alias, const std::string &pathName, const std::vector<uint8_t> encryptKey) in Attach()
Drdb_store_impl.cpp1410 int RdbStoreImpl::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_rdbstore.cpp3999 …diaLibraryRdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()