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:sleepTime
(Results
1 - 25
of
30
) sorted by relevance
1
2
/base/powermgr/display_manager/state_manager/test/unittest/src/
H
A
D
display_power_mgr_service_test.cpp
316
int
sleepTime
= 3; // sleep time is 3s
in HWTEST_F()
local
317
sleep(
sleepTime
);
in HWTEST_F()
335
int
sleepTime
= 100000; // sleep time is 100ms
in HWTEST_F()
local
336
usleep(
sleepTime
);
in HWTEST_F()
338
sleepTime
= 300000; // sleep time is 300ms
in HWTEST_F()
339
usleep(
sleepTime
);
in HWTEST_F()
355
int
sleepTime
= 2;
in HWTEST_F()
local
357
sleep(
sleepTime
);
in HWTEST_F()
365
sleep(
sleepTime
);
in HWTEST_F()
386
int
sleepTime
in HWTEST_F()
local
410
int
sleepTime
= 2;
HWTEST_F()
local
434
int
sleepTime
= 2;
HWTEST_F()
local
458
int
sleepTime
= 2;
HWTEST_F()
local
[all...]
H
A
D
display_power_mgr_brightness_test.cpp
78
const int
sleepTime
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
79
usleep(
sleepTime
);
in HWTEST_F()
96
const int
sleepTime
= DEFAULT_WAITING_TIME;
in HWTEST_F()
local
97
usleep(
sleepTime
); // sleep 100ms, wait for setting update
in HWTEST_F()
392
const int
sleepTime
= 100000;
in HWTEST_F()
local
393
usleep(
sleepTime
); // sleep 100ms, wait for setting update
in HWTEST_F()
727
const int
sleepTime
= 200000;
in HWTEST_F()
local
728
usleep(
sleepTime
); // sleep 200ms, wait for setting update
in HWTEST_F()
744
const int
sleepTime
= (BOOST_BRIGHTNESS_TIME + 50) * 1000; // wait for (100 + 50)ms BoostBrightness timeout
in HWTEST_F()
local
747
usleep(
sleepTime
); // slee
in HWTEST_F()
[all...]
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H
A
D
brightness_manager_test.cpp
52
const int
sleepTime
= 100000;
in HWTEST_F()
local
53
usleep(
sleepTime
);
in HWTEST_F()
/base/hiviewdfx/hiview/test/moduletest/common/
H
A
D
hiview_plugin_platform_module_test.cpp
62
const int
sleepTime
= 10; // 10 seconds
in WaitForServiceReady()
local
63
sleep(
sleepTime
);
in WaitForServiceReady()
/base/update/updateservice/foundations/ability/sa_loader/src/
H
A
D
load_sa_service.cpp
66
constexpr int64_t
sleepTime
= 50; // 睡眠时间 单位:毫秒
in CheckSaLoaded()
local
71
std::this_thread::sleep_for(std::chrono::milliseconds(
sleepTime
));
in CheckSaLoaded()
/base/hiviewdfx/faultloggerd/test/moduletest/
H
A
D
faultloggerd_module_test.cpp
35
const int
sleepTime
= 10; // 10 seconds
in WaitForServiceReady()
local
36
sleep(
sleepTime
);
in WaitForServiceReady()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
H
A
D
dfx_crasher.c
264
int
sleepTime
= 10;
in SleepThread()
local
265
sleep(
sleepTime
);
in SleepThread()
466
int
sleepTime
= 3;
in CrashTest()
local
467
sleep(
sleepTime
);
in CrashTest()
/base/update/updater/services/ui/driver/
H
A
D
graphic_engine.h
40
void SetSleepTime(uint32_t
sleepTime
);
H
A
D
graphic_engine.cpp
125
void GraphicEngine::SetSleepTime(uint32_t
sleepTime
)
in SetSleepTime()
argument
127
sleepTime_ =
sleepTime
;
in SetSleepTime()
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
pipeline_test.cpp
91
const int
sleepTime
= 5;
in DoTest()
local
92
sleep(
sleepTime
);
in DoTest()
/base/security/access_token/services/tokensyncmanager/src/remote/
H
A
D
soft_bus_manager.cpp
258
auto
sleepTime
= std::chrono::milliseconds(1000);
in Initialize()
264
std::this_thread::sleep_for(
sleepTime
);
in Initialize()
270
std::this_thread::sleep_for(
sleepTime
);
in Initialize()
414
auto
sleepTime
= std::chrono::milliseconds(BIND_SERVICE_SLEEP_TIMES_MS);
in BindService()
local
418
std::this_thread::sleep_for(
sleepTime
);
in BindService()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_trace_test.cpp
108
uint32_t
sleepTime
= 0;
in Wait()
local
112
sleepTime
+= USLEEP_STEP;
in Wait()
113
if (
sleepTime
> USLEEP_TIME_OUT) {
in Wait()
H
A
D
lib_event_handler_event_runner_test.cpp
46
const uint32_t
sleepTime
= 1000;
in WaitUntilTaskCalled()
local
56
usleep(
sleepTime
);
in WaitUntilTaskCalled()
/base/security/access_token/services/common/window_manager/src/
H
A
D
privacy_window_manager_client.cpp
277
auto
sleepTime
= std::chrono::milliseconds(1000);
in OnRemoteDiedHandle()
278
std::this_thread::sleep_for(
sleepTime
);
in OnRemoteDiedHandle()
/base/useriam/user_auth_framework/services/remote_connect/src/
H
A
D
soft_bus_manager.cpp
270
auto
sleepTime
= std::chrono::milliseconds(BIND_SERVICE_SLEEP_TIMES_MS);
in ServiceSocketInit()
276
std::this_thread::sleep_for(
sleepTime
);
in ServiceSocketInit()
409
auto
sleepTime
= std::chrono::milliseconds(BIND_SERVICE_SLEEP_TIMES_MS);
in ClientSocketBind()
local
415
std::this_thread::sleep_for(
sleepTime
);
in ClientSocketBind()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H
A
D
process_dump_test.cpp
56
const int
sleepTime
= 10;
in SleepThread()
local
57
sleep(
sleepTime
);
in SleepThread()
/base/notification/eventhandler/frameworks/test/moduletest/
H
A
D
event_handler_set_get_remove_module_test.cpp
205
uint32_t
sleepTime
= 20000;
in HWTEST_F()
local
206
usleep(
sleepTime
);
in HWTEST_F()
/base/useriam/user_auth_framework/services/core/src/
H
A
D
widget_schedule_node_impl.cpp
246
auto
sleepTime
= std::chrono::milliseconds(reloadInitMs);
in OnWidgetReload()
local
247
std::this_thread::sleep_for(
sleepTime
);
in OnWidgetReload()
/base/startup/init/services/init/
H
A
D
init_common_cmds.c
193
unsigned long
sleepTime
= strtoul(ctx->argv[0], NULL, DECIMAL_BASE);
in DoSleep()
local
198
INIT_CHECK(
sleepTime
<= sleepTimeLimit,
sleepTime
= sleepTimeLimit);
in DoSleep()
199
INIT_LOGI("Sleeping %d second(s)",
sleepTime
);
in DoSleep()
200
sleep((unsigned int)
sleepTime
);
in DoSleep()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H
A
D
ems_event_handler_test.cpp
2508
uint32_t
sleepTime
= 20000;
in HWTEST_F()
local
2509
usleep(
sleepTime
);
in HWTEST_F()
2526
uint32_t
sleepTime
= 20000;
in HWTEST_F()
local
2527
usleep(
sleepTime
);
in HWTEST_F()
2544
uint32_t
sleepTime
= 20000;
in HWTEST_F()
local
2545
usleep(
sleepTime
);
in HWTEST_F()
2576
uint32_t
sleepTime
= 20000;
in HWTEST_F()
local
2577
usleep(
sleepTime
);
in HWTEST_F()
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
event_queue.h
65
int32_t
sleepTime
;
member
/base/startup/init/services/param/watcher/agent/
H
A
D
watcher_manager_kits.cpp
94
const int
sleepTime
= 100;
in ReAddWatcher()
local
101
usleep(
sleepTime
);
in ReAddWatcher()
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H
A
D
dfx_crasher.cpp
450
int
sleepTime
= 10;
in SleepThread()
local
451
sleep(
sleepTime
);
in SleepThread()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
sim_icc_test.cpp
350
int32_t
sleepTime
= 1;
in HWTEST_F()
local
351
sleep(
sleepTime
);
in HWTEST_F()
/base/startup/init/services/param/watcher/proxy/
H
A
D
watcher_manager.cpp
313
const int32_t
sleepTime
= 200;
in GetServerFd()
local
334
usleep(
sleepTime
);
in GetServerFd()
Completed in 24 milliseconds
1
2