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:actionTime_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_input_event.cpp
33
actionTime_
(other.
actionTime_
),
in InputEvent()
75
return
actionTime_
;
in GetActionTime()
80
actionTime_
= actionTime;
in SetActionTime()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
input_event.cpp
45
: eventType_(other.eventType_), id_(other.id_),
actionTime_
(other.
actionTime_
),
in InputEvent()
58
actionTime_
= 0;
in Reset()
61
if (!AddInt64(ts.tv_sec * 1000000, ts.tv_nsec / 1000,
actionTime_
)) {
in Reset()
62
MMI_HILOGE("The addition of
actionTime_
overflows");
in Reset()
66
actionStartTime_ =
actionTime_
;
in Reset()
78
eventStr += ",actionTime:" + std::to_string(
actionTime_
);
in ToString()
132
return
actionTime_
;
in GetActionTime()
137
actionTime_
= actionTime;
in SetActionTime()
268
func(id_,
actionTime_
);
in MarkProcessed()
[all...]
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
input_event.h
442
int64_t
actionTime_
{ -1 };
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
56
inputEvent->
actionTime_
= 3100;
in HWTEST_F()
59
inputEvent->
actionTime_
= 200;
in HWTEST_F()
101
inputEvent->
actionTime_
= 4000;
in HWTEST_F()
105
inputEvent->
actionTime_
= 2000;
in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_service.h
94
mutable uint64_t
actionTime_
;
member in OHOS::MiscServices::InputEventCallback
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
2423
actionTime_
=
in OnInputEvent()
2436
return (callingPid == static_cast<uint32_t>(windowPid_) || isFocused) && curTime -
actionTime_
< EVENT_TIME_OUT;
in IsCtrlVProcess()
2442
actionTime_
= 0;
in Clear()
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
367
pointerEvent->
actionTime_
= 10000;
in HWTEST_F()
371
pointerEvent->
actionTime_
= 800000;
in HWTEST_F()
389
pointerEvent->
actionTime_
= 800000;
in HWTEST_F()
3937
inputEvent->
actionTime_
= 1;
3946
inputEvent->
actionTime_
= 1100000;
3949
inputEvent->
actionTime_
= 100000;
Completed in 15 milliseconds