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:verType
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_data_defs.h
144
int32_t
verType
;
member
193
int32_t
verType
;
member
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_data_parcel.h
164
int32_t
verType
= 0;
member
H
A
D
telephony_types.h
226
int32_t
verType
= 0;
member
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H
A
D
sendsmsmoremode_fuzzer.cpp
160
int32_t
verType
= static_cast<int32_t>(*data + offset);
in DeactivatePdpContext()
local
174
dataProfile.
verType
=
verType
;
in DeactivatePdpContext()
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_data.c
727
pDataInfo.
verType
= data->
verType
;
in ReqActivatePdpContextWithApnTypes()
798
if ((pDataInfo->
verType
>= VERIFY_TYPE_MIN) && (pDataInfo->
verType
<= VERIFY_TYPE_MAX)) {
in SetDataProfileInfo()
799
ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^AUTHDATA=%d,%d,\"\",\"%s\",\"%s\"", cid, pDataInfo->
verType
,
in SetDataProfileInfo()
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_data.cpp
34
dataProfileInfo.authenticationType = dataProfile.
verType
;
in ChangeDPToHalDataProfile()
48
dataProfileInfoWithApnTypes.authenticationType = dataProfile.
verType
;
in ChangeDPToHalDataProfileWithApnTypes()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_data.cpp
152
dataInfo.
verType
= dataCallInfo.dataProfileInfo.authenticationType;
in ActivatePdpContext()
183
dataInfoWithApnTypes.
verType
= dataCallInfoWithApnTypes.dataProfileInfo.authenticationType;
in ActivatePdpContextWithApnTypes()
248
dataInfo.
verType
= dataProfileInfo.authenticationType;
in BuildDataInfo()
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
cellular_data_state_machine.cpp
121
activeDataParam.dataProfile.
verType
= apn->attr_.authType_;
in DoConnect()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H
A
D
tel_ril_test_util.cpp
1432
dataProfile.
verType
= AUTHTYPE_1;
in DataSetInitApnInfoTest()
1462
activateData.dataProfile.
verType
= AUTHTYPE_1;
in DataSetupDataCallTest()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
1787
dataProfile.
verType
= 0;
in SetRilAttachApn()
1800
dataProfile.
verType
= attachApn->attr_.authType_;
in SetRilAttachApn()
Completed in 18 milliseconds