Home
last modified time | relevance | path

Searched refs:VsyncExcepType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Devent_report.h141 enum class VsyncExcepType { enum
186 …static void SendVsyncException(VsyncExcepType type, uint32_t windowId, int32_t instanceId, uint64_…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp147 …EventReport::SendVsyncException(VsyncExcepType::UI_VSYNC_TIMEOUT, windowId, instanceId, timeStamp); in RequestFrame()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp259 void EventReport::SendVsyncException(VsyncExcepType type, uint32_t windowId, int32_t instanceId, ui… in SendVsyncException()