/foundation/resourceschedule/ffrt/src/queue/ |
H A D | concurrent_queue.cpp | 42 if (task->GetDelay() == 0) {
in Push() 55 if (task->GetDelay() > 0) {
in Push() 135 uint64_t delayMs = (task->GetDelay() - 1) / 1000 + 1;
in PushDelayTaskToTimer()
|
H A D | eventhandler_interactive_queue.cpp | 30 int delayUs = static_cast<int>(task->GetDelay());
in Push()
|
H A D | eventhandler_adapter_queue.h | 41 sendTime_ = task->GetUptime() - task->GetDelay();
in HistoryTask()
|
H A D | eventhandler_adapter_queue.cpp | 81 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime() - task->GetDelay());
in DumpUnexecutedTaskInfo() 206 historyTask.sendTime_ = task->GetUptime() - task->GetDelay();
in PushHistoryTask()
|
H A D | queue_handler.cpp | 147 if (task->GetDelay() == 0) { in Submit() 151 FFRT_LOGD("task [%llu] with delay [%llu] activate %s", gid, task->GetDelay(), name_.c_str()); in Submit()
|
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_info.h | 101 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::PageTransition 103 return tweenOption_.GetDelay(); in GetDelay()
|
H A D | page_transition_element.cpp | 382 delay = contentOutOption_.GetDelay(); in SetTransition() 392 delay = contentInOption_.GetDelay(); in SetTransition()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator_info.h | 81 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::Framework::AnimatorInfo
|
H A D | animatable_base.h | 142 animationController_->SetStartDelay(animationOption_.GetDelay()); in ApplyAnimationOptions()
|
/foundation/resourceschedule/ffrt/src/tm/ |
H A D | queue_task.h | 52 inline uint64_t GetDelay() const in GetDelay() function in ffrt::QueueTask
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | animatable_double.h | 148 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_color.h | 119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animation_option.h | 50 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::final
|
H A D | animatable_path.cpp | 94 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | tween_option.h | 59 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_float.h | 119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_matrix4.cpp | 104 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_dimension.cpp | 102 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_effect.h | 149 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::NG::PageTransitionEffect
|
H A D | page_pattern.cpp | 116 option.SetDelay(effect->GetDelay()); in TriggerPageTransition()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 319 bool GetDelay(const cJSON* jsonData, int64_t &delayInt) in GetDelay() function 390 if (!GetDelay(sequenceKeysJson, sequenceKey.delay)) { in PackageSequenceKey() 537 if (!GetDelay(jsonData, repeatKey.delay)) { in ConvertToKeyRepeat()
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 121 bool GetDelay(const cJSON* jsonData, int64_t &delayInt);
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_util_test.cpp | 1205 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F() 1220 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F() 1236 EXPECT_FALSE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F() 1252 EXPECT_TRUE(OHOS::MMI::GetDelay(jsonData, delayInt)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 38 timingProtocol.SetStartDelay(option.GetDelay()); in OptionToTimingProtocol()
|
H A D | rosen_modifier_adapter.cpp | 253 timingProtocol.SetStartDelay(option.GetDelay()); in OptionToTimingProtocol()
|