Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
H A Dservice_entry_test.cpp36 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 Dnative_daemon_sa_fuzzer.cpp37 constexpr uint32_t SLEEP_TIME = 10; member
68 sleep(SLEEP_TIME); in FuzzNativeDaemonSa()
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dtest_main.cpp27 constexpr int SLEEP_TIME = 10; member
67 sleep(SLEEP_TIME); in main()
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H A Dgpu_data_plugin_unittest.cpp34 const unsigned long long SLEEP_TIME = 5; member
143 sleep(SLEEP_TIME); in HWTEST_F()
/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.cpp33 constexpr int SLEEP_TIME = 200; member
194 sleep(SLEEP_TIME); in ThreadTimeCost()
/developtools/profiler/device/plugins/api/src/
H A Dcommand_poller.cpp24 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 Dhidump_plugin.cpp33 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 Dhiperf_module.cpp33 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 Dcheck_hook_data_test.cpp39 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 Dhiprofiler_cmd_test.cpp48 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