Home
last modified time | relevance | path

Searched refs:sayType (Results 1 - 5 of 5) sorted by relevance

/napi_generator/examples/pluginCase/serviceCode/
H A DNodeISayHello.h25 void sayHello(std::string& from, std::string& to, uint32_t& sayType);
26 void sayHi(std::string& from, std::string& to, uint32_t& sayType);
27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
H A DNodeISayHello.cpp26 // 1. 打印from, to, enum sayType的值
31 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument
36 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHello sayType=%{public}d", sayType); in sayHello()
72 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument
77 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHi sayType=%{public}d", sayType); in sayHi()
98 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() argument
103 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse sayType=%{public}d", sayType); in sayHelloWithResponse()
[all...]
/napi_generator/examples/serviceCode/
H A DNodeISayHello.h25 void sayHello(std::string& from, std::string& to, uint32_t& sayType);
26 void sayHi(std::string& from, std::string& to, uint32_t& sayType);
27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
H A DNodeISayHello.cpp23 // 1. 打印from, to, enum sayType的值
28 void NodeISayHello::sayHello(std::string& from, std::string& to, uint32_t& sayType) in sayHello() argument
33 NAPITEST_LOGI("NAPITEST_LOGI sayHello sayType = %d\r\n", sayType); in sayHello()
69 void NodeISayHello::sayHi(std::string& from, std::string& to, uint32_t& sayType) in sayHi() argument
74 NAPITEST_LOGI("NAPITEST_LOGI sayHi sayType = %d\r\n", sayType); in sayHi()
95 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() argument
100 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse sayType = %d\r\n", sayType); in sayHelloWithResponse()
[all...]
/napi_generator/examples/
H A Dnapitest.cpp55 bool NodeISayHello::sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType) in sayHello() argument
59 NAPITEST_LOGI("NAPITEST_LOGI sayHello sayType = %d\r\n", sayType); in sayHello()
87 bool NodeISayHello::sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType) in sayHi() argument
91 NAPITEST_LOGI("NAPITEST_LOGI sayHi sayType = %d\r\n", sayType); in sayHi()
99 bool NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayType, in sayHelloWithResponse() argument
104 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse sayType = %d\r\n", sayType); in sayHelloWithResponse()

Completed in 2 milliseconds