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
defs:downTime
(Results
1 - 21
of
21
) sorted by relevance
/foundation/multimodalinput/input/test/fuzztest/injectevent_fuzzer/
H
A
D
injectevent_fuzzer.cpp
48
int64_t
downTime
;
in InjectKeyEvent()
local
/foundation/multimodalinput/input/test/fuzztest/simulateinputevent_fuzzer/
H
A
D
simulateinputevent_fuzzer.cpp
52
int64_t
downTime
;
in SimulateInjectEvent()
local
/foundation/multimodalinput/input/util/napi/src/
H
A
D
key_event_napi.cpp
117
int64_t
downTime
= GetNamePropertyInt64(env, in, "pressedTime");
in GetKeyItem()
local
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
pointer_event.h
70
TimeStamp
downTime
;
member
H
A
D
touch_event.h
45
TimeStamp
downTime
;
member
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_touchEvent_injector.cpp
218
int64_t
downTime
= startTime;
in ParseTapsEvents()
local
273
int64_t
downTime
= startTime;
in ParseMovesEvents()
local
H
A
D
accessibility_screen_touch.cpp
445
int64_t
downTime
= event.GetActionTime();
in HandleIgnoreRepeatClickStateInnerDown()
local
502
int64_t
downTime
= event.GetActionTime();
in HandleBothStateInnerDown()
local
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_pointer_event.cpp
41
void PointerEvent::PointerItem::SetDownTime(int64_t
downTime
)
in SetDownTime()
argument
H
A
D
mock_key_event.cpp
72
void KeyEvent::KeyItem::SetDownTime(int64_t
downTime
)
in SetDownTime()
argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
pointer_event_test.cpp
48
int64_t
downTime
= GetMillisTime();
in CreatePointEvent()
local
H
A
D
input_manager_simulate_test.cpp
105
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
327
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
418
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
474
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
H
A
D
input_manager_inject_test.cpp
615
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
H
A
D
input_manager_test.cpp
1826
static bool SimulateInputEventInjectKeyTest(int32_t keyAction, int32_t keyCode, bool isPressed, int32_t
downTime
)
in SimulateInputEventInjectKeyTest()
argument
2310
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in HWTEST_F()
local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_manager_util.cpp
211
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupPointerEvent005()
local
264
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupPointerEvent007()
local
761
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupKeyEvent001()
local
777
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupKeyEvent002()
local
793
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupKeyEvent003()
local
[all...]
H
A
D
pointer_event.cpp
64
void PointerEvent::PointerItem::SetDownTime(int64_t
downTime
)
in SetDownTime()
argument
H
A
D
key_event.cpp
881
void KeyEvent::KeyItem::SetDownTime(int64_t
downTime
)
in SetDownTime()
argument
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
pointer_event.h
51
TimeStamp
downTime
;
member
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
160
int64_t
downTime
= GetNanoTime() / NANOSECOND_TO_MILLISECOND;
in SetupKeyEvent()
local
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H
A
D
js_register_module.cpp
314
auto
downTime
= keyItem->GetDownTime();
in MatchCombinationKeys()
local
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_shortcut_manager.cpp
743
auto
downTime
= keyItem->GetDownTime();
in TriggerUp()
local
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
2062
auto
downTime
= keyItem->GetDownTime();
in HandleKeyUp()
local
Completed in 36 milliseconds