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:dnsSize
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H
A
D
common.h
68
int64_t
dnsSize
;
member
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
131
if (props.
dnsSize
> 0) {
in SetConnectionProp()
132
props.dnses = static_cast<CNetAddress *>(malloc(sizeof(CNetAddress) * props.
dnsSize
));
in SetConnectionProp()
189
.
dnsSize
= info->dnsList_.size(),
in NetConnectionPropertiesChange()
H
A
D
net_connection_ffi.cpp
209
if (ret.
dnsSize
> 0) {
in SetDns()
210
ret.dnses = static_cast<CNetAddress *>(malloc(sizeof(CNetAddress) * ret.
dnsSize
));
in SetDns()
266
ret.
dnsSize
= static_cast<int64_t>(linkInfo.dnsList_.size());
in CJ_GetConnectionProperties()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H
A
D
request_context.cpp
656
uint32_t
dnsSize
= 0;
in ParseDnsServers()
local
657
for (uint32_t i = 0; i < dnsLength &&
dnsSize
< DNS_SERVER_SIZE; i++) {
in ParseDnsServers()
667
dnsSize
++;
in ParseDnsServers()
669
if (
dnsSize
== 0 || dnsServers.data() == nullptr || dnsServers.empty()) {
in ParseDnsServers()
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_request_context.cpp
436
uint32_t
dnsSize
= 0;
in ParseDnsServers()
local
437
for (uint32_t i = 0; i < dns.size &&
dnsSize
< DNS_SERVER_SIZE; i++) {
in ParseDnsServers()
446
dnsSize
++;
in ParseDnsServers()
Completed in 9 milliseconds