Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 7 of 7) sorted by relevance

/interface/sdk-js/api/
D@system.network.d.ts50 static getType(options?: { method in Network
D@ohos.security.cert.d.ts856 getType(): string; method
/interface/sdk-js/api/ability/
DdataAbilityHelper.d.ts98 getType(uri: string, callback: AsyncCallback<string>): void; method
109 getType(uri: string): Promise<string>; method
/interface/sdk-js/api/tag/
Dnfctech.d.ts582 getType(): tag.MifareClassicType; method
698 getType(): tag.MifareUltralightType; method
/interface/sdk-js/api/@internal/ets/
Dlifecycle.d.ts579 getType?(uri: string, callback: AsyncCallback<string>): void; method
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts784 private static getType(node: ts.Node): string { method in AstNodeHelper
/interface/sdk-js/build-tools/api_diff/src/
Dcollect_api.js201 function getType(node) { function