Home
last modified time | relevance | path

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

12

/napi_generator/src/cli/cmake2gn/src/
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: '' }, property
/napi_generator/src/cli/dts2cpp/src/gen/
Dcmd_gen.js25 'filename': { key: 'f', args: 1, description: '.d.ts file', default: '' }, property
26 'directory': { key: 'd', args: 1, description: '.d.ts directory', default: '' }, property
27 …'imports': { key: 'i', args: 1, description: 'enable or disable support imports self-define file',… property
28 'out': { key: 'o', args: 1, description: 'output directory', default: '.' }, property
29 'loglevel': { key: 'l', args: 1, description: 'Log Level : 0~3', default: '1' }, property
31 …'numbertype':{key: 'n', args: 1, description: 'optional elemtype: basic cpp elemtype', default: 'u… property
32 …'tsGen':{key: 't', args: 1, description: 'enable or disable generate typescript file', default: fa… property
39 'serviceCode': {key: 's', args: 1, description: 'configure the service code', default: ''} property
/napi_generator/src/cli/h2dts/src/tsGen/
Dcmd_gen.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 …'tsGen':{key: 't', args: 1, description: 'enable or disable generate typescript file', default: fa… property
51 function print(...args) {
/napi_generator/src/cli/h2sa/src/tools/
Dnapi_log.js84 function print(...args) {
91 function recordLog(lev, ...args) {
108 NapiLog.logError = function (...args) {
113 NapiLog.logDebug = function (...args) {
117 NapiLog.logInfo = function (...args) {
Dtool.js23 function print(...args) {
30 String.prototype.format = function (...args) {
43 String.prototype.replaceAll = function (...args) {
/napi_generator/src/cli/dts2ets/appCodeGen/src/tools/
DNapiLog.js97 function print(...args) {
104 function recordLog(lev, ...args) {
121 NapiLog.logError = function (...args) {
126 NapiLog.logDebug = function (...args) {
130 NapiLog.logInfo = function (...args) {
Dtool.js30 function print(...args) {
37 String.prototype.format = function (...args) {
50 String.prototype.replaceAll = function (...args) {
/napi_generator/src/cli/h2dtscpp/src/src/tools/
DNapiLog.js97 function print(...args) {
104 function recordLog(lev, ...args) {
121 NapiLog.logError = function (...args) {
126 NapiLog.logDebug = function (...args) {
130 NapiLog.logInfo = function (...args) {
/napi_generator/src/cli/dts2cpp/src/gen/tools/
DNapiLog.js97 function print(...args) {
104 function recordLog(lev, ...args) {
121 NapiLog.logError = function (...args) {
126 NapiLog.logDebug = function (...args) {
130 NapiLog.logInfo = function (...args) {
Dtool.js30 function print(...args) {
37 String.prototype.format = function (...args) {
50 String.prototype.replaceAll = function (...args) {
/napi_generator/src/cli/h2dts/src/tsGen/tools/
DNapiLog.js99 function print(...args) {
106 function recordLog(lev, ...args) {
123 NapiLog.logError = function (...args) {
128 NapiLog.logDebug = function (...args) {
132 NapiLog.logInfo = function (...args) {
/napi_generator/src/tool/api/api_scan_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) {
62 VsPluginLog.logError = function (...args) {
66 VsPluginLog.logDebug = function (...args) {
70 VsPluginLog.logInfo = function (...args) {
/napi_generator/src/cli/dts2ets/appCodeGen/src/
Dapp_code_gen.js26 'filename': { key: 'f', args: 1, description: '.d.ts file', default: '@ohos.napitest.d.ts' }, property
27 'out': { key: 'o', args: 1, description: 'output directory', default: '.' }, property
28 'loglevel': { key: 'l', args: 1, description: 'Log Level : 0~3', default: '1' }, property
37 …'functionsCfg': { key: 'c', args: 1, description: 'configured file including the functions for tes… property
/napi_generator/src/cli/h2sa/src/gen/
Dmain.js27 'filename': { key: 'f', args: 1, description: '.h file', default: '' }, property
28 'out': { key: 'o', args: 1, description: 'output directory', default: '.' }, property
29 'loglevel': { key: 'l', args: 1, description: 'Log Level: 0~3', default: '1' }, property
30 …'serviceId': { key: 's', args: 1, description: 'service register id: 9000~16777214', default: '190… property
31 'versionTag': { key: 'v', args: 1, description: 'version tag: 4.1 / 3.2', default: '3.2' } property
/napi_generator/src/cli/h2hdf/src/
Dmain.js22 'drivername': { key: 'n', args: 1, description: 'driver name', default: 'hello' }, property
24 'version': { key: 'v', args: 1, description: 'source version', default: '4.1' }, property
26 'out': { key: 'o', args: 1, description: 'output directory', default: '' }, property
/napi_generator/src/vscode_plugin/.vscode/
Dlaunch.json14 "args": [ array
27 "args": [ array
39 "args": [ array
/napi_generator/src/cli/h2dtscpp/src/src/
Dmain.js22 'filename': { key: 'f', args: 1, description: '.h file', default: '' }, property
24 'out': { key: 'o', args: 1, description: 'out path', default: '' }, property
/napi_generator/examples/napitutorials/entry/src/main/cpp/
Dinit.cpp32 napi_value args[2] = {nullptr}; in Add() local
58 napi_value args[1] = {nullptr}; in getTestCase() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsobjectwrap/
Dnapiwrap.cpp89 napi_value args[PARAM1]; in New() local
101 napi_value args[PARAM1]; in New() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsabstractops/
Dnapitypeof.cpp28 napi_value args[PARAM1] = {nullptr}; in testNapiTypeof() local
Dnapicoercetonumber.cpp27 napi_value args[1] = {nullptr}; in testNapiCoerceToNumber() local
Dnapicoercetobool.cpp27 napi_value args[1] = {nullptr}; in testNapiCoerceToBool() local
Dnapicoercetoobject.cpp27 napi_value args[1] = {nullptr}; in testNapiCoerceToObject() local
Dnapicoercetostring.cpp27 napi_value args[1] = {nullptr}; in testNapiCoerceToString() local
/napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/cjsoncase/
Dcjsongetarraysizecase.cpp39 napi_value args[PARAMS1] = {nullptr}; in KH373_cJSON_GetArraySize() local

12