Home
last modified time | relevance | path

Searched refs:sleepTime (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/test/moduletest/common/
Dhiview_plugin_platform_module_test.cpp62 const int sleepTime = 10; // 10 seconds in WaitForServiceReady() local
63 sleep(sleepTime); in WaitForServiceReady()
/base/powermgr/display_manager/test/unittest/src/
Ddisplay_power_mgr_service_test.cpp312 int sleepTime = 30000; variable
313 usleep(sleepTime);
330 int sleepTime = 5000; variable
331 usleep(sleepTime);
333 sleepTime = 30000;
334 usleep(sleepTime);
Ddisplay_power_mgr_brightness_test.cpp75 const int sleepTime = 100000; variable
76 usleep(sleepTime); // sleep 100ms, wait for setting update
680 const int sleepTime = 200000; variable
681 usleep(sleepTime); // sleep 200ms, wait for setting update
697 const int sleepTime = 100000; variable
700 usleep(sleepTime); // sleep 100ms, wait for cancel BoostBrightness
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c262 int sleepTime = 10; in SleepThread() local
263 sleep(sleepTime); in SleepThread()
464 int sleepTime = 3; in CrashTest() local
465 sleep(sleepTime); in CrashTest()
/base/hiviewdfx/faultloggerd/test/moduletest/
Dfaultloggerd_module_test.cpp35 const int sleepTime = 10; // 10 seconds in WaitForServiceReady() local
36 sleep(sleepTime); in WaitForServiceReady()
/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_manager.cpp154 auto sleepTime = std::chrono::milliseconds(1000); in Initialize() local
160 std::this_thread::sleep_for(sleepTime); in Initialize()
166 std::this_thread::sleep_for(sleepTime); in Initialize()
243 auto sleepTime = std::chrono::milliseconds(OPENSESSION_RETRY_INTERVAL_MS); in OpenSession() local
246 std::this_thread::sleep_for(sleepTime); in OpenSession()
/base/hiviewdfx/hiview/base/test/unittest/common/
Dpipeline_test.cpp91 const int sleepTime = 5; in DoTest() local
92 sleep(sleepTime); in DoTest()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_trace_test.cpp108 uint32_t sleepTime = 0; in Wait() local
112 sleepTime += USLEEP_STEP; in Wait()
113 if (sleepTime > USLEEP_TIME_OUT) { in Wait()
Dlib_event_handler_event_runner_test.cpp46 const uint32_t sleepTime = 1000; in WaitUntilTaskCalled() local
56 usleep(sleepTime); in WaitUntilTaskCalled()
/base/startup/init/services/init/
Dinit_common_cmds.c193 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/frameworks/test/moduletest/
Devent_handler_set_get_remove_module_test.cpp205 uint32_t sleepTime = 20000; variable
206 usleep(sleepTime);
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp258 int sleepTime = 10; in SleepThread() local
259 sleep(sleepTime); in SleepThread()
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_kits.cpp93 const int sleepTime = 100; in ReAddWatcher() local
100 usleep(sleepTime); in ReAddWatcher()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_icc_test.cpp330 int32_t sleepTime = 1; variable
331 sleep(sleepTime);
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
Dems_event_handler_test.cpp2508 uint32_t sleepTime = 20000; variable
2509 usleep(sleepTime);
2526 uint32_t sleepTime = 20000; variable
2527 usleep(sleepTime);
2544 uint32_t sleepTime = 20000; variable
2545 usleep(sleepTime);
2576 uint32_t sleepTime = 20000; variable
2577 usleep(sleepTime);
/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp289 const int32_t sleepTime = 200; in GetServerFd() local
310 usleep(sleepTime); in GetServerFd()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp708 const int sleepTime = 1; in DumpTraceLoop() local
723 sleep(sleepTime); in DumpTraceLoop()
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp182 const uint32_t sleepTime = 1000; in WaitUntilTaskCalled() local
192 usleep(sleepTime); in WaitUntilTaskCalled()
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp1218 const int32_t sleepTime = 500; in __anond2d9aeb01d02() local
1219 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTime)); in __anond2d9aeb01d02()