Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
Dservice_entry_test.cpp38 const int SLEEP_TIME = 30000; variable
54 usleep(SLEEP_TIME);
59 usleep(SLEEP_TIME);
/developtools/hiperf/demo/js/entry/src/main/js/MainAbility/pages/index/
Dindex.js112 const SLEEP_TIME = 1000;
149 this.sleep(SLEEP_TIME);
156 this.sleep(SLEEP_TIME);
163 this.sleep(SLEEP_TIME);
/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp27 constexpr int SLEEP_TIME = 10; variable
67 sleep(SLEEP_TIME); in main()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhook_service_test.cpp29 const int SLEEP_TIME = 30000; variable
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp33 constexpr int SLEEP_TIME = 200; variable
194 sleep(SLEEP_TIME); in ThreadTimeCost()
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp46 constexpr int SLEEP_TIME = 3; variable
337 sleep(SLEEP_TIME);
347 sleep(SLEEP_TIME);
/developtools/profiler/device/plugins/api/src/
Dcommand_poller.cpp24 constexpr int SLEEP_TIME = 10; variable
141 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in OnGetCommandResponse()
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp31 const int SLEEP_TIME = 50; variable
120 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Loop()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp38 constexpr int SLEEP_TIME = 5; variable
381 sleep(SLEEP_TIME); // 等待生成文本 in StartAndStopHook()
666 sleep(SLEEP_TIME); // 等待生成文本