Home
last modified time | relevance | path

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

12

/base/startup/init/test/exec_test/
H A Dfd_holder_test.c26 #define SLEEP_TIME 3 macro
74 sleep(SLEEP_TIME); in main()
80 sleep(SLEEP_TIME); in main()
/base/powermgr/display_manager/state_manager/test/fuzztest/display_utils/
H A Ddisplay_fuzzer.cpp29 const int32_t SLEEP_TIME = 5; member
41 sleep(SLEEP_TIME); in ~DisplayFuzzerTest()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dhilog_collector_test.cpp30 constexpr uint32_t SLEEP_TIME = 300 * 1000; // 300ms member
60 usleep(SLEEP_TIME); in HWTEST_F()
67 usleep(SLEEP_TIME); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_manager_event_unit_test.cpp30 constexpr int32_t SLEEP_TIME = 1000 * FLOOD_ATTACK_INTERVAL_MAX; member
92 usleep(SLEEP_TIME); in HWTEST_F()
114 usleep(SLEEP_TIME); in HWTEST_F()
/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp113 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; in HWTEST_F() local
115 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness in HWTEST_F()
173 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; in HWTEST_F() local
175 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness in HWTEST_F()
217 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; in HWTEST_F() local
219 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness in HWTEST_F()
262 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; in HWTEST_F() local
264 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness in HWTEST_F()
296 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; in HWTEST_F() local
297 usleep(SLEEP_TIME); // slee in HWTEST_F()
327 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
358 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
426 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
769 const int SLEEP_TIME = 100000; HWTEST_F() local
853 const uint32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
1030 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
1056 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
1081 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
1106 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; HWTEST_F() local
[all...]
/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp38 constexpr int32_t SLEEP_TIME { 2000 };
75 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
121 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
167 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
213 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
259 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
305 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in HWTEST_F()
/base/tee/tee_client/services/teecd/include/
H A Dlate_init_agent.h16 #define SLEEP_TIME (100 * 1000 * 1000) macro
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp39 const int32_t SLEEP_TIME = 1; member
100 sleep(SLEEP_TIME); in HWTEST_F()
146 sleep(SLEEP_TIME); in HWTEST_F()
192 sleep(SLEEP_TIME); in HWTEST_F()
237 sleep(SLEEP_TIME); in HWTEST_F()
284 sleep(SLEEP_TIME); in HWTEST_F()
400 sleep(SLEEP_TIME); in HWTEST_F()
410 sleep(SLEEP_TIME); in HWTEST_F()
427 sleep(SLEEP_TIME); in HWTEST_F()
450 sleep(SLEEP_TIME); in HWTEST_F()
[all...]
H A Dans_innerkits_module_publish_test.cpp50 const int32_t SLEEP_TIME = 1; member
607 sleep(SLEEP_TIME); in CheckJsonConverter()
1116 sleep(SLEEP_TIME); in HWTEST_F()
1260 sleep(SLEEP_TIME); in HWTEST_F()
1303 sleep(SLEEP_TIME); in HWTEST_F()
1309 sleep(SLEEP_TIME); in HWTEST_F()
1324 sleep(SLEEP_TIME); in HWTEST_F()
1330 sleep(SLEEP_TIME); in HWTEST_F()
1554 sleep(SLEEP_TIME); in HWTEST_F()
1591 sleep(SLEEP_TIME); in HWTEST_F()
[all...]
/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_adapter.h24 #define SLEEP_TIME 10 macro
/base/security/device_security_level/services/sa/common/
H A Ddslm_rpc_process.c34 #define SLEEP_TIME (1000 * 500) macro
104 usleep(SLEEP_TIME); in InitService()
/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp61 static const int32_t SLEEP_TIME = 1; member
225 sleep(SLEEP_TIME); in WaitTestTimeout()
472 sleep(SLEEP_TIME); in HWTEST_F()
476 sleep(SLEEP_TIME); in HWTEST_F()
482 sleep(SLEEP_TIME); in HWTEST_F()
502 sleep(SLEEP_TIME); in HWTEST_F()
506 sleep(SLEEP_TIME); in HWTEST_F()
512 sleep(SLEEP_TIME); in HWTEST_F()
687 sleep(SLEEP_TIME); in HWTEST_F()
695 sleep(SLEEP_TIME); in HWTEST_F()
[all...]
H A Dcellular_data_service_test.cpp30 static const int32_t SLEEP_TIME = 3; member
44 sleep(SLEEP_TIME); in TearDownTestCase()
/base/msdp/device_status/tools/vdev/include/
H A Dvirtual_device_defines.h35 constexpr int32_t SLEEP_TIME { 500 };
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtee_tui_daemon.cpp42 static const uint32_t SLEEP_TIME = 1; variable
55 sleep(SLEEP_TIME); in GetTuiDevFd()
/base/security/permission_lite/services/unittest/pms/src/
H A Dacts_pms_test.h59 const int SLEEP_TIME = 5; variable
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_sync_event_module_test.cpp25 const uint32_t SLEEP_TIME = 1000; member
49 usleep(SLEEP_TIME); in WaitTaskCalled()
99 usleep(SLEEP_TIME); in SendEventWithSmartPtr()
H A Devent_handler_send_timing_event_module_test.cpp26 const uint32_t SLEEP_TIME = 1000; member
60 usleep(SLEEP_TIME); in WaitTaskCalled()
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.c208 #define SLEEP_TIME (200 * 1000 * 1000) macro
232 SleepNs(SLEEP_TIME); in CaDaemonConnectWithCaInfo()
/base/update/updater/services/include/updater/
H A Dupdater_const.h99 constexpr int SLEEP_TIME = 1; member
/base/security/certificate_manager/test/unittest/src/
H A Dcm_test_common.cpp33 constexpr uint32_t SLEEP_TIME = 3; member
63 sleep(SLEEP_TIME); in SetATPermission()
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_manage_interface_test.cpp42 constexpr int32_t SLEEP_TIME = 3; member
49 sleep(SLEEP_TIME); in SetUpTestCase()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp33 const int32_t SLEEP_TIME = 1000; member
416 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Reconnect()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp30 const int32_t SLEEP_TIME = 5000; member
122 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in TearDownTestCase()
H A Dcore_service_common_test.cpp43 static const int32_t SLEEP_TIME = 3; member
57 sleep(SLEEP_TIME); in TearDownTestCase()

Completed in 17 milliseconds

12