/napi_generator/test/unittest/ |
D | generate.test.js | 54 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 …]
|
D | tools.test.js | 109 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/ |
D | enum.js | 53 type: 'string' property 62 type: 'string' property 72 type: "NUMBER_TYPE_" + NumberIncrease.getAndIncrease() property 81 type: "NUMBER_TYPE_" + NumberIncrease.getAndIncrease() property
|
D | params.js | 52 … result.push({ "name": re.getReg(v, matchs.regs[1]), "type": type , "optional": optionalFlag}) property
|
D | class.js | 49 type: valueType property
|
D | type.js | 60 type: valueType property 99 type: 'string' property
|
D | function.js | 51 type: valueType property 179 values.push({name: "promise", optional: false, type: paramType}) property 192 type: funcType, property
|
D | interface.js | 81 type: valueType property
|
/napi_generator/src/gen/tools/ |
D | common.js | 45 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/ |
D | return_generate.js | 40 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
|
D | param_generate.js | 35 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 …]
|
D | interface.js | 45 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
|
D | type.js | 21 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
|
D | function_direct.js | 87 let returnInfo = {type: func.ret, optional: false} property
|
/napi_generator/test/storytest/test_enum_interface/ |
D | @ohos.test.d.ts | 24 type: WindowType; property
|
/napi_generator/hdc/api/api_scan_IntelliJ_plugin/src/com/kh/scan/utils/ |
D | GenNotification.java | 56 NotificationType type) { in notifyMessage() 82 String title, NotificationType type) { in notifyGenResult()
|
/napi_generator/hdc/gn/gn_IntelliJ_plugin/src/com/sk/gn/utils/ |
D | GenNotification.java | 53 NotificationType type) { in notifyMessage() 67 NotificationType type, boolean addAct) { in notifyMessage()
|
/napi_generator/napi_IntelliJ_plugin/src/com/sk/utils/ |
D | GenNotification.java | 57 NotificationType type) { in notifyMessage() 85 String title, NotificationType type) { in notifyGenResult()
|
/napi_generator/hdc/service/service_IntelliJ_plugin/src/com/sk/service/utils/ |
D | GenNotification.java | 53 NotificationType type) { in notifyMessage() 67 NotificationType type, boolean addAct) { in notifyMessage()
|
/napi_generator/hdc/ts/ts_IntelliJ_plugin/src/com/sk/ts/utils/ |
D | GenNotification.java | 57 NotificationType type) { in notifyMessage() 85 String title, NotificationType type) { in notifyGenResult()
|
/napi_generator/hdc/service/service_vs_plugin/ |
D | package.json | 19 "type": "git", string
|
/napi_generator/hdc/ts/ts_vs_plugin/ |
D | package.json | 19 "type": "git", string
|
/napi_generator/hdc/api/api_scan_vs_plugin/ |
D | package.json | 19 "type": "git", string
|
/napi_generator/napi_vs_plugin/ |
D | package.json | 19 "type": "git", string
|
/napi_generator/hdc/gn/gn_vs_plugin/ |
D | package.json | 19 "type": "git", string
|