Lines Matching defs:from
26 // 1. 打印from, to, enum sayType的值
31 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType)
34 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHello from=%{public}s", from.c_str());
40 info1.from = "js";
51 info2.from = "native";
72 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType)
75 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHi from=%{public}s", from.c_str());
96 // 1.打印值:from, to 以及枚举enum SayType的值
98 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType)
101 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse from=%{public}s", from.c_str());