/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_upgrade_key_accesser.c | 45 struct HksBlob *newKey) in HksDoUpgradeKeyAccess()
|
H A D | hks_upgrade_helper.c | 159 struct HksBlob newKey = { .size = 0, .data = NULL }; in HksChangeKeyOwner() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | medialibrary_kvstore_utils.cpp | 26 const std::string &newKey) in CopyAstcDataToKvStoreByType()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_rdbstore.h | 103 std::vector<uint8_t> newKey; variable
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/ |
H A D | hksrename_fuzzer.cpp | 39 struct HksBlob newKey = { sizeof(uint32_t), ReadData<uint8_t *>(data, size, sizeof(uint32_t)) }; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_ed25519_sign_verify_test.cpp | 133 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEd25519SignVerifyTestNormalCase() local 190 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; variable 256 char newKey[] = "ED25519_Sign_Verify_Import_KeyAlias"; variable
|
H A D | hks_ecc_sign_verify_test_common.cpp | 95 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
|
H A D | hks_rsa_sign_verify_test_common.cpp | 71 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RsaSignVerifyTestNormalCase() local 243 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RSASignVerifyTestAbnormalCase() local
|
H A D | hks_rsa_sign_verify_part8_test.cpp | 412 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 136 auto newKey = entries[i].key; in FuzzSetInterceptorTest() local 151 Key newKey; in FuzzSetInterceptorTest() local 170 kvNbDelegatePtr->UpdateKey([](const Key &origin, Key &newKey) { in TestCRUD()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 215 Key newKey; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | intercepted_data_impl.cpp | 106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_upgrade_key.c | 292 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey() 332 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey()
|
H A D | hks_core_service_key_operate_one_stage.c | 439 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksCoreUpgradeKey() 445 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksCoreUpgradeKey()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 223 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore() 228 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | upgrade.cpp | 113 auto dbStatus = kvStore->UpdateKey([uuid](const DBKey &originKey, DBKey &newKey) { in UpdateUuid()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2674 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527440f02() 2720 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441002() 2741 g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441102() 2786 DBStatus status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441202() 2790 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441302() 2794 status = g_kvNbDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anon195527441402()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 219 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()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_service.cpp | 612 …shared_ptr<MediaLibraryKvStore> &yearKvStore, const std::string &oldKey, const std::string &newKey) in IsAstcChangeOldKeyToNewKeySuccess() 673 std::string newKey; in AstcChangeKeyFromDateAddedToDateTaken() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_context.h | 55 std::vector<uint8_t> newKey; member
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/ |
H A D | huks_hdi_access.c | 373 struct HuksBlob *newKey) in HdiProxyUpgradeKey() 383 struct HksBlob *newKey)) in ENABLE_CFI()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/ |
H A D | photo_file_operation.cpp | 123 string newKey; in HandleThumbnailAstcData() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 1990 Key newKey; in __anonb4f3bed91702() local 2037 Key newKey; in __anonb4f3bed91802() local 2084 Key newKey = {'2'}; in __anonb4f3bed91902() local 2155 DBStatus status = g_kvDelegatePtr->UpdateKey([](const Key &originKey, Key &newKey) { in __anonb4f3bed91a02()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_access_control_rsa_sign_verify_test_common.cpp | 432 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in AcRsaSignVerifyTestNormalCase() local 520 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in AcRsaSignVerifyTestAbnormalCase() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/mock/idl/src/ |
H A D | huks_access_mock.c | 159 struct HksBlob *newKey)) in ENABLE_CFI()
|