Home
last modified time | relevance | path

Searched refs:GetNewEncryptKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h190 std::vector<uint8_t> GetNewEncryptKey() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h513 std::vector<uint8_t> GetNewEncryptKey() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp377 std::vector<uint8_t> RdbStoreConfig::GetNewEncryptKey() const in GetNewEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp585 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in ReSetKey()
614 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in SetEncrypt()