| /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/hdc/service-gen/src/tools/ |
| D | NapiLog.js | 84 function print(...args) { 91 function recordLog(lev, ...args) { 106 NapiLog.logError = function (...args) { 111 NapiLog.logDebug = function (...args) { 115 NapiLog.logInfo = function (...args) {
|
| D | tool.js | 23 function print(...args) { 30 String.prototype.format = function (...args) { 41 String.prototype.replaceAll = function (...args) {
|
| D | re.js | 66 function pathJoin(...args) {
|
| /napi_generator/src/gen/tools/ |
| D | NapiLog.js | 84 function print(...args) { 91 function recordLog(lev, ...args) { 106 NapiLog.logError = function (...args) { 111 NapiLog.logDebug = function (...args) { 115 NapiLog.logInfo = function (...args) {
|
| D | tool.js | 24 function print(...args) { 31 String.prototype.format = function (...args) { 42 String.prototype.replaceAll = function (...args) {
|
| D | re.js | 66 function pathJoin(...args) {
|
| /napi_generator/napi_vs_plugin/src/gen/tools/ |
| D | VsPluginLog.js | 49 function recordLog(lev, ...args) { 60 VsPluginLog.logError = function (...args) { 64 VsPluginLog.logDebug = function (...args) { 68 VsPluginLog.logInfo = function (...args) {
|
| /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/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
|
| /napi_generator/hdc/gn-gen/src/ |
| D | tool.js | 139 String.prototype.format = function (...args) {
|