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:OpenServerSocket
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H
A
D
softbus_conn_common_test.cpp
392
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
399
fd = tcp->
OpenServerSocket
(nullptr);
in HWTEST_F()
405
fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
504
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
511
fd = tcp->
OpenServerSocket
(nullptr);
in HWTEST_F()
517
fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H
A
D
tcp_manager_test.cpp
857
fd = tcp->
OpenServerSocket
(&option);
in HWTEST_F()
1312
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1338
EXPECT_TRUE(tcp->
OpenServerSocket
(&info) > 0);
in HWTEST_F()
1365
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1401
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1427
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1480
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1534
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1580
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
1586
* @tc.desc: Test ipv6
OpenServerSocket
an
[all...]
/foundation/communication/dsoftbus/core/connection/interface/
H
A
D
softbus_socket.h
61
int32_t (*
OpenServerSocket
)(const LocalListenerInfo *option);
member
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_socket.c
43
interface->
OpenServerSocket
== NULL || interface->AcceptClient == NULL) {
in RegistSocketProtocol()
H
A
D
softbus_tcp_socket.c
446
.
OpenServerSocket
= OpenTcpServerSocket,
in GetTcpProtocol()
H
A
D
softbus_base_listener.c
383
listenFd = socketIf->
OpenServerSocket
(info);
in StartServerListenUnsafe()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_test.cpp
2166
int32_t fd = tcp->
OpenServerSocket
(&info);
in HWTEST_F()
Completed in 15 milliseconds