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:INVALID_SOCKET
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/services/param/linux/
H
A
D
param_request.c
30
#define
INVALID_SOCKET
(-1)
macro
33
static int g_clientFd =
INVALID_SOCKET
;
65
if (g_clientFd !=
INVALID_SOCKET
) {
in ParameterDeinit()
67
g_clientFd =
INVALID_SOCKET
;
in ParameterDeinit()
135
PARAM_CHECK(clientFd >= 0, return
INVALID_SOCKET
, "Failed to create socket");
in GetClientSocket()
142
clientFd =
INVALID_SOCKET
;
in GetClientSocket()
190
if (g_clientFd ==
INVALID_SOCKET
) {
in SystemSetParameter_()
202
g_clientFd =
INVALID_SOCKET
;
in SystemSetParameter_()
328
if (g_clientFd !=
INVALID_SOCKET
) {
in ResetParamSecurityLabel()
330
g_clientFd =
INVALID_SOCKET
;
in ResetParamSecurityLabel()
[all...]
/base/startup/init/services/param/watcher/proxy/
H
A
D
watcher_manager.cpp
34
const static int32_t
INVALID_SOCKET
= -1;
member
298
serverFd_ =
INVALID_SOCKET
;
in RunLoop()
316
if (retry && serverFd_ !=
INVALID_SOCKET
) {
in GetServerFd()
318
serverFd_ =
INVALID_SOCKET
;
in GetServerFd()
320
if (serverFd_ !=
INVALID_SOCKET
) {
in GetServerFd()
333
serverFd_ =
INVALID_SOCKET
;
in GetServerFd()
367
serverFd_ =
INVALID_SOCKET
;
in StopLoop()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H
A
D
dsoftbus_adapter_impl.cpp
54
constexpr int32_t
INVALID_SOCKET
{ -1 };
269
return (iter != sessions_.end() && iter->second.socket_ !=
INVALID_SOCKET
);
in HasSessionExisted()
Completed in 4 milliseconds