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:LinkPlatform
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
H
A
D
link_platform.h
25
typedef struct
LinkPlatform
{
struct
26
int (*open)(struct
LinkPlatform
* linkP);
27
int (*close)(struct
LinkPlatform
* linkP);
28
int (*discover)(struct
LinkPlatform
* linkP, const char *type);
29
int (*setDebuglevel)(struct
LinkPlatform
* linkP, int level);
30
int (*addLinkService)(struct
LinkPlatform
* linkP, LinkService *service, int flag);
31
}
LinkPlatform
;
typedef
33
LinkPlatform
* LinkPlatformGet(void);
34
void LinkPlatformFree(
LinkPlatform
* linkP);
H
A
D
link_agent.h
35
struct LinkAgent *LinkAgentGet(struct
LinkPlatform
*p);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H
A
D
link_platform.h
25
typedef struct
LinkPlatform
{
struct
26
int (*open)(struct
LinkPlatform
* linkP);
27
int (*close)(struct
LinkPlatform
* linkP);
28
int (*discover)(struct
LinkPlatform
* linkP, const char *type);
29
int (*setDebuglevel)(struct
LinkPlatform
* linkP, int level);
30
int (*addLinkService)(struct
LinkPlatform
* linkP, LinkService *service, int flag);
31
}
LinkPlatform
;
typedef
33
LinkPlatform
* LinkPlatformGet(void);
34
void LinkPlatformFree(
LinkPlatform
* linkP);
H
A
D
link_agent.h
35
struct LinkAgent *LinkAgentGet(struct
LinkPlatform
*p);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H
A
D
histreaming_client_server.c
202
LinkPlatform
*link = 0;
in main()
Completed in 2 milliseconds