Searched defs:sayType (Results 1 - 3 of 3) sorted by relevance
/napi_generator/examples/pluginCase/serviceCode/ |
H A D | NodeISayHello.cpp | 31 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument 72 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument 98 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() argument [all...] |
/napi_generator/examples/serviceCode/ |
H A D | NodeISayHello.cpp | 28 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument 69 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument 95 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() argument [all...] |
/napi_generator/examples/ |
H A D | napitest.cpp | 55 bool NodeISayHello::sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType) in sayHello() argument 87 bool NodeISayHello::sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType) in sayHi() argument 99 bool NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayType, in sayHelloWithResponse() argument
|
Completed in 1 milliseconds