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:NSTACKX_Parameter
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H
A
D
nstackx.h
229
}
NSTACKX_Parameter
;
typedef
306
DFINDER_EXPORT int32_t NSTACKX_Init(const
NSTACKX_Parameter
*parameter);
313
DFINDER_EXPORT int32_t NSTACKX_InitV2(const
NSTACKX_Parameter
*parameter, bool isNotifyPerDevice);
437
DFINDER_EXPORT int32_t NSTACKX_InitRestart(const
NSTACKX_Parameter
*parameter);
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H
A
D
nstackx_test.c
73
NSTACKX_Parameter
g_nstackxParam = {
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
71
static
NSTACKX_Parameter
g_parameter;
383
static int32_t NstackxInitEx(const
NSTACKX_Parameter
*parameter, bool isNotifyPerDevice)
in NstackxInitEx()
422
(void)memcpy_s(&g_parameter, sizeof(g_parameter), parameter, sizeof(
NSTACKX_Parameter
));
in NstackxInitEx()
438
int32_t NSTACKX_Init(const
NSTACKX_Parameter
*parameter)
in NSTACKX_Init()
443
int32_t NSTACKX_InitV2(const
NSTACKX_Parameter
*parameter, bool isNotifyPerDevice)
in NSTACKX_InitV2()
1719
int32_t NSTACKX_InitRestart(const
NSTACKX_Parameter
*parameter)
in NSTACKX_InitRestart()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
196
static
NSTACKX_Parameter
g_nstackxCallBack = {
Completed in 6 milliseconds