Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 63) sorted by relevance

123

/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
30 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
31 (void) host; \ in CLIENT_TEST_DEMO()
33 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
34 testFunc(host, port); \ in CLIENT_TEST_DEMO()
41 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
42 (void) host; \ in SERVER_TEST_DEMO()
/vendor/hihope/Hi3861/udpserver_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
26 NetDemoTest(port, host); in main()
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c23 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
25 NetDemoTest(port, host); in main()
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/
Dnet_demo.h20 void NetDemoTest(unsigned short port, const char* host);
32 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
33 (void) host; \ in CLIENT_TEST_DEMO()
35 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
36 testFunc(host, port); \ in CLIENT_TEST_DEMO()
43 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
44 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c26 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
28 NetDemoTest(port, host); in main()
/vendor/hihope/Hi3861/udpclient_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c23 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
25 NetDemoTest(port, host); in main()
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
26 NetDemoTest(port, host); in main()
/vendor/hihope/Hi3861/tcpserver_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
26 NetDemoTest(port, host); in main()
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
Dnet_demo.h19 void NetDemoTest(unsigned short port, const char* host);
31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
32 (void) host; \ in CLIENT_TEST_DEMO()
34 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
35 testFunc(host, port); \ in CLIENT_TEST_DEMO()
42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
43 (void) host; \ in SERVER_TEST_DEMO()
Ddemo_entry_posix.c24 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; in main() local
26 NetDemoTest(port, host); in main()
/vendor/hihope/Hi3861/tcpclient_demo/
Dnet_demo.h20 void NetDemoTest(unsigned short port, const char* host);
32 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO()
33 (void) host; \ in CLIENT_TEST_DEMO()
35 printf("I will connect to %s:%d\r\n", host, port); \ in CLIENT_TEST_DEMO()
36 testFunc(host, port); \ in CLIENT_TEST_DEMO()
43 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO()
44 (void) host; \ in SERVER_TEST_DEMO()
Dtcp_client_test.c27 void TcpClientTest(const char* host, unsigned short port) argument
35 … if (inet_pton(AF_INET, host, &serverAddr.sin_addr) <= 0) { // 将主机IP地址从“点分十进制”字符串 转化为 标准格式(32位整数)
47 printf("connect to server %s success!\r\n", host);
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/
Dlwip_tcp_client.c23 void TcpClientTest(const char* host, unsigned short port) in TcpClientTest() argument
30 … if (inet_pton(AF_INET, host, &serverAddr.sin_addr) <= 0) { // 将主机IP地址从“点分十进制”字符串 转化为 标准格式(32位整数) in TcpClientTest()
40 printf("connect to server %s success!\r\n", host); in TcpClientTest()
60 void NetDemoTest(unsigned short port, const char* host) in NetDemoTest() argument
62 (void) host; in NetDemoTest()
64 printf("I will connect to %s\r\n", host); in NetDemoTest()
65 TcpClientTest(host, port); in NetDemoTest()
Ddemo_entry_posix.c26 char* host = argc > 2 ? argv[2] : PARAM_SERVER_ADDR; /* 2,2 */ in main() local
28 NetDemoTest(port, host); in main()
/vendor/hisilicon/watchos/hdf_config/uhdf/
Ddevice_info.hcs4 template host {
19 platform :: host {
32 usb :: host {
45 usbfnMaster :: host {
85 power :: host {
114 wlan :: host {
126 audio :: host {
138 hdi_server :: host {
160 input_hal :: host {
173 display_gralloc :: host {
[all …]
/vendor/hihope/rk3568_mini_system/hdf_config/uhdf/
Ddevice_info.hcs4 template host {
22 platform :: host {
36 bluetooth :: host {
49 audio_bluetooth :: host {
63 usb :: host {
76 usbfnMaster :: host {
116 power :: host {
147 wlan :: host {
160 audio :: host {
197 hdi_server :: host {
[all …]
/vendor/hisilicon/hispark_phoenix/hdf_config/uhdf/
Ddevice_info.hcs4 template host {
22 platform :: host {
36 bluetooth :: host {
51 audio_bluetooth :: host {
67 usb :: host {
80 usbfnMaster :: host {
120 power :: host {
151 wlan :: host {
164 audio :: host {
177 hdi_server :: host {
[all …]
/vendor/hihope/rk3568/hdf_config/uhdf/
Ddevice_info.hcs4 template host {
23 platform :: host {
37 bluetooth :: host {
50 audio_bluetooth :: host {
63 usb :: host {
111 power :: host {
142 wlan :: host {
155 audio :: host {
200 hdi_server :: host {
221 input_hal :: host {
[all …]
/vendor/hisilicon/hispark_taurus_standard/hdf_config/uhdf/
Ddevice_info.hcs4 template host {
22 platform :: host {
36 usb :: host {
49 usbfnMaster :: host {
89 power :: host {
120 wlan :: host {
133 audio :: host {
178 hdi_server :: host {
201 input_hal :: host {
223 display_gralloc :: host {
[all …]

123