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:INTERVAL_TIME
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H
A
D
rs_ui_display_soloist_test.cpp
28
constexpr uint32_t
INTERVAL_TIME
= 50000; // us
member
66
usleep(
INTERVAL_TIME
);
in HWTEST_F()
97
usleep(
INTERVAL_TIME
);
in HWTEST_F()
129
usleep(
INTERVAL_TIME
);
in HWTEST_F()
171
usleep(
INTERVAL_TIME
);
in HWTEST_F()
211
usleep(
INTERVAL_TIME
);
in HWTEST_F()
/foundation/multimodalinput/input/service/event_dispatch/src/
H
A
D
event_dispatch_handler.cpp
47
constexpr int32_t
INTERVAL_TIME
{ 3000 }; // log time interval is 3 seconds.
296
if (fd < 0 && currentTime_ - eventTime_ >
INTERVAL_TIME
) {
in DispatchPointerEventInner()
377
if (fd < 0 && currentTime_ - eventTime_ >
INTERVAL_TIME
) {
in DispatchKeyEvent()
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
313
int32_t
INTERVAL_TIME
= 3000;
in HWTEST_F()
local
316
EXPECT_TRUE(currentTime - eventTime >
INTERVAL_TIME
);
in HWTEST_F()
338
int32_t
INTERVAL_TIME
= 3000;
in HWTEST_F()
local
341
EXPECT_FALSE(currentTime - eventTime >
INTERVAL_TIME
);
in HWTEST_F()
385
int32_t
INTERVAL_TIME
= 3000;
in HWTEST_F()
local
388
EXPECT_FALSE(currentTime - eventTime >
INTERVAL_TIME
);
in HWTEST_F()
822
int32_t
INTERVAL_TIME
= 3000;
in HWTEST_F()
local
825
EXPECT_TRUE(currentTime - eventTime >
INTERVAL_TIME
);
in HWTEST_F()
1019
int32_t
INTERVAL_TIME
= 3000;
in HWTEST_F()
local
1022
EXPECT_TRUE(currentTime - eventTime >
INTERVAL_TIME
);
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
47
constexpr int32_t
INTERVAL_TIME
= 100;
member
2021
actionTime = actionTime +
INTERVAL_TIME
;
2052
actionTime = actionTime +
INTERVAL_TIME
;
2257
actionTime = actionTime +
INTERVAL_TIME
;
2284
actionTime = actionTime +
INTERVAL_TIME
;
Completed in 8 milliseconds