Searched defs:from (Results 1 – 3 of 3) sorted by relevance
| /napi_generator/examples/serviceCode/ |
| D | NodeISayHello.cpp | 28 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() 69 void NodeISayHello::SayHi(std::string& from, std::string& to, uint32_t& sayType) in SayHi() 95 void NodeISayHello::SayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in SayHelloWithResponse()
|
| /napi_generator/examples/pluginCase/serviceCode/ |
| D | NodeISayHello.cpp | 31 void NodeISayHello::SayHello(std::string& from, std::string& to, uint32_t& sayType) in SayHello() 72 void NodeISayHello::SayHi(std::string& from, std::string& to, uint32_t& sayType) in SayHi() 98 void NodeISayHello::SayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in SayHelloWithResponse()
|
| /napi_generator/examples/ |
| D | napitest.cpp | 55 bool NodeISayHello::sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType) in sayHello() 87 bool NodeISayHello::sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType) in sayHi() 99 bool NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayTyp… in sayHelloWithResponse()
|