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
defs:socketfd
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/toolchain/test/fuzztest/connectserverrunserversocketfd1_fuzzer/
H
A
D
connectserverrunserversocketfd1_fuzzer.cpp
37
int
socketfd
= 1; // 1 : set socketfd_
in ConnectServerRunServerSocketfd1FuzzTest()
local
/arkcompiler/toolchain/inspector/
H
A
D
connect_server.cpp
27
ConnectServer::ConnectServer(int
socketfd
, std::function<void(std::string&&)> onMessage)
in ConnectServer()
argument
H
A
D
inspector.cpp
351
bool StartDebugForSocketpair(int tid, int
socketfd
)
in StartDebugForSocketpair()
argument
H
A
D
connect_inspector.cpp
177
bool StartServerForSocketPair(int
socketfd
)
in StartServerForSocketPair()
argument
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_uevent_handle.c
57
int
socketfd
= socket(AF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT);
in DdkUeventOpen()
local
165
int
socketfd
= -1;
DdkUeventMain()
local
[all...]
/arkcompiler/toolchain/websocket/server/
H
A
D
websocket_server.cpp
321
bool WebSocketServer::InitUnixWebSocket(int
socketfd
)
in InitUnixWebSocket()
argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
clat_utils.cpp
422
int
socketfd
= socket(AF_INET, SOCK_DGRAM, 0);
in SetTunInterfaceAddress()
local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_second_tests.cpp
1836
int
socketfd
= 0;
in HWTEST_F_L0()
local
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
4632
bool JSNApi::StartDebuggerForSocketPair([[maybe_unused]] int tid, [[maybe_unused]] int
socketfd
)
in StartDebuggerForSocketPair()
argument
4635
LOG_ECMA(INFO) << "JSNApi::StartDebuggerForSocketPair, tid = " << tid << ",
socketfd
= " <<
socketfd
;
in StartDebuggerForSocketPair()
local
Completed in 20 milliseconds