Lines Matching defs:to
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)
35 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHello to=%{public}s", to.c_str());
45 info1.to = "native";
56 info2.to = "js";
72 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType)
76 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHi to=%{public}s", to.c_str());
96 // 1.打印值:from, to 以及枚举enum SayType的值
98 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType)
102 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse to=%{public}s", to.c_str());