/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_suspend_parse_test.cpp | 71 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 D | concurrent_queue.cpp | 42 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 D | eventhandler_interactive_queue.cpp | 30 int delayUs = static_cast<int>(task->GetDelay()); in Push()
|
H A D | eventhandler_adapter_queue.cpp | 81 …ss << ", send time = " << ffrt::FormatDateString4SteadyClock(task->GetUptime() - task->GetDelay()); in DumpUnexecutedTaskInfo() 206 historyTask.sendTime_ = task->GetUptime() - task->GetDelay(); in PushHistoryTask()
|
H A D | eventhandler_adapter_queue.h | 41 sendTime_ = task->GetUptime() - task->GetDelay(); in HistoryTask()
|
H A D | serial_queue.cpp | 46 } else if ((whenMap_.begin()->second->GetDelay() > 0) && (GetNow() > whenMap_.begin()->first)) { in Push()
|
H A D | queue_handler.cpp | 160 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 D | page_transition_info.h | 101 int32_t GetDelay() const in GetDelay() function 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()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_controller.h | 139 uint32_t GetDelay() const in GetDelay() function 160 delayMs_ = source.GetDelay(); in SuspendMonitor()
|
H A D | suspend_sources.h | 57 uint32_t GetDelay() const in GetDelay() function
|
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/ |
H A D | queue_task.h | 52 inline uint64_t GetDelay() const in GetDelay() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator_info.h | 81 int32_t GetDelay() const in GetDelay() function
|
H A D | animatable_base.h | 142 animationController_->SetStartDelay(animationOption_.GetDelay()); in ApplyAnimationOptions()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 316 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 D | animation_option.h | 50 int32_t GetDelay() const in GetDelay() function
|
H A D | animatable_path.cpp | 94 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_color.h | 119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_double.h | 148 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | tween_option.h | 59 int32_t GetDelay() const in GetDelay() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_float.h | 119 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_dimension.cpp | 102 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
H A D | animatable_matrix4.cpp | 104 animationController_->SetStartDelay(animationOption_.GetDelay()); in AnimateTo()
|
/ohos5.0/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
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 121 bool GetDelay(const cJSON* jsonData, int64_t &delayInt);
|