Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 58) sorted by relevance

123

/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/model/
DBaseContext.java62 public synchronized <T1, T2, T3> T3 addComponent(ComponentKey<T3> key, in addComponent()
80 public synchronized <T1, T2, T3> T3 addComponent(ComponentKey<T3> key, in addComponent()
102 …public synchronized <T1, T2> T2 addComponent(ComponentKey<T2> key, Function<T1, T2> supplier, T1 a… in addComponent()
117 public synchronized <T1, T2> T2 addComponent(ComponentKey<T2> key, in addComponent()
DComponentKey.java33 public ComponentKey(Class<T> key) { in ComponentKey()
/interface/sdk-js/api/
D@system.storage.d.ts38 key: string; property
99 key: string; property
198 key: string; property
D@system.cipher.d.ts88 key: string; property
175 key: string; property
D@ohos.app.form.formBindingData.d.ts156 key: string; property
D@ohos.data.storage.d.ts487 key: string; property
D@ohos.multimodalInput.inputConsumer.d.ts168 key: number; property
D@ohos.net.mdns.d.ts553 key: string; property
D@ohos.multimodalInput.keyEvent.d.ts192 key: Key; property
/interface/sdk-js/build-tools/dts_parser/test/expect/parserSince/
Dut_import_004.json6 "key": "DataAbilityHelper1", string
10 "key": "_DataAbilityHelper2", string
Dut_import_003.json6 "key": "DataAbilityHelper1", string
10 "key": "DataAbilityHelper2", string
Dut_import_002.json6 "key": "DataAbilityHelper", string
Dut_import_001.json6 "key": "_DataAbilityHelper", string
/interface/sdk-js/api/@internal/component/ets/
Dlazy_for_each.d.ts145 key?: string | Array<string> property
234 key?: string property
374 key?: string property
418 key?: ExchangeKey property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
Ddiff.ts68 for (const key of oldSDKApiLocations.keys()) { constant
91 for (const key of newSDKApiLocations.keys()) { constant
115 for (const key of clonedOldSDKApiMap.keys()) { constant
148 for (const key of clonedNewSDKApiMap.keys()) { constant
531 …const key: string = `${apiInfo.getDefinedText()}#${apiInfo.getJsDocText()}#${JSON.stringify(apiInf… constant
/interface/sdk-js/build-tools/dts_parser/test/expect/parser/
Dut_export_004.json28 "key": "getUserName", string
32 "key": "setName", string
Dut_export_005.json28 "key": "get", string
32 "key": "set", string
Dut_import_003.json28 "key": "AsyncCallback", string
32 "key": "Callback", string
Dut_import_005.json28 "key": "_ShortcutInfo", string
32 "key": "_ShortcutWant", string
Dut_import_001.json28 "key": "AsyncCallback", string
32 "key": "Callback", string
Dut_module_001.json119 "key": "TouchObject", string
123 "key": "KeyEvent", string
127 "key": "MouseEvent", string
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/
Dut_jsdoc_typedef_033.d.ts22 key: string; property
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/
Dut_jsdoc_typedef_033.d.ts22 key: string; property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dnaming_check.ts69 for (const [key, value] of lowercaseNamingMap) { constant
106 for (const [key, value] of lowercaseNamingScenarioMap) { constant
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
DConstString.java63 public static String get(@NotNull String key) { in get()

123