Home
last modified time | relevance | path

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

123

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_upgrade_key_accesser.c45 struct HksBlob *newKey) in HksDoUpgradeKeyAccess()
H A Dhks_upgrade_helper.c159 struct HksBlob newKey = { .size = 0, .data = NULL }; in HksChangeKeyOwner() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore_utils.cpp26 const std::string &newKey) in CopyAstcDataToKvStoreByType()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h103 std::vector<uint8_t> newKey; variable
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/
H A Dhksrename_fuzzer.cpp39 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 Dhks_ed25519_sign_verify_test.cpp133 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 Dhks_ecc_sign_verify_test_common.cpp95 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
H A Dhks_rsa_sign_verify_test_common.cpp71 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RsaSignVerifyTestNormalCase() local
243 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RSASignVerifyTestAbnormalCase() local
H A Dhks_rsa_sign_verify_part8_test.cpp412 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h215 Key newKey; member
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSceneTransitionLayoutImpl.kt123 val newKey = channel.tryReceive().getOrNull() ?: newKey regex
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_upgrade_key.c292 …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 Dhks_core_service_key_operate_one_stage.c439 …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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
/aosp14/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java77 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/aosp14/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java177 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaTimeoutListenerTest.kt191 val newKey = "NEWKEY" regex
211 val newKey = "NEWKEY" regex
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A 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()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java126 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp113 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 Ddistributeddb_interfaces_nb_delegate_test.cpp2674 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()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java280 final KeyDescriptor newKey = new KeyDescriptor(); in migrateLockSettingsKey() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A 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()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_service.cpp612 …shared_ptr<MediaLibraryKvStore> &yearKvStore, const std::string &oldKey, const std::string &newKey) in IsAstcChangeOldKeyToNewKeySuccess()
673 std::string newKey; in AstcChangeKeyFromDateAddedToDateTaken() local

123