Home
last modified time | relevance | path

Searched defs:SayHello (Results 1 – 5 of 5) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsfunctions/
Dnapicreatefunction.cpp21 napi_value SayHello(napi_env env, napi_callback_info info) in SayHello() function
/napi_generator/examples/akitutorials/entry/src/main/cpp/types/libentry/
DIndex.d.ts16 export const SayHello: (a: string) => string; constant
/napi_generator/examples/serviceCode/
DNodeISayHello.cpp28 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() function in napitest::NodeISayHello
/napi_generator/examples/pluginCase/serviceCode/
DNodeISayHello.cpp31 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() function in napitest::NodeISayHello
/napi_generator/examples/akitutorials/entry/src/main/cpp/
Dnapi_init.cpp22 std::string SayHello(std::string msg) in SayHello() function