Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:histreaming
(Results
1 - 2
of
2
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H
A
D
app_demo_histreaming.c
74
* @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
D
app_demo_histreaming.c
25
#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