Home
last modified time | relevance | path

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

12

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedialibrary_kvstore_utils.cpp26 const std::string &newKey) in CopyAstcDataToKvStoreByType()
/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
/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.cpp720 auto newKey = GetNewKey(oriKey, sourceID); in SetDBPushDataInterceptor() local
758 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 __anon2f22d86d0f02()
2720 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon2f22d86d1002()
2741 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon2f22d86d1102()
2786 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon2f22d86d1202()
2790 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon2f22d86d1302()
2794 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon2f22d86d1402()
Ddistributeddb_interfaces_database_test.cpp1494 auto newKey = entries[i].key; in __anon11c94bb80502() local
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h219 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
224 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.cpp612 …shared_ptr<MediaLibraryKvStore> &yearKvStore, const std::string &oldKey, const std::string &newKey) in IsAstcChangeOldKeyToNewKeySuccess()
673 std::string newKey; in AstcChangeKeyFromDateAddedToDateTaken() local
Dthumbnail_utils.cpp1221 static inline bool IsKeyNotSame(const string &newKey, const string &oldKey) in IsKeyNotSame()
2183 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/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
Dphoto_file_operation.cpp123 string newKey; in HandleThumbnailAstcData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1990 Key newKey; in __anon847795221702() local
2037 Key newKey; in __anon847795221802() local
2084 Key newKey = {'2'}; in __anon847795221902() local
2155 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon847795221a02()
/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.cpp585 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in ReSetKey() local
614 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in SetEncrypt() local
Dconnection_pool.cpp376 const std::vector<uint8_t> &newKey, SlaveStatus &slaveStatus) in ChangeDbFileForRestore()
Drdb_store.cpp427 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
Drdb_store_impl.cpp2178 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp522 const std::vector<uint8_t> newKey; variable
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp299 …er::HdiAccessUpgradeKey(const HksBlob &oldKey, const HksParamSet *paramSet, struct HksBlob &newKey) in HdiAccessUpgradeKey()
/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

12