Home
last modified time | relevance | path

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

/interface/sdk-js/api/ability/
DdataAbilityHelper.d.ts103 getType(uri: string, callback: AsyncCallback<string>): void; method
114 getType(uri: string): Promise<string>; method
/interface/sdk-js/api/
D@system.network.d.ts50 static getType(options?: { method in Network
D@ohos.security.cert.d.ts2931 getType(): string; method
/interface/sdk-js/api/tag/
Dnfctech.d.ts1283 getType(): tag.MifareClassicType; method
1545 getType(): tag.MifareUltralightType; method
/interface/sdk-js/api/@internal/ets/
Dlifecycle.d.ts613 getType?(uri: string, callback: AsyncCallback<string>): void; method
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DApiInfoDefination.ts525 getType(): string[] { method in PropertyInfo
613 getType(): string[] { method in TypeAliasInfo
858 getType(): string[] { method in ParamInfo
/interface/sdk-js/build-tools/dts_parser/src/typedef/checker/
Dresult_type.ts326 getType(): string { method in ApiResultSimpleInfo
579 getType(): string { method in ApiResultMessage
/interface/sdk_c/web/webview/interfaces/native/
Darkweb_type.h426 ArkWeb_WebMessageType (*getType)(ArkWeb_WebMessagePtr webMessage); member
/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