Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/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.ts33 key: string; property
94 key: string; property
193 key: string; property
D@system.cipher.d.ts77 key: string; property
156 key: string; property
D@ohos.app.form.formBindingData.d.ts82 key: string; property
D@ohos.data.storage.d.ts233 key: string; property
D@ohos.data.dataShare.d.ts175 key: string; property
319 key: string; property
D@ohos.net.mdns.d.ts290 key: string; property
D@ohos.multimodalInput.keyEvent.d.ts106 key: Key; property
D@ohos.data.distributedKVStore.d.ts218 key: string; property
D@ohos.data.distributedData.d.ts274 key: string; property
D@ohos.net.socket.d.ts2119 key?: string; property
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/
DUpdateCheckService.java96 …public synchronized <T1> T1 addComponent(ComponentKey<T1> key, Function<? super Project, T1> suppl… in addComponent()
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts250 const key = `${info.pos}:${info.end}`; constant