Home
last modified time | relevance | path

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

12

/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
Drelational_store_impl_rdbstore.h103 std::vector<uint8_t> newKey; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
Dnbdelegate_fuzzer.cpp136 auto newKey = entries[i].key; in FuzzSetInterceptorTest() local
151 Key newKey; in FuzzSetInterceptorTest() local
170 kvNbDelegatePtr->UpdateKey([](const Key &origin, Key &newKey) { in TestCRUD()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.h215 Key newKey; member
Dsqlite_single_ver_storage_executor.cpp2199 Key newKey; in Translate() local
/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/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
Dmock_app_provision_info.h223 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
228 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dupgrade.cpp113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
Dkvdb_general_store.cpp711 auto newKey = GetNewKey(oriKey, sourceID); in SetDBPushDataInterceptor() local
749 auto newKey = GetNewKey(oriKey, encyptedUuid); in SetDBReceiveDataInterceptor() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_nb_delegate_test.cpp2674 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c0f02()
2720 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c1002()
2741 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c1102()
2786 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c1202()
2790 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c1302()
2794 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon9ab1c90c1402()
Ddistributeddb_interfaces_database_test.cpp1494 auto newKey = entries[i].key; in __anon5a41e8b70502() local
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h218 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
223 const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) in ChangeDbFileForRestore()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_service.cpp623 …shared_ptr<MediaLibraryKvStore> &yearKvStore, const std::string &oldKey, const std::string &newKey) in IsAstcChangeOldKeyToNewKeySuccess()
684 std::string newKey; in AstcChangeKeyFromDateAddedToDateTaken() local
Dthumbnail_utils.cpp1103 static inline bool IsKeyNotSame(const string &newKey, const string &oldKey) in IsKeyNotSame()
2028 std::string newKey; in UpdateAstcDateTakenFromKvStore() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_context.h55 std::vector<uint8_t> newKey; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1913 Key newKey; in __anon61e499a11702() local
1960 Key newKey; in __anon61e499a11802() local
2007 Key newKey = {'2'}; in __anon61e499a11902() local
2078 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon61e499a11a02()
/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/frameworks/native/rdb/src/
Dsqlite_connection.cpp561 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in ReSetKey() local
590 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in SetEncrypt() local
Dconnection_pool.cpp364 const std::vector<uint8_t> &newKey, SlaveStatus &slaveStatus) in ChangeDbFileForRestore()
Drdb_store.cpp426 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
Drdb_store_impl.cpp2116 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp279 …er::HdiAccessUpgradeKey(const HksBlob &oldKey, const HksParamSet *paramSet, struct HksBlob &newKey) in HdiAccessUpgradeKey()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp522 const std::vector<uint8_t> newKey; variable
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
Dgif_encoder.cpp658 uint32_t newKey = (((uint32_t)curChar) << BITS_IN_BYTE) + Pixel; in LZWEncode() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.cpp924 Key newKey = DBCommon::GetPrefixTableName(tableName.second); in UpdateKvData() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp71 std::vector<uint8_t> newKey; member

12