/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
H A D | TestableDeviceConfigTest.java | 97 String newKey = "key2"; in setProperties() local 107 String newKey = "key2"; in getProperties_empty() local 130 String newKey = "key2"; in getProperties() local 169 String newKey = "key2"; in testListener_setProperties() local
|
/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()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairUtils.java | 137 AccountKey(byte[] newKey) { in AccountKey() 141 AccountKey(String newKey) { in AccountKey()
|
/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
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | NonDistinctMultitouchHelper.java | 85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local
|
H A D | KeyboardParams.java | 119 public void onAddKey(@Nonnull final Key newKey) { in onAddKey()
|
/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/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()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AuthenticatorDescription.java | 77 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/ |
H A D | TertiaryKeyStoreTest.java | 134 SecretKey newKey = generateAesKey(); in save_overwritesPreviousKey() local
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | SyncAdapterType.java | 177 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
H A D | SlicesIndexerTest.java | 77 String newKey = "newKey"; in testAlreadyIndexed_doesNotIndexAgain() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
H A D | AutofillPickerFragment.java | 145 final String newKey = newPref.getKey(); in onPreferenceTreeClick() local
|
/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()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityTransitionState.java | 126 int newKey = mExitTransitionCoordinatorsKey++; in addExitTransitionCoordinator() local
|