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:dnsSec
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_data_parcel.h
89
std::string
dnsSec
= "";
member
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_data.cpp
257
dataCallResultInfo.
dnsSec
= dc.
dnsSec
;
in BuildDataCallResultList()
279
dataCallResult->
dnsSec
= iSetupDataCallResultInfo.
dnsSec
;
in BuildDataCallResultInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_data_defs.h
84
char *
dnsSec
;
member
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H
A
D
pdpcontextlistupdated_fuzzer.cpp
57
response.
dnsSec
= const_cast<char *>(NUMBER);
in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_data.cpp
110
result.
dnsSec
= (response->
dnsSec
== nullptr) ? "" : response->
dnsSec
;
in SwitchRilDataToHal()
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_callback_test.cpp
1341
cout << "[setupDataCallResultInfo] -->[
dnsSec
] : " << setupDataCallResultInfo.
dnsSec
<< endl;
in PdpContextListUpdated()
1377
cout << "[setupDataCallResultInfo] -->[
dnsSec
] : " << setupDataCallResultInfo.
dnsSec
<< endl;
in ActivatePdpContextResponse()
1408
cout << "[setupDataCallResultInfo] -->[
dnsSec
] : " << setupDataCallResultInfo.
dnsSec
<< endl;
in GetPdpContextListResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_callback_test.cpp
1514
"dns:%{public}s
dnsSec
:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s "
in PdpContextListUpdated()
1519
setupDataCallResultInfo.dns.c_str(), setupDataCallResultInfo.
dnsSec
.c_str(),
in PdpContextListUpdated()
1544
"dns:%{public}s
dnsSec
:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s "
in ActivatePdpContextResponse()
1549
setupDataCallResultInfo.dns.c_str(), setupDataCallResultInfo.
dnsSec
.c_str(),
in ActivatePdpContextResponse()
1576
"dns:%{public}s
dnsSec
:%{public}s gateway:%{public}s maxTransferUnit:%{public}d pCscfPrimAddr:%{public}s "
in GetPdpContextListResponse()
1581
setupDataCallResultInfo.dns.c_str(), setupDataCallResultInfo.
dnsSec
.c_str(),
in GetPdpContextListResponse()
H
A
D
zero_branch_test.cpp
525
pDataCall.
dnsSec
= const_cast<char *>(NUMBER);
in HWTEST_F()
1357
dataCallResponse.
dnsSec
= const_cast<char *>(NUMBER);
in HWTEST_F()
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
cellular_data_state_machine.cpp
326
std::vector<AddressInfo> dnsSecArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.
dnsSec
);
in UpdateNetworkInfo()
/base/telephony/cellular_data/test/
H
A
D
cellular_state_machine_test.cpp
1541
dataCallInfo.
dnsSec
= "";
in HWTEST_F()
1561
dataCallInfo.
dnsSec
= "192.168.1.1";
in HWTEST_F()
1579
dataCallInfo.
dnsSec
= "192.168.1.1";
in HWTEST_F()
Completed in 17 milliseconds