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:netConnection
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
H
A
D
netconnection.cpp
37
auto
netConnection
= new NetConnection(eventManager);
in MakeNetConnection()
local
42
void NetConnection::DeleteNetConnection(NetConnection *
netConnection
)
in DeleteNetConnection()
argument
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
28
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
in NetAvailable()
local
83
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
in NetCapabilitiesChange()
local
174
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
NetConnectionPropertiesChange()
local
207
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
NetLost()
local
227
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
NetUnavailable()
local
246
NetConnectionImpl *
netConnection
= NET_CONNECTIONS[this];
NetBlockStatusChange()
local
[all...]
H
A
D
net_connection_impl.cpp
28
NetConnectionImpl *
netConnection
= NetConnectionImpl::MakeNetConnection();
in NetConnectionProxy()
local
122
auto
netConnection
= new NetConnectionImpl();
in MakeNetConnection()
local
129
DeleteNetConnection(NetConnectionImpl *
netConnection
)
DeleteNetConnection()
argument
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H
A
D
net_conn_callback_observer.cpp
34
NetConnection *
netConnection
= NET_CONNECTIONS[this];
in NetAvailable()
local
69
NetConnection *
netConnection
= NET_CONNECTIONS[this];
in NetCapabilitiesChange()
local
105
NetConnection *
netConnection
= NET_CONNECTIONS[this];
NetConnectionPropertiesChange()
local
140
NetConnection *
netConnection
= NET_CONNECTIONS[this];
NetLost()
local
170
NetConnection *
netConnection
= NET_CONNECTIONS[this];
NetUnavailable()
local
202
NetConnection *
netConnection
= NET_CONNECTIONS[this];
NetBlockStatusChange()
local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H
A
D
connection_module.cpp
313
auto
netConnection
= static_cast<NetConnection *>(manager->GetData());
CreateNetConnection()
local
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H
A
D
socket_exec.cpp
236
auto
netConnection
= reinterpret_cast<TcpConnection *>(para);
in MakeTcpConnectionMessage()
local
Completed in 7 milliseconds