Searched defs:SayHello (Results 1 – 5 of 5) sorted by relevance
21 napi_value SayHello(napi_env env, napi_callback_info info) in SayHello() function
16 export const SayHello: (a: string) => string; constant
28 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() function in napitest::NodeISayHello
31 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() function in napitest::NodeISayHello
22 std::string SayHello(std::string msg) in SayHello() function