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:dnses
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
132
props.
dnses
= static_cast<CNetAddress *>(malloc(sizeof(CNetAddress) * props.dnsSize));
in SetConnectionProp()
133
if (props.
dnses
== nullptr) {
in SetConnectionProp()
138
props.
dnses
[i] =
in SetConnectionProp()
193
.
dnses
= nullptr,
in NetConnectionPropertiesChange()
H
A
D
net_connection_ffi.cpp
210
ret.
dnses
= static_cast<CNetAddress *>(malloc(sizeof(CNetAddress) * ret.dnsSize));
in SetDns()
211
if (ret.
dnses
== nullptr) {
in SetDns()
217
ret.
dnses
[i] =
in SetDns()
230
free(ret.
dnses
);
in SetRoute()
263
ret.
dnses
= nullptr;
in CJ_GetConnectionProperties()
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H
A
D
common.h
72
CNetAddress *
dnses
;
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H
A
D
self_cure_state_machine.h
270
void resetDnses(std::vector<std::string>&
dnses
);
H
A
D
self_cure_state_machine.cpp
1695
void SelfCureStateMachine::InternetSelfCureState::resetDnses(std::vector<std::string>&
dnses
)
in resetDnses()
argument
1697
if ((!
dnses
[0].empty()) || (!
dnses
[1].empty())) {
in resetDnses()
1698
UpdateDnsServers(
dnses
);
in resetDnses()
1700
//if the original dns address is empty, set two
dnses
address to empty.
in resetDnses()
Completed in 8 milliseconds