Searched defs:serviceCode (Results 1 – 6 of 6) sorted by relevance
| /napi_generator/examples/ |
| D | cfg.json | 7 …"serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHello(from,… string 14 …"serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHi(from, to… string 21 "serviceCode": "out = napitest::funcTest(v);" string 28 …"serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHelloWithRe… string
|
| /napi_generator/examples/pluginCase/ |
| D | cfg.json | 7 …"serviceCode" : " napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHello(fro… string 13 …"serviceCode" : " napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHi(from, … string 19 "serviceCode" : "out = napitest::funcTest(v);" string 25 …"serviceCode" : "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHelloWithR… string
|
| /napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/utils/ |
| D | Data.java | 30 private String serviceCode; field in Data 43 String serviceCode) { in Data() 152 public void setServiceCode(String serviceCode) { in setServiceCode()
|
| /napi_generator/test/storytest/ |
| D | cfg.json | 6 "serviceCode": "out = codeTestFunc(v);", string 13 "serviceCode": "test(v);", string
|
| /napi_generator/src/cli/dts2cpp/src/gen/ |
| D | cmd_gen.js | 39 'serviceCode': {key: 's', args: 1, description: 'configure the service code', default: ''} property
|
| D | generate.js | 235 serviceCode: jsonCfg[i].serviceCode.replaceAll('\\n', '\n'), property
|