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:AUTH_PORT
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H
A
D
nstackx_test.c
34
#define
AUTH_PORT
45576
macro
213
int32_t authPort =
AUTH_PORT
;
in TestRegisterServiceData()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
link_info.cpp
38
{ LinkInfoKey::
AUTH_PORT
, Serializable::ValueType::INT },
274
Set(LinkInfoKey::
AUTH_PORT
, port);
in SetAuthPort()
279
return Get(LinkInfoKey::
AUTH_PORT
, 0);
in GetAuthPort()
H
A
D
link_info.h
42
AUTH_PORT
= 14,
member in OHOS::SoftBus::LinkInfoKey
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_session_json.c
66
#define
AUTH_PORT
"
AUTH_PORT
"
macro
1724
!JSON_AddInt32ToObject(json,
AUTH_PORT
, LnnGetAuthPort(info)) ||
in PackWiFi()
1773
(void)JSON_GetInt32FromOject(json,
AUTH_PORT
, &info->connectInfo.authPort);
in UnpackWiFi()
Completed in 5 milliseconds