Home
last modified time | relevance | path

Searched refs:sayType (Results 1 – 11 of 11) sorted by relevance

/napi_generator/examples/serviceCode/
DNodeISayHello.cpp28 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()
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);
/napi_generator/examples/pluginCase/serviceCode/
DNodeISayHello.cpp31 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()
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);
/napi_generator/examples/ts/
D@ohos.napitest.d.ts35 sayHello(from: string, to: string, sayType: SayType);
37 sayHi(from: string, to: string, sayType: SayType);
40 …sayHelloWithResponse(from: string, to: string, sayType: SayType): Promise<{result: number, errMsg:…
/napi_generator/examples/
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 …ol 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()
/napi_generator/napi_IntelliJ_plugin/
DREADME_zh.md78 bool sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType);
79 bool sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType);
80 …bool sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayType, uint32_t& o…
/napi_generator/napi_IntelliJ_plugin/docs/napi/
DENSEMBLE_ZH.md69 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello sayType=0
91 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHi sayType=1
140 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHelloWithResponse sayType=1
217 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello sayType=0
231 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHello sayType=0
245 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHelloWithResponse sayType=1
255 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHi sayType=1
265 A03200/MY_TAG com.example.napitestdemo I NAPITEST_LOGI sayHi sayType=1
/napi_generator/
DREADME_zh.md97 bool sayHello(std::string& from, std::string& to, NUMBER_TYPE_9& sayType);
98 bool sayHi(std::string& from, std::string& to, NUMBER_TYPE_10& sayType);
99 …bool sayHelloWithResponse(std::string& from, std::string& to, NUMBER_TYPE_11& sayType, uint32_t& o…
/napi_generator/docs/guide/
DINTEGRATION_TESTING_ZH.md94 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:39] NAPITEST_LOGI sayHello sayType = 0
116 I C02e00/NAPITESTNAPILayer: sayHi:83 NAPITEST_LOGI sayHi sayType = 1
165 I C02e00/NAPITESTNAPILayer: sayHelloWithResponse:109 NAPITEST_LOGI sayHelloWithResponse sayType = 1
254 I C02e00/NAPITESTNAPILayer: [NodeISayHello.cpp:39] NAPITEST_LOGI sayHello sayType = 0
/napi_generator/test/storytest/test_on/
D@ohos.test.d.ts110 sayHello(from: string, to: string, sayType: SayType);