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:SocketAddr
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H
A
D
lnn_socket_mock.h
39
virtual int32_t ConnGetPeerSocketAddr(int32_t fd,
SocketAddr
*socketAddr) = 0;
57
MOCK_METHOD2(ConnGetPeerSocketAddr, int32_t (int32_t,
SocketAddr
*));
/foundation/communication/dsoftbus/core/connection/interface/
H
A
D
softbus_socket.h
55
}
SocketAddr
;
typedef
85
int32_t ConnGetPeerSocketAddr(int32_t fd,
SocketAddr
*socketAddr);
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H
A
D
lnn_socket_mock.cpp
88
int32_t ConnGetPeerSocketAddr(int32_t fd,
SocketAddr
*socketAddr)
in ConnGetPeerSocketAddr()
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H
A
D
softbus_conn_common_test.cpp
91
SocketAddr
g_socketAddr = {
599
SocketAddr
socketAddr;
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_socket.c
321
int32_t ConnGetPeerSocketAddr(int32_t fd,
SocketAddr
*socketAddr)
in ConnGetPeerSocketAddr()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_tcp_connection.c
555
SocketAddr
socket;
in SocketGetConnInfo()
H
A
D
auth_session_json.c
892
SocketAddr
socketAddr;
in UnpackWifiSinglePassInfo()
Completed in 7 milliseconds