Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_connection_pool.cpp214 bool SqliteConnectionPool::IsOverLength(const std::vector<uint8_t> &newKey) in IsOverLength()
290 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
Drdb_store_impl.cpp1273 int RdbStoreImpl::Restore(const std::string backupPath, const std::vector<uint8_t> &newKey) in Restore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
Dnbdelegate_fuzzer.cpp135 auto newKey = entries[i].key; in FuzzSetInterceptorTest() local
155 kvNbDelegatePtr->UpdateKey([](const Key &origin, Key &newKey) { in TestCRUD()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dintercepted_data_impl.cpp106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dupgrade.cpp113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_nb_delegate_test.cpp2601 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b0f02()
2647 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b1002()
2668 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b1102()
2713 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b1202()
2717 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b1302()
2721 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon1f75f12b1402()
Ddistributeddb_interfaces_database_test.cpp1492 auto newKey = entries[i].key; in __anon37aeed360502() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.h271 Key newKey; member
Dsqlite_single_ver_storage_executor.cpp2238 Key newKey; in Translate() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp196 …er::HdiAccessUpgradeKey(const HksBlob &oldKey, const HksParamSet *paramSet, struct HksBlob &newKey) in HdiAccessUpgradeKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_transaction_record_test.cpp383 Key newKey = {87, 68, 78}; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1910 Key newKey; in __anon7f2dc5a01702() local
1972 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon7f2dc5a01802()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_utils.cpp828 static inline bool IsKeyNotSame(const string &newKey, const string &oldKey) in IsKeyNotSame()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp71 std::vector<uint8_t> newKey; member
/foundation/arkui/napi/test/unittest/
Dtest_napi.cpp417 napi_value newKey = nullptr; variable
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp73 std::vector<uint8_t> newKey; member