Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DResultsInfo.ts73 setType(type: string): DeclareConstInfo { method in DeclareConstInfo
91 setType(type: string): PropertyInfo { method in PropertyInfo
121 setType(type: string): ConstantInfo { method in ConstantInfo
158 setType(type: string): TypeAliasInfo { method in TypeAliasInfo
213 setType(type: string | undefined): void { method in ParamInfo
DApiInfoDefination.ts846 setType(type: string[]): void { method in ParamInfo
/interface/sdk-js/build-tools/dts_parser/src/typedef/checker/
Dresult_type.ts321 setType(type: string): ApiResultSimpleInfo { method in ApiResultSimpleInfo
574 setType(defectType: string): ApiResultMessage { method in ApiResultMessage
/interface/sdk_c/web/webview/interfaces/native/
Darkweb_type.h419 void (*setType)(ArkWeb_WebMessagePtr webMessage, ArkWeb_WebMessageType type); member