/base/startup/init/test/exec_test/ |
D | fd_holder_test.c | 26 #define SLEEP_TIME 3 macro 74 sleep(SLEEP_TIME); in main() 80 sleep(SLEEP_TIME); in main()
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_publish_manager_event_unit_test.cpp | 30 constexpr int32_t SLEEP_TIME = 1000 * FLOOD_ATTACK_INTERVAL_MAX; variable 92 usleep(SLEEP_TIME); 114 usleep(SLEEP_TIME);
|
/base/powermgr/display_manager/test/unittest/src/ |
D | display_power_mgr_brightness_test.cpp | 92 const int32_t SLEEP_TIME = 200000; variable 94 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness 151 const int32_t SLEEP_TIME = 200000; variable 153 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness 194 const int32_t SLEEP_TIME = 200000; variable 196 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness 238 const int32_t SLEEP_TIME = 200000; variable 240 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness 270 const int32_t SLEEP_TIME = 200000; variable 271 usleep(SLEEP_TIME); // sleep 200ms, wait for setBrightness [all …]
|
/base/telephony/cellular_data/test/ |
D | cellular_data_test.cpp | 52 static const int32_t SLEEP_TIME = 1; variable 201 sleep(SLEEP_TIME); in WaitTestTimeout() 387 sleep(SLEEP_TIME); 391 sleep(SLEEP_TIME); 397 sleep(SLEEP_TIME); 417 sleep(SLEEP_TIME); 421 sleep(SLEEP_TIME); 427 sleep(SLEEP_TIME); 602 sleep(SLEEP_TIME); 610 sleep(SLEEP_TIME); [all …]
|
/base/msdp/device_status/services/native/test/unittest/src/ |
D | devicestatus_service_test.cpp | 36 constexpr int32_t SLEEP_TIME { 2000 }; variable 75 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 121 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 167 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 213 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 259 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 305 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
|
/base/security/device_security_level/services/sa/common/ |
D | dslm_rpc_process.c | 30 #define SLEEP_TIME (1000 * 500) macro 95 usleep(SLEEP_TIME); in InitService()
|
/base/telephony/ril_adapter/services/vendor/include/ |
D | vendor_adapter.h | 24 #define SLEEP_TIME 10 macro
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 33 const int32_t SLEEP_TIME = 1; variable 92 sleep(SLEEP_TIME); 138 sleep(SLEEP_TIME); 184 sleep(SLEEP_TIME); 229 sleep(SLEEP_TIME); 276 sleep(SLEEP_TIME); 392 sleep(SLEEP_TIME); 401 sleep(SLEEP_TIME); 417 sleep(SLEEP_TIME); 439 sleep(SLEEP_TIME);
|
D | ans_innerkits_module_publish_test.cpp | 44 const int32_t SLEEP_TIME = 1; variable 532 sleep(SLEEP_TIME); in CheckJsonConverter() 1040 sleep(SLEEP_TIME); 1165 sleep(SLEEP_TIME); 1196 sleep(SLEEP_TIME); 1244 sleep(SLEEP_TIME); 1250 sleep(SLEEP_TIME); 1265 sleep(SLEEP_TIME); 1271 sleep(SLEEP_TIME); 1493 sleep(SLEEP_TIME); [all …]
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_ondemand.h | 30 static constexpr int64_t SLEEP_TIME = 50 * 1000; variable
|
/base/security/permission_lite/services/unittest/pms/src/ |
D | acts_pms_test.h | 59 const int SLEEP_TIME = 5; variable
|
/base/msdp/device_status/tools/vdev/include/ |
D | virtual_device_defines.h | 35 constexpr int32_t SLEEP_TIME { 500 };
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_send_sync_event_module_test.cpp | 25 const uint32_t SLEEP_TIME = 1000; variable 49 usleep(SLEEP_TIME); in WaitTaskCalled() 99 usleep(SLEEP_TIME); in SendEventWithSmartPtr()
|
D | event_handler_send_timing_event_module_test.cpp | 26 const uint32_t SLEEP_TIME = 1000; variable 60 usleep(SLEEP_TIME); in WaitTaskCalled()
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_ondemand.cpp | 63 usleep(SLEEP_TIME); in CheckUpdaterSaLoaded()
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
D | domain_account_client_module_test.cpp | 67 const int32_t SLEEP_TIME = 1000; variable 625 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1506 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1510 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1521 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1558 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1563 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1612 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1657 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); 1703 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); [all …]
|
/base/update/updater/services/include/updater/ |
D | updater_const.h | 72 constexpr int SLEEP_TIME = 1; variable
|
/base/notification/common_event_service/frameworks/core/src/ |
D | common_event.cpp | 29 const int32_t SLEEP_TIME = 1000; variable 389 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Reconnect()
|
/base/theme/screenlock_mgr/frameworks/js/napi/test/unittest/src/ |
D | Screenlock.test.js | 19 const SLEEP_TIME = 1000; constant
|
/base/msdp/device_status/tools/vdev/src/ |
D | virtual_mouse_builder.cpp | 123 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Mount() 332 VirtualDeviceBuilder::WaitFor("mouse", SLEEP_TIME); in ReadDragToAction()
|
D | v_input_device.cpp | 76 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Open()
|
D | virtual_keyboard_builder.cpp | 87 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Mount()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | vendor_adapter.c | 331 int32_t waitNextTryTime = SLEEP_TIME; in EventListeners()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
D | dlp_permission_service.cpp | 52 static const std::chrono::seconds SLEEP_TIME(120); variable 604 std::this_thread::sleep_for(SLEEP_TIME); in TerminalService()
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
D | usb_core_test.cpp | 42 constexpr int32_t SLEEP_TIME = 3; variable 53 sleep(SLEEP_TIME); in SetUpTestCase()
|