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:TYPE_NUM
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
41
constexpr int32_t
TYPE_NUM
= 3;
member
74
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcard()
95
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardData()
106
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelation()
119
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelationData()
218
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelationV30()
229
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelationDataV30()
239
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelationV40()
251
int32_t errorCode = static_cast<int32_t>(*data %
TYPE_NUM
);
in DecodeVcardRelationDataV40()
274
int32_t cardType = static_cast<int32_t>(*data %
TYPE_NUM
);
in Export()
[all...]
/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H
A
D
simauthentication_fuzzer.cpp
35
constexpr int32_t
TYPE_NUM
= 2;
member
106
dataMessageParcel.WriteInt32(static_cast<int32_t>(*data %
TYPE_NUM
));
in QueryIccDiallingNumbers()
123
int32_t authType = static_cast<int32_t>(*data %
TYPE_NUM
);
in SimAuthentication()
/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/
H
A
D
satellitecallback_fuzzer.cpp
37
constexpr int32_t
TYPE_NUM
= 5;
member
76
rilRadioResponse.type = static_cast<ResponseTypes>(size %
TYPE_NUM
);
in TestSatelliteCallCallbackFunction()
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H
A
D
gsmsmssender_fuzzer.cpp
33
constexpr int32_t
TYPE_NUM
= 6;
member
159
cellInfo.encodeType = static_cast<DataCodingScheme>(data[0] %
TYPE_NUM
);
in SendSmsTest()
162
DataCodingScheme codingType = static_cast<DataCodingScheme>(data[0] %
TYPE_NUM
);
in SendSmsTest()
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H
A
D
imscallback_fuzzer.cpp
37
constexpr int32_t
TYPE_NUM
= 5;
member
78
rilRadioResponse.type = static_cast<ResponseTypes>(size %
TYPE_NUM
);
in TestImsCallCallbackFunction()
170
rilRadioResponse.type = static_cast<ResponseTypes>(size %
TYPE_NUM
);
in TestImsConfigCallbackFunction()
347
callModeRequest.callType = static_cast<ImsCallType>(size %
TYPE_NUM
);
in TestICCbWithCallMediaModeRequestReport()
361
callModeResponse.callType = static_cast<ImsCallType>(size %
TYPE_NUM
);
in TestICCbWithCallMediaModeResponseReport()
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/
H
A
D
getsmssegmentsinfo_fuzzer.cpp
29
constexpr int32_t
TYPE_NUM
= 5;
member
160
responseInfo.type = static_cast<ResponseTypes>(size %
TYPE_NUM
);
in ImsSendMessageResponseInner()
188
responseInfo.type = static_cast<ResponseTypes>(size %
TYPE_NUM
);
in ImsSetSmsConfigResponseInner()
Completed in 4 milliseconds