Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/base/startup/init/test/unittest/syspara/
H A Dsyspara_unittest.cpp126 char key2[] = "rw.sys.version*%version"; variable
162 char key2[] = "rw.sys.version.version.version.version"; variable
203 char key2[] = "test.rw.product.type"; variable
246 char key2[] = "test.rw.sys.version.wait2"; variable
271 char key2[] = "test.rw.sys.version.version2"; variable
331 const std::string key2 = "test.uint.get"; variable
356 const std::string key2 = "test.string.get2"; variable
373 const std::string key2 = "test.bool.get.false"; variable
400 char key2[] = "persist.test.ro.sys.version"; variable
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DObjectCounterTest.java45 public String key2; field in ObjectCounterTest.TestKey
48 public TestKey(int key1, String key2, boolean key3) { in TestKey()
87 public String key2; field in ObjectCounterTest.TestKeyProto
91 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto()
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/storage/
H A DTertiaryKeysTableTest.java91 TertiaryKey key2 = generateTertiaryKey(alias2, PACKAGE_NAME); in addKey_havingSamePackageNameButDifferentAlias_doesNotReplaceOldKey() local
101 assertTertiaryKeysEqual(mTertiaryKeysTable.getKey(alias2, PACKAGE_NAME).get(), key2); in addKey_havingSamePackageNameButDifferentAlias_doesNotReplaceOldKey() local
133 TertiaryKey key2 = generateTertiaryKey(SECONDARY_ALIAS, package2); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local
145 assertTertiaryKeysEqual(keysByPackageName.get(package2), key2); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java171 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForTransitionMode() local
204 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForPsk() local
238 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForSae() local
273 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testHashForTransitionMode() local
377 ScanResultMatchInfo key2 = ScanResultMatchInfo in testSaeToPskDoesNotDowngrade() local
425 ScanResultMatchInfo key2 = ScanResultMatchInfo in testOweToOpenDoesNotDowngrade() local
458 ScanResultMatchInfo key2 = ScanResultMatchInfo in testWpa3EnterpriseToWpa2EnterpriseDoesNotDowngrade() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaSessionBasedFilterTest.kt290 val key2 = "KEY_2" regex
317 val key2 = "KEY_2" regex
384 val key2 = "KEY_2" regex
407 val key2 = "KEY_2" regex
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DKeyEventTest.java153 KeyEvent key2 = KeyEvent.CREATOR.createFromParcel(parcel); in testParcelUnparcel() local
162 KeyEvent key2 = new KeyEvent(key1); in testConstructor() local
171 private static void compareKeys(KeyEvent key1, KeyEvent key2) { in compareKeys()
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp168 char key2[] = "test2.param.version"; variable
187 char key2[] = ".test.param.name.xxxxx"; variable
291 string key2 = "ro.param.test"; variable
340 char key2[] = "test3.param.wait"; variable
373 char key2[] = "test.param.int2"; variable
457 char key2[] = "persist.test.param.int2"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_store_testcase.cpp97 Key key2 = key1; in SyncDatabaseOperate006() local
202 Key key2; in DataBaseCommonPutOperate() local
317 Key key2; in DataBaseCommonGetOperate() local
/aosp12/frameworks/base/keystore/tests/src/android/security/keystore2/
H A DAndroidKeyStoreSpiTest.java108 AndroidKeyStoreKey key2 = new AndroidKeyStoreKey(descriptor(), 2, new Authorization[0], in testKeystoreKeysAdhereToContractBetweenEqualsAndHashCode() local
136 AndroidKeyStorePublicKey key2 = makePrivateKeyObject("myCert2", "myChain1"); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutTest.java50 Key key2 = new Key("label2", 201, 103, "201", "201hint", 203, 204, 205, 206, 2100, 2101, in testNewKeyboardLayout() local
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
H A DNsdManagerTest.java178 int key2 = verifyRequest(NsdManager.RESOLVE_SERVICE); in doTestResolveService() local
196 int key2 = verifyRequest(NsdManager.RESOLVE_SERVICE); in doTestParallelResolveService() local
220 int key2 = verifyRequest(NsdManager.REGISTER_SERVICE); in doTestRegisterService() local
282 int key2 = verifyRequest(NsdManager.DISCOVER_SERVICES); in doTestDiscoverService() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_hisysevent_adapter_impl.cpp36 const ArkWebString value1, const ArkWebString key2, const ArkWebString value2) in Write()
49 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
65 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
82 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
104 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
128 const int64_t value1, const ArkWebString key2, const int value2, const ArkWebString key3, in Write()
142 …const int64_t value1, const ArkWebString key2, const int64_t value2, const ArkWebString key3, cons… in Write()
159 …const int64_t value1, const ArkWebString key2, const int64_t value2, const ArkWebString key3, cons… in Write()
203 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
230 …const ArkWebString value1, const ArkWebString key2, const ArkWebString value2, const ArkWebString … in Write()
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
H A DUdmfJsTest.js1324 'key2': 'value2', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2300.plainTextDetails
1357 'key2': 'value2', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2400.plainTextDetails
1422 'key2': 'value2', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2500.hyperLinkDetails
1487 'key2': 'value2', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2600.htmlDetails
1552 'key2': 'value2', property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2700.systemDefinedDetails
1629 'key2': data, property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2800.ObjectDetails1
1635 'key2': data, property in AnonymousFunction994d75ed0100.AnonymousFunction994d75ed2800.ObjectDetails2
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapSo/hapIncludeso1/entry/src/main/resources/base/profile/
H A Drouter_map.json14 "key2": "data2" string
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DV9_PreferencesPromiseJsunit.test.js436 "key2":222 property in AnonymousFunction1753fbd10100.AnonymousFunction1753fbd11900.obj2
516 "key2":"value2" property in AnonymousFunction1753fbd10100.AnonymousFunction1753fbd11b00.obj
582 "key2":"value2" property in AnonymousFunction1753fbd10100.AnonymousFunction1753fbd11d00.obj1
616 "key2":null property in AnonymousFunction1753fbd10100.AnonymousFunction1753fbd11e00.obj1
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_event_manager_test.cpp170 std::string key2 = "1"; variable
228 std::string key2 = "1"; variable
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/
H A DTertiaryKeyGeneratorTest.java69 SecretKey key2 = mTertiaryKeyGenerator.generate(); in generate_generatesNewKeys() local
/ohos5.0/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/netsys_bpf_stats_test/
H A Dnetsys_bpf_stats_test.cpp257 app_uid_if_stats_key key2 = {0}; variable
336 app_uid_if_stats_key key2 = {0}; variable
363 app_uid_sim_stats_key key2 = {0}; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_subscriber_managers_test.cpp128 DataShare::Key key2(DATA_SHARE_URI_TEST, 0, BUNDLE_NAME_TEST); variable
227 DataShare::PublishedDataKey key2(DATA_SHARE_URI_TEST, "ohos.error.demo", TEST_SUB_ID); variable
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DMaxDurationTracker_test.cpp49 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); variable
55 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() local
89 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() local
124 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() local
163 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp81 Key key2 = {'2'}; in PullSyncTest() local
699 Key key2 = {'2'}; variable
784 Key key2 = {'2'}; variable
919 Key key2 = {'2'}; variable
1380 Key key2 = {'2'}; variable
1447 Key key2 = {'2'}; variable
1521 Key key2 = {'2'}; variable
1594 Key key2 = {'2'}; variable
1663 Key key2 = {'2'}; variable
1722 Key key2 = {'3'}; variable
[all …]
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp374 Key key2 = {'2'}; variable
425 Key key2 = {'2'}; variable
487 Key key2 = {'2'}; variable
560 Key key2 = {'2'}; variable
632 Key key2 = {'2'}; variable
709 Key key2 = {'2'}; variable
859 Key key2; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Djson_util_test.cpp362 const char* key2 = &c; variable
428 const char* key2 = &c; variable
472 const char* key2 = &c; variable
626 const char* key2 = nullptr; variable
891 const char* key2 = nullptr; variable
1179 const char* key2 = &a; variable
/ohos5.0/base/telephony/call_manager/test/unittest/call_earthquake_alarm_test/src/
H A Dcall_earthquake_alarm_test.cpp152 std::string key2 = "testkey2222"; variable
265 std::string key2 = "testKeyWord2"; variable
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
H A DInitializeRecoverableSecondaryKeyTaskTest.java123 RecoverableKeyStoreSecondaryKey key2 = mTask.run(); in testRun_doesNotGenerateANewKeyIfOneIsAvailable() local

1234