Home
last modified time | relevance | path

Searched refs:histreaming (Results 1 - 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c74 * @param struct LinkService* ar: histreaming LinkServer structural morphology
93 * @param struct LinkService* ar: histreaming LinkServer structural morphology
193 osThreadAttr_t histreaming = {0}; in HistreamingDemo() local
194 histreaming.stack_size = HISTREAMING_DEMO_TASK_STAK_SIZE; in HistreamingDemo()
195 histreaming.priority = HISTREAMING_DEMO_TASK_PRIORITY; in HistreamingDemo()
196 histreaming.name = (hi_char*)"histreaming_demo"; in HistreamingDemo()
197 if (osThreadNew((osThreadFunc_t)HistreamingOpen, NULL, &histreaming) == NULL) { in HistreamingDemo()
198 printf("Failed to create histreaming task\r\n"); in HistreamingDemo()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_histreaming.c25 #include <histreaming.h>
119 /* histreaming traffic light function control */
239 hi_task_attr histreaming = {0}; in HistreamingDemo() local
240 histreaming.stack_size = HISTREAMING_DEMO_TASK_STAK_SIZE; in HistreamingDemo()
241 histreaming.task_prio = HISTREAMING_DEMO_TASK_PRIORITY; in HistreamingDemo()
242 histreaming.task_name = "histreaming_demo"; in HistreamingDemo()
243 ret = hi_task_create(&g_histreamingDemoTaskId, &histreaming, HistreamingOpen, HI_NULL); in HistreamingDemo()
245 printf("Failed to create histreaming demo task!\n"); in HistreamingDemo()

Completed in 2 milliseconds