Lines Matching defs:to
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)
32 NAPITEST_LOGI("NAPITEST_LOGI sayHello to = %s\r\n", to.c_str());
42 info1.to = "native1";
53 info2.to = "js";
69 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType)
73 NAPITEST_LOGI("NAPITEST_LOGI sayHi to = %s\r\n", to.c_str());
93 // 1.打印值:from, to 以及枚举enum SayType的值
95 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType)
99 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse to = %s\r\n", to.c_str());