/napi_generator/napi_IntelliJ_plugin/docs/napi/ |
D | ENSEMBLE_ZH.md | 58 3.1 调用sayHello普通函数,该函数业务实现会调用注册的object回调 61 ns.sayHello("js1", "native1", napitest.SayType.kInitiative); 67 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello from=js1 68 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello to=native1 69 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello sayType=0 108 注销回调后再次调用sayHello方法,js层将无法再打印出回调数据 111 ns.sayHello("js2", "native2", napitest.SayType.kInitiative); 181 // 调用工具模块napitest中的sayHello方法后保留addXXX注册的回调方法数据 215 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello from=js1 216 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello to=native1 [all …]
|
/napi_generator/docs/guide/ |
D | INTEGRATION_TESTING_ZH.md | 83 3.1 调用sayHello普通函数,该函数业务实现会调用注册的object回调 86 ns.sayHello("js1", "native1", napitest.SayType.kInitiative); 92 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:37] NAPITEST_LOGI sayHello from = js1 93 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:38] NAPITEST_LOGI sayHello to = native1 94 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:39] NAPITEST_LOGI sayHello sayType = 0 133 注销回调后再次调用sayHello方法,js层将无法再打印出回调数据 136 ns.sayHello("js2", "native2", napitest.SayType.kInitiative); 193 // 调用sayHello方法后保留addXXX注册的回调方法数据 252 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:37] NAPITEST_LOGI sayHello from = js1 253 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:38] NAPITEST_LOGI sayHello to = native1 [all …]
|
D | ENSEMBLE_METHOD_4.0CFGCODE.md | 91 在sayHello方法中增加注册的object回调方法的调用:
|
D | ENSEMBLE_METHOD_3.1VERSION.md | 133 在sayHello方法中增加注册的object回调方法的调用: 290 在sayHello方法中增加注册的object回调方法的调用:
|
D | ENSEMBLE_METHOD_ZH.md | 214 在sayHello方法中增加注册的object回调方法的调用:
|
/napi_generator/examples/pluginCase/serviceCode/ |
D | NodeISayHello.h | 25 void sayHello(std::string& from, std::string& to, uint32_t& sayType);
|
D | NodeISayHello.cpp | 31 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() function in napitest::NodeISayHello
|
/napi_generator/examples/serviceCode/ |
D | NodeISayHello.h | 25 void sayHello(std::string& from, std::string& to, uint32_t& sayType);
|
D | NodeISayHello.cpp | 28 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() function in napitest::NodeISayHello
|
/napi_generator/examples/ts/ |
D | @ohos.napitest.d.ts | 35 sayHello(from: string, to: string, sayType: SayType);
|
/napi_generator/test/storytest/test_on/ |
D | test.js | 300 nis.sayHello("js", "native", testObj.SayType.kInitiative); 308 nis.sayHello("js", "native", testObj.SayType.kInitiative);
|
D | @ohos.test.d.ts | 110 sayHello(from: string, to: string, sayType: SayType);
|
/napi_generator/examples/ |
D | Index.ets | 69 ns.sayHello("js1", "native1", napitest.SayType.kInitiative); 90 ns.sayHello("js2", "native2", napitest.SayType.kInitiative);
|
D | napitest.cpp | 55 bool NodeISayHello::sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType) in sayHello() function in napitest::napitest_interface::NodeISayHello
|
/napi_generator/examples/pluginCase/ |
D | Index.ets | 71 ns.sayHello("js1", "native1", napitest.SayType.kInitiative); 92 ns.sayHello("js2", "native2", napitest.SayType.kInitiative);
|
/napi_generator/napi_IntelliJ_plugin/ |
D | README_zh.md | 78 bool sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType);
|
/napi_generator/ |
D | README_zh.md | 97 bool sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType);
|