/napi_generator/examples/ |
H A D | napitest.cpp | 9 * Unless required by applicable law or agreed to in writing, software 55 bool NodeISayHello::sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType) in sayHello() argument 58 NAPITEST_LOGI("NAPITEST_LOGI sayHello to = %s\r\n", to.c_str()); in sayHello() 66 info1.to = "native1"; in sayHello() 76 info2.to = "js"; in sayHello() 87 bool NodeISayHello::sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType) in sayHi() argument 90 NAPITEST_LOGI("NAPITEST_LOGI sayHi to = %s\r\n", to.c_str()); in sayHi() 99 bool NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_1 argument [all...] |
/napi_generator/examples/pluginCase/serviceCode/ |
H A D | NodeISayHello.cpp | 9 * Unless required by applicable law or agreed to in writing, software 26 // 1. 打印from, to, enum sayType的值 31 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument 35 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHello to=%{public}s", to.c_str()); in sayHello() 45 info1.to = "native"; in sayHello() 56 info2.to = "js"; in sayHello() 72 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument 76 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHi to=%{public}s", to in sayHi() 98 sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) sayHelloWithResponse() argument [all...] |
H A D | NodeISayHello.h | 9 * Unless required by applicable law or agreed to in writing, software 25 void sayHello(std::string& from, std::string& to, uint32_t& sayType); 26 void sayHi(std::string& from, std::string& to, uint32_t& sayType); 27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
|
/napi_generator/examples/serviceCode/ |
H A D | NodeISayHello.cpp | 9 * Unless required by applicable law or agreed to in writing, software 23 // 1. 打印from, to, enum sayType的值 28 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument 32 NAPITEST_LOGI("NAPITEST_LOGI sayHello to = %s\r\n", to.c_str()); in sayHello() 42 info1.to = "native1"; in sayHello() 53 info2.to = "js"; in sayHello() 69 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument 73 NAPITEST_LOGI("NAPITEST_LOGI sayHi to = %s\r\n", to in sayHi() 95 sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) sayHelloWithResponse() argument [all...] |
H A D | NodeISayHello.h | 9 * Unless required by applicable law or agreed to in writing, software 25 void sayHello(std::string& from, std::string& to, uint32_t& sayType); 26 void sayHi(std::string& from, std::string& to, uint32_t& sayType); 27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
|
/napi_generator/examples/napitutorials/ |
H A D | hvigorw.bat | 9 * Unless required by applicable law or agreed to in writing, software 31 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 49 echo Please set the NODE_HOME variable in your environment to match the 62 echo Please set the NODE_HOME variable in your environment to match the
|
/napi_generator/src/cli/dts2cpp/src/gen/tools/ |
H A D | FileRW.js | 9 * Unless required by applicable law or agreed to in writing, software 52 throw new Error(`Failed to encode: the 'stream' option is unsupported.`);
|
/napi_generator/src/cli/dts2ets/appCodeGen/src/tools/ |
H A D | FileRW.js | 9 * Unless required by applicable law or agreed to in writing, software 52 throw new Error(`Failed to encode: the 'stream' option is unsupported.`);
|
/napi_generator/src/cli/h2dts/src/tsGen/tools/ |
H A D | FileRW.js | 9 * Unless required by applicable law or agreed to in writing, software 52 throw new Error(`Failed to encode: the 'stream' option is unsupported.`);
|
/napi_generator/src/cli/h2sa/src/tools/ |
H A D | file_rw.js | 9 * Unless required by applicable law or agreed to in writing, software 56 throw new Error(`Failed to encode: the 'stream' option is unsupported.`);
|
/napi_generator/src/cli/h2dtscpp/src/src/tools/ |
H A D | Tool.js | 9 * Unless required by applicable law or agreed to in writing, software 54 throw new Error(`Failed to encode: the 'streamBool' option is unsupported.`);
|
/napi_generator/src/cli/dts2cpp/src/gen/generate/ |
H A D | param_generate.js | 9 * Unless required by applicable law or agreed to in writing, software 111 NapiLog.logError(`do not support to generate jsToC %s,%s,%s` 468 NapiLog.logError('The current version do not support to this param to generate :', name, 1204 NapiLog.logError('function eventParamGenerate:The current version do not support to this param to generate :',
|