Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 25 of 37) 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/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmedialibrary_kvstore_utils_test.cpp43 std::string newKey = "def"; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_nb_delegate_extend_test.cpp553 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238950b02()
599 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238950c02()
620 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238950d02()
665 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238950e02()
669 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238950f02()
673 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon230238951002()
Ddistributeddb_interfaces_database_test.cpp1494 auto newKey = entries[i].key; in __anon9e191d990502() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
Dnbdelegate_fuzzer.cpp139 auto newKey = entries[i].key; in FuzzSetInterceptorTest() local
154 Key newKey; in FuzzSetInterceptorTest() local
173 kvNbDelegatePtr->UpdateKey([](const Key &origin, Key &newKey) { in TestCRUD()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
Drelational_store_impl_rdbstore.h168 std::vector<uint8_t> newKey; variable
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/huks_master_test/
Dhuks_master_test.cpp213 HuksBlob newKey; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.h227 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/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drd_connection.cpp144 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in InnerOpen() local
239 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in ResetKey() local
Dsqlite_connection.cpp737 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in ResetKey() local
809 std::vector<uint8_t> newKey = config.GetNewEncryptKey(); in SetEncrypt() local
/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()
Dmock_rdb.h211 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
216 const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) in ChangeDbFileForRestore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dupgrade.cpp111 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
Dkvdb_general_store.cpp744 auto newKey = GetNewKey(oriKey, sourceID); in SetDBPushDataInterceptor() local
781 auto newKey = GetNewKey(oriKey, encyptedUuid); in SetDBReceiveDataInterceptor() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/crypto_test/
Dcrypto_test.cpp224 HuksBlob newKey; variable
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h211 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
216 const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) in ChangeDbFileForRestore()
/foundation/multimodalinput/input/service/monitor/src/
Devent_pre_monitor_handler.cpp175 for (const auto &newKey : newKeys) { in IsEqualsKeys() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_context.h51 std::vector<uint8_t> newKey; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1993 Key newKey; in __anon762f6f831702() local
2040 Key newKey; in __anon762f6f831802() local
2087 Key newKey = {'2'}; in __anon762f6f831902() local
2158 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon762f6f831a02()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/mockservice/
Drdb_store_impl_test.cpp1602 std::vector<uint8_t> newKey; variable
1618 std::vector<uint8_t> newKey; variable
1634 std::vector<uint8_t> newKey; variable
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_service.cpp782 …shared_ptr<MediaLibraryKvStore> &yearKvStore, const std::string &oldKey, const std::string &newKey) in IsAstcChangeOldKeyToNewKeySuccess()
843 std::string newKey; in AstcChangeKeyFromDateAddedToDateTaken() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
Dphoto_file_operation.cpp124 string newKey; in HandleThumbnailAstcData() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_transaction_record_test.cpp383 Key newKey = {87, 68, 78}; variable
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp291 …::HdiAccessUpgradeKey(const HuksBlob &oldKey, const HksParamSet *paramSet, struct HuksBlob &newKey) in HdiAccessUpgradeKey()

12