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:reportType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
processing_touch_screen_device.cpp
98
touchSingleEventData.
reportType
= item.
reportType
;
in AnalysisSingleTouchScreenDate()
168
if (touchSingleEventData.
reportType
== "mtReport") {
in AnalysisTouchScreenPressData()
170
} else if (touchSingleEventData.
reportType
== "synReport") {
in AnalysisTouchScreenPressData()
182
if (touchSingleEventData.
reportType
== "mtReport") {
in AnalysisTouchScreenMoveData()
184
} else if (touchSingleEventData.
reportType
== "synReport") {
in AnalysisTouchScreenMoveData()
195
if (touchSingleEventData.
reportType
== "mtReport") {
in AnalysisTouchScreenReleaseData()
197
} else if (touchSingleEventData.
reportType
== "synReport") {
in AnalysisTouchScreenReleaseData()
H
A
D
input_parse.cpp
148
GetJsonData(eventInfo, "
reportType
", event.
reportType
);
in ParseEventsObj()
209
<< ",
reportType
:" <<
reportType
in ToString()
/foundation/multimodalinput/input/tools/event_inject/include/
H
A
D
input_parse.h
43
int32_t
reportType
{ 0 };
H
A
D
processing_touch_screen_device.h
31
std::string
reportType
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_scan.c
38
AdvReportType
reportType
;
member
64
switch (info->
reportType
) {
in GapFreeReportRPAResolveInfo()
235
switch (info->
reportType
) {
in GapDoCallbackRPAAdvertisingReport()
367
info->
reportType
= type;
in GapLeAllocAdvReportRPAResolveInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_hogp.cpp
262
(iter->second->
reportType
== type)) {
in FindReportByTypeAndId()
633
reports_[character.handle_]->
reportType
= descriptor.value_[1];
in SaveReport()
636
LOG_DEBUG("[HOGP]%{public}s():reportId = 0x%{public}x,
reportType
= 0x%{public}x", __FUNCTION__,
in SaveReport()
637
reports_[character.handle_]->reportId, reports_[character.handle_]->
reportType
);
in SaveReport()
649
if ((iter->second == nullptr) || (iter->second->
reportType
!= HID_HOST_INPUT_REPORT)) {
in SetInputReportNotification()
H
A
D
hid_host_defines.h
148
uint8_t
reportType
= HID_HOST_RESERVED_REPORT;
member
Completed in 5 milliseconds