/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/ |
H A D | hap_verify_test.cpp | 25 const int32_t DELAY_TIME = 4; member 70 sleep(DELAY_TIME); in HWTEST_F() 94 sleep(DELAY_TIME); in HWTEST_F() 120 sleep(DELAY_TIME); in HWTEST_F() 146 sleep(DELAY_TIME); in HWTEST_F() 172 sleep(DELAY_TIME); in HWTEST_F() 183 sleep(DELAY_TIME); in HWTEST_F() 209 sleep(DELAY_TIME); in HWTEST_F() 219 sleep(DELAY_TIME); in HWTEST_F() 246 sleep(DELAY_TIME); in HWTEST_F() [all...] |
/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/ |
H A D | time_service_fuzz_utils.cpp | 25 constexpr int32_t DELAY_TIME = 3000; member 47 TimeSystemAbility::GetInstance()->StartTimer(timerId, triggerTime + DELAY_TIME); in SetTimer()
|
/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/ |
H A D | ems_dumper_system_test.cpp | 29 const int64_t DELAY_TIME = 10; member 208 handler->PostTask(task, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 226 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 244 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 263 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 264 handler->PostTask(task, DELAY_TIME * 2, EventQueue::Priority::LOW); in HWTEST_F()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_event_handler_helper.cpp | 25 const int32_t DELAY_TIME = 3000; member 48 bool ret = callRequestEventHandler_->PostTask(task, TASK_ID, DELAY_TIME); in SetDialingCallProcessing()
|
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/ |
H A D | ems_event_queue_system_test.cpp | 31 const uint32_t DELAY_TIME = 10; member 86 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 102 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::IMMEDIATE); in HWTEST_F()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_hub_test.cpp | 47 constexpr int32_t DELAY_TIME = 500000; member 266 usleep(DELAY_TIME); in HWTEST_F() 293 usleep(DELAY_TIME); in HWTEST_F() 321 usleep(DELAY_TIME); in HWTEST_F() 349 usleep(DELAY_TIME); in HWTEST_F() 377 usleep(DELAY_TIME); in HWTEST_F() 405 usleep(DELAY_TIME); in HWTEST_F() 433 usleep(DELAY_TIME); in HWTEST_F() 460 usleep(DELAY_TIME); in HWTEST_F()
|
/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevelasync_fuzzer/ |
H A D | gethighestseclevelasync_fuzzer.cpp | 30 #define DELAY_TIME 3000 macro 105 g_cv.wait_for(lck, std::chrono::milliseconds(DELAY_TIME), []() { return (g_cnt == 1); }); in FuzzDoGetHighestSecLevelAsync()
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
H A D | ems_event_handler_test.cpp | 46 const int64_t DELAY_TIME = 10; member 1076 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::LOW); in HWTEST_F() 1097 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::LOW); in HWTEST_F() 1118 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH); in HWTEST_F() 1139 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1160 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::IDLE); in HWTEST_F() 1890 handler->SendEvent(event, DELAY_TIME, EventHandler::Priority::LOW); in HWTEST_F() 1910 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::HIGH); in HWTEST_F() 1930 handler->SendEvent(event, DELAY_TIME, TestEventHandler::Priority::IMMEDIATE); in HWTEST_F() 1979 if (handler->PostTask(f, DELAY_TIME, EventHandle in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | data_share_common.h | 43 constexpr int DELAY_TIME = 2; // delay 2s member
|
/base/inputmethod/imf/services/src/ |
H A D | freeze_manager.cpp | 28 constexpr std::int32_t DELAY_TIME = 3000L; member 87 [shouldFreeze, pid = pid_]() { ReportRss(shouldFreeze, pid); }, STOP_TASK_NAME, DELAY_TIME); in ControlIme()
|
/base/powermgr/powermgr_lite/services/src/screensaver/small/ |
H A D | screen_saver_handler.cpp | 28 static const int32_t DELAY_TIME = 20; variable 108 sleep(DELAY_TIME); // set delay to avoid registing input evnet listener failure in Init()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_common_event_receiver.cpp | 28 const int32_t DELAY_TIME = 50000; member 81 usleep(DELAY_TIME); in RegisterSubscriber()
|
/base/security/code_signature/services/local_code_sign/src/ |
H A D | local_code_sign_service.cpp | 31 constexpr int32_t DELAY_TIME = 180000;
member 90 unloadHandler_->PostTask(task, TASK_ID, DELAY_TIME);
in DelayUnloadTask()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_runner_test.cpp | 227 const int64_t DELAY_TIME = 30; in HWTEST_F() local 241 handler->PostTask(mainTask, DELAY_TIME); in HWTEST_F()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/ |
H A D | cm_sa.cpp | 45 const uint32_t DELAY_TIME = 180000; /* delay 180000ms to unload SA */ member 309 unloadHandler->PostTask(unloadTask, TASK_ID, DELAY_TIME); in DelayUnload()
|
/base/telephony/core_service/services/sim/src/ |
H A D | stk_controller.cpp | 42 const int64_t DELAY_TIME = 3000; member 170 SendEvent(StkController::RETRY_SEND_RIL_PROACTIVE_COMMAND, 0, DELAY_TIME); in OnReceiveBms() 385 SendEvent(StkController::RETRY_SEND_RIL_PROACTIVE_COMMAND, 0, DELAY_TIME); in OnSendRilProactiveCommand() 398 SendEvent(StkController::RETRY_SEND_RIL_PROACTIVE_COMMAND, 0, DELAY_TIME); in RetrySendRilProactiveCommand()
|
H A D | multi_sim_monitor.cpp | 31 const int64_t DELAY_TIME = 1000; member 195 SendEvent(MultiSimMonitor::INIT_DATA_RETRY_EVENT, slotId, DELAY_TIME); in InitData() 505 SendEvent(MultiSimMonitor::REGISTER_SIM_NOTIFY_RETRY_EVENT, 0, DELAY_TIME); in RegisterSimNotify()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_publisher.cpp | 162 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in OnSysEvent() 272 looper_->AddTimerEvent(nullptr, nullptr, task, DELAY_TIME, false); in AddExportTask()
|
/base/hiviewdfx/hiview/base/event_publish/ |
H A D | event_publish.cpp | 32 constexpr int DELAY_TIME = 30; member 330 std::this_thread::sleep_for(std::chrono::seconds(DELAY_TIME)); in SendEventToSandBox()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 49 static constexpr uint64_t DELAY_TIME = 2; member 433 faultTime += DELAY_TIME; in HitraceCapture()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 155 static constexpr uint32_t DELAY_TIME = 1; member in OHOS::MiscServices::InputMethodControllerTest 435 lock, std::chrono::seconds(InputMethodControllerTest::DELAY_TIME), [&info] { in TriggerConfigurationChangeCallback() 453 std::chrono::seconds(InputMethodControllerTest::DELAY_TIME), in TriggerCursorUpdateCallback() 466 lock, std::chrono::seconds(InputMethodControllerTest::DELAY_TIME), [&text, start, end] { in TriggerSelectionChangeCallback() 497 keyEventCv_.wait_for(lock, std::chrono::seconds(DELAY_TIME), [] { return consumeResult_; }); in WaitKeyEventCallback()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 50 constexpr int64_t DELAY_TIME = 100; member 596 handler_->PostTask(restoreListenTask, "OnRemoteSaDied", DELAY_TIME * (i + 1)); in RestoreListenInfoInSaDied() 636 handler_->PostTask(attachTask, "OnRemoteSaDied", DELAY_TIME * (i + 1)); in RestoreAttachInfoInSaDied()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | cellular_call_connection.cpp | 33 constexpr uint16_t DELAY_TIME = 100; member 911 std::this_thread::sleep_for(std::chrono::milliseconds(DELAY_TIME)); in ClearAllCalls()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 69 const std::int64_t DELAY_TIME = 1000000L; member 188 queue_->submit(callback, ffrt::task_attr().delay(DELAY_TIME)); in RegisterDisplayPowerEventListener()
|
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/ |
H A D | ems_event_runner_system_test.cpp | 44 const uint32_t DELAY_TIME = 100; member 1019 if (handler->SendEvent(EVENT_ID_1, EVENT_PARAM, DELAY_TIME)) { in HWTEST_F() 1345 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::LOW); in HWTEST_F() 1362 handler->SendEvent(event, DELAY_TIME, EventQueue::Priority::IDLE); in HWTEST_F()
|