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:GetSockPort
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H
A
D
softbus_conn_common_test.cpp
395
int32_t port = tcp->
GetSockPort
(fd);
in HWTEST_F()
459
int32_t port = tcp->
GetSockPort
(invalidFd);
in HWTEST_F()
507
int32_t port = tcp->
GetSockPort
(fd);
in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H
A
D
softbus_socket.h
60
int32_t (*
GetSockPort
)(int32_t fd);
member
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_socket.c
42
if (interface == NULL || interface->
GetSockPort
== NULL || interface->OpenClientSocket == NULL ||
in RegistSocketProtocol()
318
return socketInterface->
GetSockPort
(fd);
in ConnGetLocalSocketPort()
H
A
D
softbus_tcp_socket.c
444
.
GetSockPort
= GetTcpSockPort,
in GetTcpProtocol()
H
A
D
softbus_base_listener.c
395
listenPort = socketIf->
GetSockPort
(listenFd);
in StartServerListenUnsafe()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H
A
D
file_adapter.c
155
int32_t socketPort = interface->
GetSockPort
(socketFd);
in CreateServerSocket()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H
A
D
tcp_manager_test.cpp
843
int32_t port = tcp->
GetSockPort
(fd);
in HWTEST_F()
860
port = tcp->
GetSockPort
(fd);
in HWTEST_F()
1428
EXPECT_TRUE(tcp->
GetSockPort
(fd) > 0);
in HWTEST_F()
1695
int32_t port = tcp->
GetSockPort
(fd);
in HWTEST_F()
1712
port = tcp->
GetSockPort
(fd);
in HWTEST_F()
Completed in 8 milliseconds