Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 54) 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.ts150 key: string; property
D@ohos.data.storage.d.ts487 key: string; property
D@ohos.data.dataShare.d.ts220 key: string; property
385 key: string; property
D@ohos.net.mdns.d.ts553 key: string; property
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
Ddiff.ts58 for (const key of oldSDKApiLocations.keys()) { constant
81 for (const key of newSDKApiLocations.keys()) { constant
103 for (const key of clonedOldSDKApiMap.keys()) { constant
131 for (const key of clonedNewSDKApiMap.keys()) { constant
374 const key = JSON.stringify(apiInfo); constant
/interface/sdk-js/api/@internal/component/ets/
Dlazy_for_each.d.ts146 key?: string | Array<string> property
236 key?: string property
376 key?: string property
420 key?: ExchangeKey property
/interface/sdk-js/build-tools/dts_parser/test/expect/parserSince/
Dut_import_003.json6 "key": "DataAbilityHelper1", string
10 "key": "DataAbilityHelper2", string
Dut_import_004.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/build-tools/dts_parser/test/expect/parser/
Dut_export_005.json25 "key": "get", string
29 "key": "set", string
Dut_export_004.json25 "key": "getUserName", string
29 "key": "setName", string
Dut_import_003.json25 "key": "AsyncCallback", string
29 "key": "Callback", string
Dut_import_001.json25 "key": "AsyncCallback", string
29 "key": "Callback", string
Dut_import_005.json25 "key": "_ShortcutInfo", string
29 "key": "_ShortcutWant", string
Dut_module_001.json72 "key": "TouchObject", string
76 "key": "KeyEvent", string
80 "key": "MouseEvent", string
/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/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_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py230 def processing_special_node(cursor, data, key, gn_path): # 处理需要特殊处理的节点 argument
310 def parser_data_assignment(cursor, current_file, gn_path, comment=None, key=0): argument
342 def ast_to_dict(cursor, current_file, last_data, gn_path, comment=None, key=0): # 解析数据的整理 argument
/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