Home
last modified time | relevance | path

Searched refs:GetDelay (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_parse_test.cpp71 if (it->GetDelay() != 0) { in TestPowerSuspend()
80 if (it->GetDelay() != 0) { in TestPowerSuspend()
89 if (it->GetDelay() != 0) { in TestPowerSuspend()
98 if (it->GetDelay() != 0) { in TestPowerSuspend()
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp42 if (task->GetDelay() == 0) { in Push()
55 if (task->GetDelay() > 0) { in Push()
136 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.cpp81 …ss << ", send time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime() - task->GetDelay()); in DumpUnexecutedTaskInfo()
206 historyTask.sendTime_ = task->GetUptime() - task->GetDelay(); in PushHistoryTask()
H A Deventhandler_adapter_queue.h41 sendTime_ = task->GetUptime() - task->GetDelay(); in HistoryTask()
H A Dserial_queue.cpp46 } else if ((whenMap_.begin()->second->GetDelay() > 0) && (GetNow() > whenMap_.begin()->first)) { in Push()
H A Dqueue_handler.cpp160 if (task->GetDelay() == 0) { in Submit()
164 … FFRT_LOGD("task [%llu] with delay [%llu] activate %s", gid, task->GetDelay(), name_.c_str()); in Submit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h101 int32_t GetDelay() const in GetDelay() function
103 return tweenOption_.GetDelay(); in GetDelay()
H A Dpage_transition_element.cpp382 delay = contentOutOption_.GetDelay(); in SetTransition()
392 delay = contentInOption_.GetDelay(); in SetTransition()
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.h139 uint32_t GetDelay() const in GetDelay() function
160 delayMs_ = source.GetDelay(); in SuspendMonitor()
H A Dsuspend_sources.h57 uint32_t GetDelay() const in GetDelay() function
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dqueue_task.h52 inline uint64_t GetDelay() const in GetDelay() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator_info.h81 int32_t GetDelay() const in GetDelay() function
H A Danimatable_base.h142 animationController_->SetStartDelay(animationOption_.GetDelay()); in ApplyAnimationOptions()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp316 bool GetDelay(const cJSON* jsonData, int64_t &delayInt) in GetDelay() function
387 if (!GetDelay(sequenceKeysJson, sequenceKey.delay)) { in PackageSequenceKey()
534 if (!GetDelay(jsonData, repeatKey.delay)) { in ConvertToKeyRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimation_option.h50 int32_t GetDelay() const in GetDelay() function
H A Danimatable_path.cpp94 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_color.h119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_double.h148 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Dtween_option.h59 int32_t GetDelay() const in GetDelay() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_float.h119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_dimension.cpp102 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
H A Danimatable_matrix4.cpp104 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_effect.h149 int32_t GetDelay() const in GetDelay() function
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h121 bool GetDelay(const cJSON* jsonData, int64_t &delayInt);

12