Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@system.network.d.ts50 static getType(options?: { method in Network
D@ohos.security.cert.d.ts1682 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.ts589 getType(): tag.MifareClassicType; method
705 getType(): tag.MifareUltralightType; method
/interface/sdk-js/api/@internal/ets/
Dlifecycle.d.ts608 getType?(uri: string, callback: AsyncCallback<string>): void; method
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DApiInfoDefination.ts430 getType(): string[] { method in PropertyInfo
490 getType(): string[] { method in TypeAliasInfo
609 getType(): string[] { method in ParamInfo
/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