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:lastUpTime_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_screen_touch_test.cpp
69
static uint32_t
lastUpTime_
;
member in OHOS::Accessibility::AccessibilityScreenTouchUnitTest
72
uint32_t AccessibilityScreenTouchUnitTest::
lastUpTime_
= 0;
member in OHOS::Accessibility::AccessibilityScreenTouchUnitTest
589
lastUpTime_
= TIMESTAMP_1700;
in HWTEST_F()
618
auto eventDown = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1500) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN);
in HWTEST_F()
621
auto eventMove = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE);
in HWTEST_F()
624
auto eventUp = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP);
in HWTEST_F()
662
auto eventDown = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1500) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN);
in HWTEST_F()
665
auto eventMove = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE);
in HWTEST_F()
668
auto eventUp = SetPointerEvent((
lastUpTime_
+ TIMESTAMP_1700) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP);
in HWTEST_F()
679
lastUpTime_
in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_screen_touch.cpp
110
lastUpTime_
= lastUpTime;
in AccessibilityScreenTouch()
138
lastUpTime =
lastUpTime_
;
in ~AccessibilityScreenTouch()
447
((downTime -
lastUpTime_
) / US_TO_MS < GetRealIgnoreRepeatClickTime())) {
in HandleIgnoreRepeatClickStateInnerDown()
474
lastUpTime_
= event.GetActionTime();
in HandleIgnoreRepeatClickStateInnerUp()
504
((downTime -
lastUpTime_
) / US_TO_MS < GetRealIgnoreRepeatClickTime())) {
in HandleBothStateInnerDown()
536
lastUpTime_
= event.GetActionTime();
in HandleBothStateInnerUp()
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
knuckle_dynamic_drawing_manager.h
78
int64_t
lastUpTime_
{ 0 };
H
A
D
knuckle_drawing_manager.h
96
int64_t
lastUpTime_
{ 0 };
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_screen_touch.h
103
int64_t
lastUpTime_
= 0;
member in OHOS::Accessibility::AccessibilityScreenTouch
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
knuckle_dynamic_drawing_manager.cpp
209
lastUpTime_
= pointerEvent->GetActionTime();
in ProcessUpAndCancelEvent()
231
int64_t intervalTime = pointerEvent->GetActionTime() -
lastUpTime_
;
in ProcessDownEvent()
H
A
D
knuckle_drawing_manager.cpp
216
int64_t intervalTime = touchEvent->GetActionTime() -
lastUpTime_
;
in IsSingleKnuckleDoubleClick()
231
lastUpTime_
= touchEvent->GetActionTime();
in IsSingleKnuckleDoubleClick()
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
knuckle_drawing_manager_test.cpp
556
kceDrawMgr.
lastUpTime_
= 1000;
in HWTEST_F()
577
kceDrawMgr.
lastUpTime_
= 100;
in HWTEST_F()
590
kceDrawMgr.
lastUpTime_
= 500;
in HWTEST_F()
H
A
D
knuckle_dynamic_drawing_manager_test.cpp
317
EXPECT_EQ(knuckleDynamicDrawingMgr->
lastUpTime_
, 0);
in HWTEST_F()
Completed in 7 milliseconds