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:WAIT_TIME
(Results
1 - 8
of
8
) sorted by relevance
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
51
const uint32_t
WAIT_TIME
= 1;
member
1243
sleep(
WAIT_TIME
);
in HWTEST_F()
1253
sleep(
WAIT_TIME
);
in HWTEST_F()
1270
sleep(
WAIT_TIME
);
in HWTEST_F()
1280
sleep(
WAIT_TIME
);
in HWTEST_F()
1297
sleep(
WAIT_TIME
);
in HWTEST_F()
1307
sleep(
WAIT_TIME
);
in HWTEST_F()
1324
sleep(
WAIT_TIME
);
in HWTEST_F()
1334
sleep(
WAIT_TIME
);
in HWTEST_F()
1351
sleep(
WAIT_TIME
);
in HWTEST_F()
[all...]
/test/xts/hats/powermgr/thermal/hdi_thermal/common/
H
A
D
hdi_thermal_test.cpp
74
const uint32_t
WAIT_TIME
= 1;
member
166
sleep(
WAIT_TIME
);
in HWTEST_F()
199
sleep(
WAIT_TIME
);
in HWTEST_F()
232
sleep(
WAIT_TIME
);
in HWTEST_F()
337
sleep(
WAIT_TIME
);
in HWTEST_F()
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
171
const uint32_t
WAIT_TIME
= 1;
member
264
sleep(
WAIT_TIME
);
in HWTEST_F()
304
sleep(
WAIT_TIME
);
314
sleep(
WAIT_TIME
);
332
sleep(
WAIT_TIME
);
342
sleep(
WAIT_TIME
);
/test/ostest/wukong/common/include/
H
A
D
wukong_define.h
26
const uint32_t
WAIT_TIME
= 1000000;
member
/test/ostest/wukong/input_factory/src/
H
A
D
appswitch_input.cpp
60
usleep(
WAIT_TIME
);
in OrderInput()
/test/xts/hats/hdf/codec/hdi_idlomx/
H
A
D
codec_function_utils.h
44
constexpr uint32_t
WAIT_TIME
= 1000;
variable
H
A
D
codec_function_utils.cpp
358
usleep(
WAIT_TIME
);
in WaitState()
/test/xts/hats/hdf/codec/hdi_omx/
H
A
D
codec_hdi_omx_test.cpp
51
constexpr uint32_t
WAIT_TIME
= 1000;
member
192
usleep(
WAIT_TIME
);
in waitState()
Completed in 10 milliseconds