| /napi_generator/hdc/gn-gen/ |
| D | main.js | 35 'type': { key: 't', args: 1, description: "", default: "cmake" }, property 37 key: 'f', args: 1, property 42 key: 'o', args: 1, description: "ohos product output relative path", property 45 …'ohos_project_path': { key: 'p', args: 1, description: "ohos project path ( /home/xxx/ohos_project… property 46 'cmake_args': { key: 'a', args: 1, description: "like: (-DABC,-DQWE)", default: "" }, property 47 'subsystem_name': { key: 's', args: 1, description: "subsystem", default: "test_subsystem" }, property 48 'part_name': { key: 'm', args: 1, description: "part", default: "test_part" }, property 49 …'porting_to': { key: 'd', args: 1, description: "porting to", default: "third_party/project_name" … property
|
| /napi_generator/src/gen/ |
| D | cmd_gen.js | 26 'filename': { key: 'f', args: 1, description: ".d.ts file", default: "" }, property 27 'directory': { key: 'd', args: 1, description: ".d.ts directory", default: "" }, property 28 …'imports': { key: 'i', args: 1, description: "enable or disable support imports self-define file",… property 29 'out': { key: 'o', args: 1, description: "output directory", default: "." }, property 30 'loglevel': { key: 'l', args: 1, description: "Log Level : 0~3", default: "1" }, property 32 …'numbertype':{key: 'n', args: 1, description: "optional elemtype: basic cpp elemtype", default: "u… property
|
| /napi_generator/hdc/service-gen/src/gen/ |
| D | main.js | 24 'filename': { key: 'f', args: 1, description: ".d.ts file", default: "" }, property 25 'directory': { key: 'd', args: 1, description: ".d.ts directory", default: "" }, property 26 'out': { key: 'o', args: 1, description: "output directory", default: "." }, property 27 'loglevel': { key: 'l', args: 1, description: "Log Level: 0~3", default: "1" }, property 28 …'serviceId': { key: 's', args: 1, description: "service register id: 9000~16777214", default: "900… property
|
| /napi_generator/test/storytest/test_[]/ |
| D | @ohos.test.d.ts | 24 key: number[]; property
|
| D | test.js | 55 [{ key: [11,12],value: ['aa','bb'],isExit: [true,true]}, property 56 { key: [13,14],value: ['cc','dd'],isExit: [false,false]}]); property
|
| /napi_generator/test/storytest/test_array/ |
| D | @ohos.test.d.ts | 24 key: Array<number>; property
|
| D | test.js | 182 [{ 'key': [15, 18], 'value': ['aa', 'bb'], 'isExit': [true, true] }, property 183 { 'key': [15, 18], 'value': ['aa', 'bb'], 'isExit': [true, true] }]); property
|
| /napi_generator/hdc/API-Scan/ |
| D | scan.js | 21 'directory': { key: 'd', args: 1, description: "scan directory" }, property 22 'output': { key: 'o', args: 1, description: "output directory", default: "." }, property
|