/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_mouse_autoclick_test.cpp | 30 constexpr int32_t DELAY_TIME = 100; member 94 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F() 127 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F() 169 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F()
|
H A D | accessibility_setting_provider_test.cpp | 1463 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F() 1496 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F() 1538 accountData->GetConfig()->SetMouseAutoClick(DELAY_TIME); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/channel/ |
H A D | proxy_negotiate_channel_test.cpp | 33 const int32_t DELAY_TIME = 100;
member 148 SoftBusSleepMs(DELAY_TIME);
in HWTEST_F() 158 SoftBusSleepMs(DELAY_TIME);
in HWTEST_F() 168 SoftBusSleepMs(DELAY_TIME);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/ |
H A D | rs_video_frame_rate_vote.cpp | 27 constexpr int32_t DELAY_TIME = 1000 * 1000; member 76 taskAttr.delay(DELAY_TIME); in SendDelayTask()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | transparent_node_detector.cpp | 26 constexpr uint32_t DELAY_TIME = 2000; member 81 executor->PostDelayedTask(std::move(task), TaskExecutor::TaskType::UI, DELAY_TIME, "ExtensionTransparentDetector"); in PostCheckNodeTransparentTask() local
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/ |
H A D | task_state_manager.cpp | 29 const int32_t DELAY_TIME = 90000; // ms member 141 std::chrono::milliseconds ms(DELAY_TIME); in DelayUnloadTask()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_networking_collect.cpp | 32 constexpr uint64_t DELAY_TIME = 1000; member 189 handler_->SendEvent(DM_DIED_EVENT, DELAY_TIME); in OnRemoteDied() 301 handler_->PostTask(task, DELAY_TIME); in ProcessEvent()
|
/foundation/bundlemanager/app_domain_verify/services/src/agent/core/ |
H A D | app_domain_verify_agent_service.cpp | 33 constexpr int32_t DELAY_TIME = 180000; // 3min = 3*60*1000 member 36 constexpr int32_t DELAY_TIME = 60000; // 1min = 60*1000 for test 245 unloadHandler_->PostTask([this] { OnDelayUnloadSA(); }, TASK_ID, DELAY_TIME); in PostDelayUnloadTask()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_mock.cpp | 62 static const int32_t DELAY_TIME = 15; member 186 SoftBusSleepMs(DELAY_TIME); in ClientFSMCreate() 197 int64_t time = now.sec * USECTONSEC * USECTONSEC + now.usec + DELAY_TIME * USECTONSEC; in WaitForSignal() 211 SoftBusSleepMs(DELAY_TIME); in WaitForSignal()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | system_window_scene.cpp | 28 constexpr uint32_t DELAY_TIME = 3000; member 328 DELAY_TIME, "ArkUIWindowCheckContextTransparent"); in PostCheckContextTransparentTask() local 348 std::move(task), TaskExecutor::TaskType::UI, DELAY_TIME, "ArkUIWindowFaultInject"); in PostFaultInjectTask() local
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_thread_test.cpp | 27 const int32_t DELAY_TIME = 1000; member 56 SoftBusSleepMs(DELAY_TIME); in SoftBusThreadTask() 65 SoftBusSleepMs(DELAY_TIME); in ThreadSelfTest() 74 SoftBusSleepMs(DELAY_TIME); in ThreadWaitTest() 81 SoftBusSleepMs(DELAY_TIME); in ThreadSignalTest()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/ |
H A D | basic_definitions.h | 28 constexpr uint32_t DELAY_TIME = 1000; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 26 constexpr int32_t DELAY_TIME = 300; member 164 foldStatusDelayTask_, TaskExecutor::TaskType::UI, DELAY_TIME, "ArkUIFolderStackStatusChange"); in RefreshStack()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_client.cpp | 24 static const int32_t DELAY_TIME = 5000; member 240 }, {}, {}, ffrt::task_attr().delay(DELAY_TIME * MS_TO_US)); in OnRemoteDied()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 54 constexpr int32_t DELAY_TIME = 180000; member 252 unloadHandler_->PostTask(task, TASK_ID, DELAY_TIME); in DelayUnloadTask()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_service.cpp | 43 static const int32_t DELAY_TIME = 2000 * 1000; member 89 }, ffrt::task_attr().delay(DELAY_TIME)); in InitNecessaryState() 99 }, ffrt::task_attr().delay(DELAY_TIME)); in InitNecessaryState() 111 }, ffrt::task_attr().delay(DELAY_TIME)); in InitNecessaryState()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 50 const int DELAY_TIME = 1000; member 138 if (!handler->PostTask(task, "AppRecovery:AddAbility", DELAY_TIME)) { in AddAbility()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_state_manager.cpp | 28 static const int DELAY_TIME = 1000; member 534 handler_->SubmitTask(initConnectionStateManagerTask, "InitConnectionStateManager", DELAY_TIME); in InitAppStateObserver()
|
/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_server.h | 33 constexpr int64_t DELAY_TIME = 2000;
member
|
H A D | migrate_avsession_server.cpp | 325 }, "DelaySendMetaData", DELAY_TIME);
in SendRemoteControllerList()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/ |
H A D | deferred_video_controller.cpp | 189 DPSProwerManager::GetInstance().SetAutoSuspend(false, processTime + DELAY_TIME); in StartSuspendLock()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_state_scheduler_test.cpp | 37 constexpr int32_t DELAY_TIME = 2; member 690 int32_t ret = systemAbilityStateScheduler->SendDelayUnloadEventLocked(SAID, DELAY_TIME); in HWTEST_F() 706 systemAbilityStateScheduler->SendDelayUnloadEventLocked(SAID, DELAY_TIME); in HWTEST_F() 707 int32_t ret = systemAbilityStateScheduler->SendDelayUnloadEventLocked(SAID, DELAY_TIME); in HWTEST_F() 724 int32_t ret = systemAbilityStateScheduler->SendDelayUnloadEventLocked(SAID, DELAY_TIME); in HWTEST_F() 758 systemAbilityStateScheduler->SendDelayUnloadEventLocked(SAID, DELAY_TIME); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 48 constexpr int32_t DELAY_TIME = 180000; member 561 unloadHandler_->PostTask(task, UNLOAD_TASK_ID, DELAY_TIME); in DelayUnloadTask()
|
/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 35 constexpr int32_t DELAY_TIME = 15; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 42 constexpr uint32_t DELAY_TIME = 2000; member 831 taskExecutor->PostDelayedTask(task, TaskExecutor::TaskType::UI, DELAY_TIME, name); in PostTaskToUI()
|