/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host); 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_cmsis.c | 99 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host); 30 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 41 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_cmsis.c | 99 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/ |
H A D | net_demo.h | 20 void NetDemoTest(unsigned short port, const char* host); 32 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 43 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_posix.c | 28 NetDemoTest(port, host); in main()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host); 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_posix.c | 26 NetDemoTest(port, host); in main()
|
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host); 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_posix.c | 25 NetDemoTest(port, host); in main()
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host); 31 void NetDemoTest(unsigned short port, const char* host) { \ in CLIENT_TEST_DEMO() function 42 void NetDemoTest(unsigned short port, const char* host) { \ in SERVER_TEST_DEMO() function
|
H A D | demo_entry_posix.c | 26 NetDemoTest(port, host); in main()
|
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/ |
H A D | net_demo.h | 19 void NetDemoTest(unsigned short port, const char* host);
|
H A D | demo_entry_posix.c | 28 NetDemoTest(port, host); in main()
|
H A D | demo_entry_cmsis.c | 37 NetDemoTest(PARAM_SERVER_PORT, PARAM_SERVER_ADDR); in NetDemoTask()
|
H A D | lwip_tcp_client.c | 60 void NetDemoTest(unsigned short port, const char* host) in NetDemoTest() function
|
H A D | lwip_tcp_server.c | 88 void NetDemoTest(unsigned short port, const char* host) in NetDemoTest() function
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | coap_service.c | 122 void NetDemoTest(void) in NetDemoTest() function
|
H A D | coap_client.c | 155 void NetDemoTest(void) in NetDemoTest() function
|
H A D | iot_sta.c | 270 NetDemoTest(); in WifiStaReadyWait()
|