Home
last modified time | relevance | path

Searched refs:GetDelay (Results 1 - 25 of 35) sorted by relevance

12

/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp42 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 Deventhandler_interactive_queue.cpp30 int delayUs = static_cast<int>(task->GetDelay()); in Push()
H A Deventhandler_adapter_queue.h41 sendTime_ = task->GetUptime() - task->GetDelay(); in HistoryTask()
H A Deventhandler_adapter_queue.cpp81 oss << ", send time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime() - task->GetDelay()); in DumpUnexecutedTaskInfo()
206 historyTask.sendTime_ = task->GetUptime() - task->GetDelay(); in PushHistoryTask()
H A Dqueue_handler.cpp147 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 Dpage_transition_info.h101 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::PageTransition
103 return tweenOption_.GetDelay(); in GetDelay()
H A Dpage_transition_element.cpp382 delay = contentOutOption_.GetDelay(); in SetTransition()
392 delay = contentInOption_.GetDelay(); in SetTransition()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator_info.h81 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::Framework::AnimatorInfo
H A Danimatable_base.h142 animationController_->SetStartDelay(animationOption_.GetDelay()); in ApplyAnimationOptions()
/foundation/resourceschedule/ffrt/src/tm/
H A Dqueue_task.h52 inline uint64_t GetDelay() const in GetDelay() function in ffrt::QueueTask
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_double.h148 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_color.h119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimation_option.h50 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::final
H A Danimatable_path.cpp94 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Dtween_option.h59 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_float.h119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_matrix4.cpp104 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_dimension.cpp102 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_effect.h149 int32_t GetDelay() const in GetDelay() function in OHOS::Ace::NG::PageTransitionEffect
H A Dpage_pattern.cpp116 option.SetDelay(effect->GetDelay()); in TriggerPageTransition()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp319 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 Dkey_command_handler_util.h121 bool GetDelay(const cJSON* jsonData, int64_t &delayInt);
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1205 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 Drosen_animation_utils.cpp38 timingProtocol.SetStartDelay(option.GetDelay()); in OptionToTimingProtocol()
H A Drosen_modifier_adapter.cpp253 timingProtocol.SetStartDelay(option.GetDelay()); in OptionToTimingProtocol()

Completed in 14 milliseconds

12