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 - 25
of
46
) sorted by relevance
1
2
/base/startup/init/test/exec_test/
H
A
D
fd_holder_test.c
26
#define
SLEEP_TIME
3
macro
74
sleep(
SLEEP_TIME
);
in main()
80
sleep(
SLEEP_TIME
);
in main()
/base/powermgr/display_manager/state_manager/test/fuzztest/display_utils/
H
A
D
display_fuzzer.cpp
29
const int32_t
SLEEP_TIME
= 5;
member
41
sleep(
SLEEP_TIME
);
in ~DisplayFuzzerTest()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
hilog_collector_test.cpp
30
constexpr uint32_t
SLEEP_TIME
= 300 * 1000; // 300ms
member
60
usleep(
SLEEP_TIME
);
in HWTEST_F()
67
usleep(
SLEEP_TIME
);
in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_publish_manager_event_unit_test.cpp
30
constexpr int32_t
SLEEP_TIME
= 1000 * FLOOD_ATTACK_INTERVAL_MAX;
member
92
usleep(
SLEEP_TIME
);
in HWTEST_F()
114
usleep(
SLEEP_TIME
);
in HWTEST_F()
/base/powermgr/display_manager/state_manager/test/unittest/src/
H
A
D
display_power_mgr_brightness_test.cpp
113
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
115
usleep(
SLEEP_TIME
); // sleep 200ms, wait for setBrightness
in HWTEST_F()
173
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
175
usleep(
SLEEP_TIME
); // sleep 200ms, wait for setBrightness
in HWTEST_F()
217
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
219
usleep(
SLEEP_TIME
); // sleep 200ms, wait for setBrightness
in HWTEST_F()
262
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
264
usleep(
SLEEP_TIME
); // sleep 200ms, wait for setBrightness
in HWTEST_F()
296
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
297
usleep(
SLEEP_TIME
); // slee
in HWTEST_F()
327
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
358
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
426
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
769
const int
SLEEP_TIME
= 100000;
HWTEST_F()
local
853
const uint32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
1030
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
1056
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
1081
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
1106
const int32_t
SLEEP_TIME
= DEFAULT_WAITING_TIME;
HWTEST_F()
local
[all...]
/base/msdp/device_status/test/unittest/services/unittest/src/
H
A
D
devicestatus_service_test.cpp
38
constexpr int32_t
SLEEP_TIME
{ 2000 };
75
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
121
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
167
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
213
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
259
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
305
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in HWTEST_F()
/base/tee/tee_client/services/teecd/include/
H
A
D
late_init_agent.h
16
#define
SLEEP_TIME
(100 * 1000 * 1000)
macro
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_slot_test.cpp
39
const int32_t
SLEEP_TIME
= 1;
member
100
sleep(
SLEEP_TIME
);
in HWTEST_F()
146
sleep(
SLEEP_TIME
);
in HWTEST_F()
192
sleep(
SLEEP_TIME
);
in HWTEST_F()
237
sleep(
SLEEP_TIME
);
in HWTEST_F()
284
sleep(
SLEEP_TIME
);
in HWTEST_F()
400
sleep(
SLEEP_TIME
);
in HWTEST_F()
410
sleep(
SLEEP_TIME
);
in HWTEST_F()
427
sleep(
SLEEP_TIME
);
in HWTEST_F()
450
sleep(
SLEEP_TIME
);
in HWTEST_F()
[all...]
H
A
D
ans_innerkits_module_publish_test.cpp
50
const int32_t
SLEEP_TIME
= 1;
member
607
sleep(
SLEEP_TIME
);
in CheckJsonConverter()
1116
sleep(
SLEEP_TIME
);
in HWTEST_F()
1260
sleep(
SLEEP_TIME
);
in HWTEST_F()
1303
sleep(
SLEEP_TIME
);
in HWTEST_F()
1309
sleep(
SLEEP_TIME
);
in HWTEST_F()
1324
sleep(
SLEEP_TIME
);
in HWTEST_F()
1330
sleep(
SLEEP_TIME
);
in HWTEST_F()
1554
sleep(
SLEEP_TIME
);
in HWTEST_F()
1591
sleep(
SLEEP_TIME
);
in HWTEST_F()
[all...]
/base/telephony/ril_adapter/services/vendor/include/
H
A
D
vendor_adapter.h
24
#define
SLEEP_TIME
10
macro
/base/security/device_security_level/services/sa/common/
H
A
D
dslm_rpc_process.c
34
#define
SLEEP_TIME
(1000 * 500)
macro
104
usleep(
SLEEP_TIME
);
in InitService()
/base/telephony/cellular_data/test/
H
A
D
cellular_data_test.cpp
61
static const int32_t
SLEEP_TIME
= 1;
member
225
sleep(
SLEEP_TIME
);
in WaitTestTimeout()
472
sleep(
SLEEP_TIME
);
in HWTEST_F()
476
sleep(
SLEEP_TIME
);
in HWTEST_F()
482
sleep(
SLEEP_TIME
);
in HWTEST_F()
502
sleep(
SLEEP_TIME
);
in HWTEST_F()
506
sleep(
SLEEP_TIME
);
in HWTEST_F()
512
sleep(
SLEEP_TIME
);
in HWTEST_F()
687
sleep(
SLEEP_TIME
);
in HWTEST_F()
695
sleep(
SLEEP_TIME
);
in HWTEST_F()
[all...]
H
A
D
cellular_data_service_test.cpp
30
static const int32_t
SLEEP_TIME
= 3;
member
44
sleep(
SLEEP_TIME
);
in TearDownTestCase()
/base/msdp/device_status/tools/vdev/include/
H
A
D
virtual_device_defines.h
35
constexpr int32_t
SLEEP_TIME
{ 500 };
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H
A
D
tee_tui_daemon.cpp
42
static const uint32_t
SLEEP_TIME
= 1;
variable
55
sleep(
SLEEP_TIME
);
in GetTuiDevFd()
/base/security/permission_lite/services/unittest/pms/src/
H
A
D
acts_pms_test.h
59
const int
SLEEP_TIME
= 5;
variable
/base/notification/eventhandler/frameworks/test/moduletest/
H
A
D
event_handler_send_sync_event_module_test.cpp
25
const uint32_t
SLEEP_TIME
= 1000;
member
49
usleep(
SLEEP_TIME
);
in WaitTaskCalled()
99
usleep(
SLEEP_TIME
);
in SendEventWithSmartPtr()
H
A
D
event_handler_send_timing_event_module_test.cpp
26
const uint32_t
SLEEP_TIME
= 1000;
member
60
usleep(
SLEEP_TIME
);
in WaitTaskCalled()
/base/tee/tee_client/frameworks/libteec_vendor/
H
A
D
tee_client_socket.c
208
#define
SLEEP_TIME
(200 * 1000 * 1000)
macro
232
SleepNs(
SLEEP_TIME
);
in CaDaemonConnectWithCaInfo()
/base/update/updater/services/include/updater/
H
A
D
updater_const.h
99
constexpr int
SLEEP_TIME
= 1;
member
/base/security/certificate_manager/test/unittest/src/
H
A
D
cm_test_common.cpp
33
constexpr uint32_t
SLEEP_TIME
= 3;
member
63
sleep(
SLEEP_TIME
);
in SetATPermission()
/base/usb/usb_manager/test/native/service_unittest/src/
H
A
D
usb_manage_interface_test.cpp
42
constexpr int32_t
SLEEP_TIME
= 3;
member
49
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event.cpp
33
const int32_t
SLEEP_TIME
= 1000;
member
416
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in Reconnect()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
satellite_service_test.cpp
30
const int32_t
SLEEP_TIME
= 5000;
member
122
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
));
in TearDownTestCase()
H
A
D
core_service_common_test.cpp
43
static const int32_t
SLEEP_TIME
= 3;
member
57
sleep(
SLEEP_TIME
);
in TearDownTestCase()
Completed in 17 milliseconds
1
2