Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.h208 Key newKey; member
Dsqlite_single_ver_storage_executor.cpp2221 Key newKey; in Translate() local
/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/relational_store/frameworks/native/rdb/src/
Dsqlite_connection_pool.cpp279 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
Drdb_store_impl.cpp1413 int RdbStoreImpl::Restore(const std::string backupPath, const std::vector<uint8_t> &newKey) in Restore()
/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.cpp2602 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd0f02()
2648 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd1002()
2669 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd1102()
2714 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd1202()
2718 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd1302()
2722 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonaab4a2cd1402()
Ddistributeddb_interfaces_database_test.cpp1492 auto newKey = entries[i].key; in __anone7c832180502() 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/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp505 const std::vector<uint8_t> newKey; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1910 Key newKey; in __anon7242ab821702() local
1972 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon7242ab821802()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.cpp895 Key newKey = DBCommon::GetPrefixTableName(tableName.second); in UpdateKvData() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_utils.cpp1007 static inline bool IsKeyNotSame(const string &newKey, const string &oldKey) in IsKeyNotSame()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/src/
Dnapi_rdb_store.cpp53 std::vector<uint8_t> newKey; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp71 std::vector<uint8_t> newKey; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp64 std::vector<uint8_t> newKey; member
/foundation/arkui/napi/test/unittest/
Dtest_napi.cpp545 napi_value newKey = nullptr; variable