/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | js_timer.cpp | 118 int64_t delayTime = 0; in StartTimeoutOrInterval() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_networking_collect.cpp | 315 bool WorkHandler::SendEvent(uint32_t eventId, uint64_t delayTime) in SendEvent()
|
H A D | common_event_collect.cpp | 533 bool CommonHandler::PostTask(std::function<void()> func, uint64_t delayTime) in PostTask() 594 bool CommonHandler::SendEvent(uint32_t eventId, int64_t extraDataId, uint64_t delayTime) in SendEvent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.cpp | 194 AppExecFwk::EventQueue::Priority priority) { in Start() 295 …RSUniRenderThread::PostTask(RSTaskMessage::RSTask task, const std::string& name, int64_t delayTime, in PostTask() 407 auto delayTime = RSHardwareThread::Instance().delayTime_; in ReleaseSelfDrawingNodeBuffer() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_handler.h | 138 inline bool SendEvent(uint32_t innerEventId, int64_t param, int64_t delayTime) in SendEvent()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_abnormal_unit_test.cpp | 166 int32_t delayTime; variable
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_handler.cpp | 91 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent() 162 int64_t delayTime = taskTime - nowSysTime; in SendTimingEvent() local
|
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/ |
H A D | vibrator_agent.cpp | 207 int32_t GetDelayTime(int32_t &delayTime) in GetDelayTime()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewLayer.java | 415 final int delayTime = mAccessibilityManager.getRecommendedTimeoutMillis( in hideMenuAndShowMessage() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/ |
H A D | js_backend_timer_module.cpp | 167 int64_t delayTime = 0; in StartTimeoutOrInterval() local
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager_stub.cpp | 185 int32_t delayTime = 0; in IdleAbilityInner() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/lsamgr/src/ |
H A D | local_ability_manager_proxy.cpp | 168 const nlohmann::json& idleReason, int32_t& delayTime) in IdleAbility()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_live_view_service.cpp | 549 uint32_t delayTime = record->notification->GetNotificationRequest().GetPublishDelayTime(); in SaPublishSystemLiveViewAsBundle() local 576 const int32_t ownerUid, const int32_t notificationId, const uint32_t delayTime) in StartDelayPublishTimer()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_manager_unit_test.cpp | 265 int32_t delayTime; variable
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_vibrator_impl.cpp | 442 int32_t delayTime = 0; in GetDelayTime() local
|
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_set_get_remove_module_test.cpp | 270 int64_t delayTime = 0; variable
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/ |
H A D | background_task_mgr_service.cpp | 133 ErrCode BackgroundTaskMgrService::GetRemainingDelayTime(int32_t requestId, int32_t &delayTime) in GetRemainingDelayTime()
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 249 int64_t delayTime = MIN_DELAY; in CalcNextDelayInternal() local
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | inner_event.h | 737 inline void SetDelayTime(int64_t delayTime) in SetDelayTime()
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 249 int64_t delayTime = MIN_DELAY; in CalcNextDelayInternal() local
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_queue_test.cpp | 120 static void DelayTest(uint8_t delayTime) in DelayTest() 730 const uint8_t delayTime = 100; variable 745 const uint8_t delayTime = 0; variable 905 int64_t delayTime = 5; variable
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | local_ability_manager_stub_test.cpp | 443 int32_t delayTime = 0; variable 464 int delayTime = 0; variable
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | taskpool.cpp | 336 int32_t delayTime = 0; in ExecuteDelayed() local 756 …CheckDelayedParams(napi_env env, napi_callback_info cbinfo, uint32_t &priority, int32_t &delayTime, in CheckDelayedParams()
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 103 …nvironment::PostTask(const std::function<void()>& task, const std::string& name, int64_t delayTime) in PostTask()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_manager.cpp | 66 ErrCode BackgroundTaskManager::GetRemainingDelayTime(int32_t requestId, int32_t &delayTime) in GetRemainingDelayTime()
|