Searched defs:newKey (Results 1 – 8 of 8) sorted by relevance
172 bool SqliteConnectionPool::IsOverLength(const std::vector<uint8_t> &newKey) in IsOverLength()183 int SqliteConnectionPool::ChangeEncryptKey(const std::vector<uint8_t> &newKey) in ChangeEncryptKey()283 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
88 void SqliteConfig::UpdateEncryptKey(const std::vector<uint8_t> &newKey) in UpdateEncryptKey()
531 int RdbStoreImpl::ChangeEncryptKey(const std::vector<uint8_t> &newKey) in ChangeEncryptKey()652 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
544 int SqliteConnection::ChangeEncryptKey(const std::vector<uint8_t> &newKey) in ChangeEncryptKey()
106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
383 Key newKey = {87, 68, 78}; variable
1422 auto newKey = entries[i].key; in __anon4f6934920502() local
64 std::vector<uint8_t> newKey; member in OHOS::RdbJsKit::RdbStoreContext