Home
last modified time | relevance | path

Searched defs:args (Results 1 – 12 of 12) sorted by relevance

/napi_generator/hdc/gn-gen/
Dmain.js35 '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/
DNapiLog.js84 function print(...args) {
91 function recordLog(lev, ...args) {
106 NapiLog.logError = function (...args) {
111 NapiLog.logDebug = function (...args) {
115 NapiLog.logInfo = function (...args) {
Dtool.js23 function print(...args) {
30 String.prototype.format = function (...args) {
41 String.prototype.replaceAll = function (...args) {
Dre.js66 function pathJoin(...args) {
/napi_generator/src/gen/tools/
DNapiLog.js84 function print(...args) {
91 function recordLog(lev, ...args) {
106 NapiLog.logError = function (...args) {
111 NapiLog.logDebug = function (...args) {
115 NapiLog.logInfo = function (...args) {
Dtool.js24 function print(...args) {
31 String.prototype.format = function (...args) {
42 String.prototype.replaceAll = function (...args) {
Dre.js66 function pathJoin(...args) {
/napi_generator/napi_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) {
60 VsPluginLog.logError = function (...args) {
64 VsPluginLog.logDebug = function (...args) {
68 VsPluginLog.logInfo = function (...args) {
/napi_generator/src/gen/
Dcmd_gen.js26 '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/
Dmain.js24 '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/
Dscan.js21 '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/
Dtool.js139 String.prototype.format = function (...args) {