Home
last modified time | relevance | path

Searched refs:GetSysTimestamp (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp121 auto currentTime = GetSysTimestamp();
135 currentTime = GetSysTimestamp();
183 auto currentTime = GetSysTimestamp();
303 auto currentTime = GetSysTimestamp();
317 currentTime = GetSysTimestamp();
342 auto currentTime = GetSysTimestamp();
367 auto currentTime = GetSysTimestamp();
398 auto currentTime = GetSysTimestamp();
429 auto currentTime = GetSysTimestamp();
461 auto currentTime = GetSysTimestamp();
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_scoring_log.cpp61 startTime_ = static_cast<uint64_t>(GetSysTimestamp()); in Init()
69 endTime_ = static_cast<uint64_t>(GetSysTimestamp()); in ~AceScoringLog()
H A Dace_performance_check.cpp72 markTime_ = GetSysTimestamp(); in AceScopedPerformanceCheck()
78 auto time = static_cast<int64_t>((GetSysTimestamp() - markTime_) / CONVERT_NANOSECONDS); in ~AceScopedPerformanceCheck()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp142 time = GetSysTimestamp(); in FlushLayoutTask()
144 time = GetSysTimestamp() - time; in FlushLayoutTask()
178 time = GetSysTimestamp(); in FlushRenderTask()
183 time = GetSysTimestamp() - time; in FlushRenderTask()
H A Dpipeline_context.cpp693 auto currentTimeStamp = GetSysTimestamp(); in ProcessDelayTasks()
2897 DumpLog::GetInstance().Print(1, "NowTime: " + std::to_string(GetSysTimestamp())); in DumpPipelineInfo()
3150 … static_cast<int64_t>(lastMouseEvent_->time.time_since_epoch().count()), GetSysTimestamp()); in FlushMouseEvent()
3979 int64_t currentTime = GetSysTimestamp(); in TriggerIdleCallback()
3987 currentTime = GetSysTimestamp(); in TriggerIdleCallback()
3993 int64_t currentTime = GetSysTimestamp(); in OnIdle()
4506 static_cast<uint64_t>(GetSysTimestamp()) - window_->GetLastRequestVsyncTime() >= timeout) { in PrintVsyncInfoIfNeed()
4509 …window_->GetLastRequestVsyncTime(), GetSysTimestamp(), onShow_, lastFrameInfo.GetTimeInfo().c_str(… in PrintVsyncInfoIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp46 int64_t ts = GetSysTimestamp(); in RosenWindow()
67 window->SetLastVsyncEndTimestamp(GetSysTimestamp()); in RosenWindow()
140 lastRequestVsyncTime_ = static_cast<uint64_t>(GetSysTimestamp()); in RequestFrame()
H A Dform_render_window.cpp60 int64_t ts = GetSysTimestamp(); in FormRenderWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp55 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
148 int64_t currentTimeStamp = GetSysTimestamp(); in HandleTouchDownEvent()
205 int64_t overTime = GetSysTimestamp(); in HandleTouchUpEvent()
308 task_ = { WeakClaim(this), GetSysTimestamp(), time, callback }; in DeadlineTimer()
H A Drotation_recognizer.cpp49 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
153 int64_t overTime = GetSysTimestamp(); in HandleTouchUpEvent()
183 int64_t overTime = GetSysTimestamp(); in HandleTouchUpEvent()
H A Dpinch_recognizer.cpp52 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
176 int64_t overTime = GetSysTimestamp(); in HandleTouchUpEvent()
207 int64_t overTime = GetSysTimestamp(); in HandleTouchUpEvent()
H A Dswipe_recognizer.cpp66 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
82 int64_t overTime = GetSysTimestamp(); in OnAccepted()
H A Dclick_recognizer.cpp152 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
197 int64_t overTime = GetSysTimestamp(); in OnAccepted()
H A Dpan_recognizer.cpp113 int64_t acceptTime = GetSysTimestamp(); in OnAccepted()
946 int64_t overTime = GetSysTimestamp(); in AddOverTimeTrace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.h35 int64_t GetSysTimestamp();
H A Dtime_util.cpp52 int64_t GetSysTimestamp() in GetSysTimestamp() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp234 int64_t time = GetSysTimestamp(); in Layout()
266 time = GetSysTimestamp() - time; in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_utils.cpp87 if (GetSysTimestamp() > deadline) { in PreloadGridItemsHelper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_algorithm_base.cpp96 if (GetSysTimestamp() > deadline) { in PostIdleTask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp107 if (GetSysTimestamp() > deadline) { in RenderCustomChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp187 int64_t startTime = GetSysTimestamp(); in PushPage()
243 int64_t endTime = GetSysTimestamp(); in PushPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtouch_event.cpp56 int64_t overTime = GetSysTimestamp(); in TriggerTouchCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp362 auto currentTime = GetSysTimestamp(); in HandleDragStart()
411 auto currentTime = GetSysTimestamp(); in HandleDragUpdate()
851 lastVsyncTime_ = static_cast<uint64_t>(GetSysTimestamp()); in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp573 auto currentTime = GetSysTimestamp();
606 auto currentTime = GetSysTimestamp();
667 auto currentTime = GetSysTimestamp();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp727 lastTouchEventEndTimestamp_ = GetSysTimestamp(); in DispatchTouchEvent()
764 lastTouchEventEndTimestamp_ = GetSysTimestamp(); in DispatchTouchEvent()
957 lastTouchEventEndTimestamp_ = GetSysTimestamp(); in DispatchTouchEvent()
2192 auto currentTime = GetSysTimestamp(); in CheckAndLogLastReceivedEventInfo()
2216 auto currentTime = GetSysTimestamp(); in CheckAndLogLastConsumedEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp363 auto currentTime = GetSysTimestamp(); in HandleDragStart()
570 auto currentTime = GetSysTimestamp(); in HandleDragUpdate()

123