Home
last modified time | relevance | path

Searched refs:waitProcMills (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/src/
H A Dmain.cpp396 constexpr int waitProcMills = 300; in StartDependentProcess() local
398 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
406 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
415 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
424 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
432 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
434 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
436 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()
466 constexpr int waitProcMills = 300; in KillDependentProcess() local
468 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in KillDependentProcess()
[all...]
/developtools/profiler/device/base/test/unittest/
H A Dcommon_test.cpp89 constexpr int waitProcMills = 300; in HWTEST_F() local
97 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in HWTEST_F()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp84 int waitProcMills = 300; in StartDaemonProcessArgs() local
86 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDaemonProcessArgs()

Completed in 4 milliseconds