Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_encrypt_decrypt_test.cpp231 config.SetEncryptKey(key);
248 config.SetEncryptKey(wrongKey);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h88 int SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dsqlite_connection.h89 int SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp615 auto errCode = SetEncryptKey(key, config); in SetEncrypt()
621 errCode = SetEncryptKey(newKey, config); in SetEncrypt()
641 int SqliteConnection::SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config) in SetEncryptKey() function in OHOS::NativeRdb::SqliteConnection
1337 errCode = SetEncryptKey(key, config); in SetServiceKey()
H A Drdb_store_config.cpp341 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h186 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h496 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp83 config.SetEncryptKey(decryptKey); in GetConfig()