Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 40) sorted by relevance

12

/napi_generator/test/unittest/
Dgenerate.test.js54 element: [{ name: "STATUS0", value: "0", type: "NUMBER_TYPE_1" }], property
105 let valueFi = { name: 'v1', type: 'string' }; property
106 let value1Se = { name: 'cb', type: 'AsyncCallback<string>' }; property
107 let funParam = { name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' } property
113 function: [{ name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' }], property
125 let valueFi = { name: 'v1', type: 'string' }; property
126 let funParam = { name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }; property
132 function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }], property
143 let valueFi = { name: 'v1', type: 'string' }; property
144 let value1Se = { name: 'cb', type: 'Callback<string>' }; property
[all …]
Dtools.test.js109 let enumElement = [{name:"STATUS0",value:"0",type:"NUMBER_TYPE_1"}]; property
124 let enumElement = [{name:"STATUS0",value:"0",type:"NUMBER_TYPE_1"}]; property
/napi_generator/src/gen/analyze/
Denum.js53 type: 'string' property
62 type: 'string' property
72 type: "NUMBER_TYPE_" + NumberIncrease.getAndIncrease() property
81 type: "NUMBER_TYPE_" + NumberIncrease.getAndIncrease() property
Dparams.js52 … result.push({ "name": re.getReg(v, matchs.regs[1]), "type": type , "optional": optionalFlag}) property
Dclass.js49 type: valueType property
Dtype.js60 type: valueType property
99 type: 'string' property
Dfunction.js51 type: valueType property
179 values.push({name: "promise", optional: false, type: paramType}) property
192 type: funcType, property
Dinterface.js81 type: valueType property
/napi_generator/src/gen/tools/
Dcommon.js45 FuncType.ToString = function (type) { argument
129 function getArrayType(type) { argument
164 function getArrayTypeTwo(type) { argument
183 function isEnum(type, data) { argument
197 function enumIndex(type, data) { argument
211 function isType(type, data) { argument
225 function typeIndex(type, data) { argument
239 function getMapType(type) { argument
282 function getUnionType(type) { argument
/napi_generator/src/gen/generate/
Dreturn_generate.js40 function cToJsForType(value, type, dest, deep) { argument
66 function cToJsForInterface(value, type, dest, deep) { argument
89 function cToJs(value, type, dest, deep = 1) { argument
143 function unionTempleteFunc(value, type, dest){ argument
170 function checkArrayParamType(type) { argument
213 function mapTempleteFunc(type, deep, dest, value) { argument
458 function isObjectType(type) { argument
510 function generateType(type){ argument
533 function isMapType(type) { argument
575 function returnArrayGen(type, param, returnInfo, modifiers) { argument
Dparam_generate.js35 function jsToC(dest, napiVn, type, enumType = 0) { argument
78 function typeTempleteFunc(type, dest, napiVn) { argument
93 function unionTempleteFunc(dest, napiVn, type) { argument
121 function jsToCEnum(type, dest, napiVn) { argument
131 function getArrayTypeTemplete(type) { argument
163 function arrTemplete(dest, napiVn, type) { argument
210 function numTempleteFunc(enumType, napiVn, type, dest) { argument
346 function paramGenerateAny(p, name, type, param) { argument
354 function paramGenerateAnyArray(p, name, type, param) { argument
420 function mapTempleteFunc(dest, napiVn, type) { argument
[all …]
Dinterface.js45 function getHDefineOfVariable(name, type, variable) { argument
114 function unionTypeString(name, type, variable) { argument
119 function mapTypeString(type, name) { argument
152 function anyTypeString (type, name) { argument
Dtype.js21 function getHDefineOfType(data, name, type, variable) { argument
71 function getHDefineOfVariable(name, type, variable) { argument
117 function unionTypeString(name, type, variable) { argument
122 function mapTypeString(type, name) { argument
155 function anyTypeString (type, name) { argument
Dfunction_direct.js87 let returnInfo = {type: func.ret, optional: false} property
/napi_generator/test/storytest/test_enum_interface/
D@ohos.test.d.ts24 type: WindowType; property
/napi_generator/hdc/api/api_scan_IntelliJ_plugin/src/com/kh/scan/utils/
DGenNotification.java56 NotificationType type) { in notifyMessage()
82 String title, NotificationType type) { in notifyGenResult()
/napi_generator/hdc/gn/gn_IntelliJ_plugin/src/com/sk/gn/utils/
DGenNotification.java53 NotificationType type) { in notifyMessage()
67 NotificationType type, boolean addAct) { in notifyMessage()
/napi_generator/napi_IntelliJ_plugin/src/com/sk/utils/
DGenNotification.java57 NotificationType type) { in notifyMessage()
85 String title, NotificationType type) { in notifyGenResult()
/napi_generator/hdc/service/service_IntelliJ_plugin/src/com/sk/service/utils/
DGenNotification.java53 NotificationType type) { in notifyMessage()
67 NotificationType type, boolean addAct) { in notifyMessage()
/napi_generator/hdc/ts/ts_IntelliJ_plugin/src/com/sk/ts/utils/
DGenNotification.java57 NotificationType type) { in notifyMessage()
85 String title, NotificationType type) { in notifyGenResult()
/napi_generator/hdc/service/service_vs_plugin/
Dpackage.json19 "type": "git", string
/napi_generator/hdc/ts/ts_vs_plugin/
Dpackage.json19 "type": "git", string
/napi_generator/hdc/api/api_scan_vs_plugin/
Dpackage.json19 "type": "git", string
/napi_generator/napi_vs_plugin/
Dpackage.json19 "type": "git", string
/napi_generator/hdc/gn/gn_vs_plugin/
Dpackage.json19 "type": "git", string

12