Home
last modified time | relevance | path

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

/base/startup/init/test/exec_test/
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/test/unittest/common/native/src/
Ddisplay_power_mgr_brightness_test.cpp75 const int SLEEP_TIME = 100000; variable
76 usleep(SLEEP_TIME); // sleep 100ms, wait for setting update
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
[all …]
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_publish_manager_event_unit_test.cpp30 constexpr int32_t SLEEP_TIME = 1000 * FLOOD_ATTACK_INTERVAL_MAX; variable
92 usleep(SLEEP_TIME);
114 usleep(SLEEP_TIME);
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp52 static const int32_t SLEEP_TIME = 1; variable
199 sleep(SLEEP_TIME); in WaitTestTimeout()
365 sleep(SLEEP_TIME);
369 sleep(SLEEP_TIME);
375 sleep(SLEEP_TIME);
395 sleep(SLEEP_TIME);
399 sleep(SLEEP_TIME);
405 sleep(SLEEP_TIME);
580 sleep(SLEEP_TIME);
588 sleep(SLEEP_TIME);
[all …]
/base/security/device_security_level/services/sa/common/
Ddslm_rpc_process.c30 #define SLEEP_TIME (1000 * 500) macro
95 usleep(SLEEP_TIME); in InitService()
/base/telephony/ril_adapter/services/vendor/include/
Dvendor_adapter.h24 #define SLEEP_TIME 10 macro
/base/request/request/test/download/
Ddownload.test.ets183 const SLEEP_TIME = 1000
215 sleep(SLEEP_TIME);
240 sleep(SLEEP_TIME);
243 sleep(SLEEP_TIME);
269 sleep(SLEEP_TIME);
295 sleep(SLEEP_TIME);
316 sleep(SLEEP_TIME);
326 sleep(SLEEP_TIME);
347 sleep(SLEEP_TIME);
355 sleep(SLEEP_TIME);
[all …]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp31 const int32_t SLEEP_TIME = 1; variable
83 sleep(SLEEP_TIME);
129 sleep(SLEEP_TIME);
175 sleep(SLEEP_TIME);
220 sleep(SLEEP_TIME);
267 sleep(SLEEP_TIME);
383 sleep(SLEEP_TIME);
Dans_innerkits_module_publish_test.cpp41 const int32_t SLEEP_TIME = 5; variable
517 sleep(SLEEP_TIME); in CheckJsonConverter()
1025 sleep(SLEEP_TIME);
1150 sleep(SLEEP_TIME);
1181 sleep(SLEEP_TIME);
1229 sleep(SLEEP_TIME);
1235 sleep(SLEEP_TIME);
1250 sleep(SLEEP_TIME);
1256 sleep(SLEEP_TIME);
/base/security/permission_lite/services/unittest/pms/src/
Dacts_pms_test.h59 const int SLEEP_TIME = 5; variable
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_service_ondemand.h31 static constexpr int64_t SLEEP_TIME = 500 * 1000; variable
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_send_sync_event_module_test.cpp25 const uint32_t SLEEP_TIME = 1000; variable
49 usleep(SLEEP_TIME); in WaitTaskCalled()
99 usleep(SLEEP_TIME); in SendEventWithSmartPtr()
Devent_handler_send_timing_event_module_test.cpp26 const uint32_t SLEEP_TIME = 1000; variable
60 usleep(SLEEP_TIME); in WaitTaskCalled()
/base/startup/init/test/unittest/seccomp/
Dseccomp_unittest.cpp38 constexpr int SLEEP_TIME = 100000; // 100ms variable
100 usleep(SLEEP_TIME); in CheckSyscall()
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_ondemand.cpp69 usleep(SLEEP_TIME); in CheckUpdaterSaLoaded()
/base/update/updater/services/include/updater/
Dupdater_const.h61 constexpr int SLEEP_TIME = 1; variable
/base/theme/screenlock_mgr/interfaces/kits/napi/test/unittest/src/
DScreenlock.test.js19 const SLEEP_TIME = 1000; constant
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_core_test.cpp40 constexpr int32_t SLEEP_TIME = 3; variable
48 sleep(SLEEP_TIME); in SetUpTestCase()
Dusb_bulkcallback_test.cpp42 constexpr int32_t SLEEP_TIME = 3; variable
80 sleep(SLEEP_TIME); in SetUpTestCase()
Dusb_request_test.cpp41 constexpr int32_t SLEEP_TIME = 3; variable
48 sleep(SLEEP_TIME); in SetUpTestCase()
Dusb_device_pipe_test.cpp38 constexpr int32_t SLEEP_TIME = 3; variable
44 sleep(SLEEP_TIME); in SetUpTestCase()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c326 int32_t waitNextTryTime = SLEEP_TIME; in EventListeners()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp69 const int32_t SLEEP_TIME = 5; variable
297 sleep(SLEEP_TIME); in TestNotifyNetworkStateChange()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_access_control_rsa_sign_verify_test_common.cpp109 static const uint32_t SLEEP_TIME = 1; variable
133 sleep(SLEEP_TIME); in HksAcRsaThreeStageNormalCase()