Home
last modified time | relevance | path

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

/napi_generator/examples/pluginCase/serviceCode/
H A DNodeISayHello.h27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
H A DNodeISayHello.cpp98 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() function in napitest::NodeISayHello
101 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse from=%{public}s", from.c_str()); in sayHelloWithResponse()
102 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse to=%{public}s", to.c_str()); in sayHelloWithResponse()
103 OH_LOG_INFO(LOG_APP, "NAPITEST_LOGI sayHelloWithResponse sayType=%{public}d", sayType); in sayHelloWithResponse()
/napi_generator/examples/serviceCode/
H A DNodeISayHello.h27 void sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType);
H A DNodeISayHello.cpp95 void NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, uint32_t& sayType) in sayHelloWithResponse() function in napitest::NodeISayHello
98 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse from = %s\r\n", from.c_str()); in sayHelloWithResponse()
99 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse to = %s\r\n", to.c_str()); in sayHelloWithResponse()
100 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse sayType = %d\r\n", sayType); in sayHelloWithResponse()
/napi_generator/examples/
H A Dnapitest.cpp99 bool NodeISayHello::sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayType, in sayHelloWithResponse() function in napitest::napitest_interface::NodeISayHello
102 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse from = %s\r\n", from.c_str()); in sayHelloWithResponse()
103 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse to = %s\r\n", to.c_str()); in sayHelloWithResponse()
104 NAPITEST_LOGI("NAPITEST_LOGI sayHelloWithResponse sayType = %d\r\n", sayType); in sayHelloWithResponse()

Completed in 2 milliseconds