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:SLEEP_TIME
(Results
1 - 10
of
10
) sorted by relevance
/developtools/profiler/device/services/ipc/test/unittest/
H
A
D
service_entry_test.cpp
36
const int
SLEEP_TIME
= 30000;
member
52
usleep(
SLEEP_TIME
);
in HWTEST_F()
57
usleep(
SLEEP_TIME
);
in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/
H
A
D
native_daemon_sa_fuzzer.cpp
37
constexpr uint32_t
SLEEP_TIME
= 10;
member
68
sleep(
SLEEP_TIME
);
in FuzzNativeDaemonSa()
/developtools/profiler/device/plugins/diskio_plugin/src/
H
A
D
test_main.cpp
27
constexpr int
SLEEP_TIME
= 10;
member
67
sleep(
SLEEP_TIME
);
in main()
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H
A
D
gpu_data_plugin_unittest.cpp
34
const unsigned long long
SLEEP_TIME
= 5;
member
143
sleep(
SLEEP_TIME
);
in HWTEST_F()
/developtools/profiler/device/plugins/native_hook/test/
H
A
D
hook_test.cpp
33
constexpr int
SLEEP_TIME
= 200;
member
194
sleep(
SLEEP_TIME
);
in ThreadTimeCost()
/developtools/profiler/device/plugins/api/src/
H
A
D
command_poller.cpp
24
constexpr int
SLEEP_TIME
= 10;
member
141
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in OnGetCommandResponse()
/developtools/profiler/device/plugins/hidump_plugin/src/
H
A
D
hidump_plugin.cpp
33
const int
SLEEP_TIME
= 50;
member
125
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in Loop()
/developtools/profiler/device/plugins/hiperf_plugin/src/
H
A
D
hiperf_module.cpp
33
constexpr uint32_t
SLEEP_TIME
= 250000;
member
162
usleep(
SLEEP_TIME
); // 250000: wait for perf.data
in HiperfPluginSessionStop()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
check_hook_data_test.cpp
39
constexpr int
SLEEP_TIME
= 10;
member
437
sleep(
SLEEP_TIME
); // 等待生成文本
in StartAndStopHook()
735
sleep(
SLEEP_TIME
); // 等待生成文本
in HWTEST_F()
773
sleep(
SLEEP_TIME
);
in HWTEST_F()
1005
sleep(
SLEEP_TIME
); // 等待生成文本
in HWTEST_F()
1043
sleep(
SLEEP_TIME
);
in HWTEST_F()
1114
sleep(
SLEEP_TIME
); // 等待生成文本
in HWTEST_F()
1152
sleep(
SLEEP_TIME
);
in HWTEST_F()
/developtools/profiler/device/cmds/test/unittest/
H
A
D
hiprofiler_cmd_test.cpp
48
constexpr int
SLEEP_TIME
= 3;
member
85
sleep(
SLEEP_TIME
); // wait process exit
in StopProcessStub()
524
sleep(
SLEEP_TIME
);
in HWTEST_F()
534
sleep(
SLEEP_TIME
);
in HWTEST_F()
Completed in 7 milliseconds