/napi_generator/test/unittest/ |
D | generate.test.js | 54 element: [{ name: "STATUS0", value: "0", type: "NUMBER_TYPE_1" }], property 103 let valueFi = { name: 'v1', type: 'string' }; property 104 let value1Se = { name: 'cb', type: 'AsyncCallback<string>' }; property 105 let funParam = { name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' } property 111 function: [{ name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' }], property 123 let valueFi = { name: 'v1', type: 'string' }; property 124 let funParam = { name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }; property 130 function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }], property 141 let valueFi = { name: 'v1', type: 'string' }; property 142 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
|
D | analyze.test.js | 113 element: [{ name: "STATUS0", value: "0", type: "string" }], property 140 let v = { name: 'v1', type: 'string' }; 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 | 48 … result.push({ "name": re.getReg(v, matchs.regs[1]), "type": type , "optional": optionalFlag}) property
|
D | class.js | 49 type: valueType property
|
D | function.js | 51 type: valueType property 171 values.push({name: "promise", optional: false, type: paramType}) property 184 type: funcType, property
|
D | interface.js | 74 type: valueType property
|
/napi_generator/src/gen/tools/ |
D | common.js | 45 FuncType.ToString = function (type) { argument 101 function getArrayType(type) { argument 136 function getArrayTypeTwo(type) { argument 155 function isEnum(type, data) { argument 169 function enumIndex(type, data) { argument 183 function getMapType(type) { argument 226 function getUnionType(type) { argument
|
/napi_generator/src/gen/generate/ |
D | return_generate.js | 40 function cToJsForInterface(value, type, dest, deep) { argument 62 function cToJs(value, type, dest, deep = 1) { argument 113 function unionTempleteFunc(value, type, dest){ argument 140 function checkArrayParamType(type) { argument 180 function mapTempleteFunc(type, deep, dest, value) { argument 427 function isObjectType(type) { argument 479 function generateType(type){ argument 499 function isMapType(type) { argument
|
D | interface.js | 47 function getHDefineOfVariable(name, type, variable) { argument 115 function unionTypeString(name, type, variable) { argument 120 function mapTypeString(type, name) { argument 153 function anyTypeString (type, name) { argument
|
D | param_generate.js | 35 function jsToC(dest, napiVn, type, enumType = 0) { argument 76 function unionTempleteFunc(dest, napiVn, type) { argument 104 function jsToCEnum(type, dest, napiVn) { argument 114 function getArrayTypeTemplete(type) { argument 146 function arrTemplete(dest, napiVn, type) { argument 197 function numTempleteFunc(enumType, napiVn, type, dest) { argument 333 function paramGenerateAny(p, name, type, param) { argument 341 function paramGenerateAnyArray(p, name, type, param) { argument 406 function mapTempleteFunc(dest, napiVn, type) { argument 679 type: regType, property [all …]
|
D | function_direct.js | 89 let returnInfo = {type: func.ret, optional: false} property
|
D | class.js | 45 function generateVariable(name, type, variable, className) { argument
|
/napi_generator/test/storytest/test_enum_interface/ |
D | @ohos.test.d.ts | 24 type: WindowType; property
|
/napi_generator/napi_IntelliJ_plugin/src/com/sk/utils/ |
D | GenNotification.java | 57 NotificationType type) { in notifyMessage() 73 NotificationType type, in notifyMessage()
|
/napi_generator/napi_vs_plugin/ |
D | package.json | 19 "type": "git", string
|
/napi_generator/ |
D | package.json | 22 "type": "git", string
|
/napi_generator/hdc/gn-gen/ |
D | main.js | 35 'type': { key: 't', args: 1, description: "", default: "cmake" }, property
|
/napi_generator/hdc/gn-gen/src/ |
D | tool.js | 114 static setTarget(type) {//设置生成目标 argument
|
/napi_generator/hdc/API-Scan/ |
D | scan.js | 149 type: 'binary' property
|
/napi_generator/src/tsGen/ |
D | tsMain.js | 116 "type": "" property
|