Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Dsqlite_connection_pool.cpp172 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()
Dsqlite_config.cpp88 void SqliteConfig::UpdateEncryptKey(const std::vector<uint8_t> &newKey) in UpdateEncryptKey()
Drdb_store_impl.cpp531 int RdbStoreImpl::ChangeEncryptKey(const std::vector<uint8_t> &newKey) in ChangeEncryptKey()
652 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
Dsqlite_connection.cpp544 int SqliteConnection::ChangeEncryptKey(const std::vector<uint8_t> &newKey) in ChangeEncryptKey()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/interfaces/src/
Dintercepted_data_impl.cpp106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_transaction_record_test.cpp383 Key newKey = {87, 68, 78}; variable
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_database_test.cpp1422 auto newKey = entries[i].key; in __anon4f6934920502() local
/foundation/distributeddatamgr/appdatamgr/frameworks/jskitsimpl/napi_rdb/src/
Dnapi_rdb_store.cpp64 std::vector<uint8_t> newKey; member in OHOS::RdbJsKit::RdbStoreContext