/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator.cpp | 75 CHECK_RUN_ON(UI); in ~Animator() 121 CHECK_RUN_ON(UI); in AddInterpolator() 129 CHECK_RUN_ON(UI); in RemoveInterpolator() 135 CHECK_RUN_ON(UI); in ClearInterpolators() 141 CHECK_RUN_ON(UI); in AddProxyController() 154 CHECK_RUN_ON(UI); in RemoveProxyController() 160 CHECK_RUN_ON(UI); in ClearProxyControllers() 196 CHECK_RUN_ON(UI); in SetDuration() 213 CHECK_RUN_ON(UI); in SetIteration() 241 CHECK_RUN_ON(UI); in SetStartDelay() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 166 CHECK_RUN_ON(UI); in FlushBuild() 214 CHECK_RUN_ON(UI); in FlushPredictLayout() 227 CHECK_RUN_ON(UI); in FlushFocus() 300 CHECK_RUN_ON(UI); in RefreshStageFocus() 358 CHECK_RUN_ON(UI); in GetStageElement() 423 CHECK_RUN_ON(UI); in GetComposedElementById() 466 CHECK_RUN_ON(UI); in FlushLayout() 540 CHECK_RUN_ON(UI); in FlushRender() 621 CHECK_RUN_ON(UI); in FlushRenderFinish() 643 CHECK_RUN_ON(UI); in FlushAnimation() [all …]
|
H A D | pipeline_base.cpp | 328 CHECK_RUN_ON(UI); in HyperlinkStartAbility() 336 CHECK_RUN_ON(UI); in NotifyStatusBarBgColor() 344 CHECK_RUN_ON(UI); in NotifyPopupDismiss() 352 CHECK_RUN_ON(UI); in NotifyMenuDismiss() 360 CHECK_RUN_ON(UI); in NotifyContextMenuDismiss() 368 CHECK_RUN_ON(UI); in NotifyRouterBackDismiss() 376 CHECK_RUN_ON(UI); in NotifyPopPageSuccessDismiss() 386 CHECK_RUN_ON(UI); in NotifyIsPagePathInvalidDismiss() 396 CHECK_RUN_ON(UI); in NotifyDestroyEventDismiss() 406 CHECK_RUN_ON(UI); in NotifyDispatchTouchEventDismiss() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | inner_navigation_controller.cpp | 37 CHECK_RUN_ON(UI); in GetTopHandle() 56 CHECK_RUN_ON(UI); in SetInPIPMode() 88 CHECK_RUN_ON(UI); in PopInPIP() 108 CHECK_RUN_ON(UI); in PushInPIP() 155 CHECK_RUN_ON(UI); in DeletePIPMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 65 CHECK_RUN_ON(JS); in Destroy() 121 CHECK_RUN_ON(JS); in OnPageLoaded() 198 CHECK_RUN_ON(UI); // eTSCard UI == Main JS/UI/PLATFORM in UpdatePageData() 239 CHECK_RUN_ON(JS); in HandleSurfaceChanged() 245 CHECK_RUN_ON(JS); in OnMediaFeatureUpdate()
|
H A D | card_frontend.cpp | 50 CHECK_RUN_ON(JS); in Destroy() 152 CHECK_RUN_ON(JS); in LoadPage() 174 CHECK_RUN_ON(JS); in ParsePage() 198 CHECK_RUN_ON(JS); in OnPageLoaded() 285 CHECK_RUN_ON(JS); in UpdatePageData() 341 CHECK_RUN_ON(JS); in HandleSurfaceChanged() 349 CHECK_RUN_ON(JS); in OnMediaFeatureUpdate()
|
H A D | form_frontend_declarative.cpp | 93 CHECK_RUN_ON(UI); // eTSCard UI == Main JS/UI/PLATFORM in UpdatePageData() 125 CHECK_RUN_ON(JS); in HandleSurfaceChanged() 131 CHECK_RUN_ON(JS); in OnMediaFeatureUpdate()
|
H A D | card_frontend_delegate_declarative.cpp | 29 CHECK_RUN_ON(JS); in ~CardFrontendDelegateDeclarative()
|
H A D | card_frontend_delegate.cpp | 30 CHECK_RUN_ON(JS); in ~CardFrontendDelegate()
|
H A D | form_frontend_delegate_declarative.cpp | 30 CHECK_RUN_ON(JS); in ~FormFrontendDelegateDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.cpp | 47 CHECK_RUN_ON(UI); in AddDirtyLayoutNode() 54 CHECK_RUN_ON(UI); in AddLayoutNode() 85 CHECK_RUN_ON(UI); in AddDirtyRenderNode() 117 CHECK_RUN_ON(UI); in FlushLayoutTask() 162 CHECK_RUN_ON(UI); in FlushRenderTask() 229 CHECK_RUN_ON(UI); in FlushTask()
|
H A D | pipeline_context.cpp | 186 CHECK_RUN_ON(UI); in AddDirtyCustomNode() 208 CHECK_RUN_ON(UI); in AddDirtyLayoutNode() 255 CHECK_RUN_ON(UI); in AddDirtyRenderNode() 325 CHECK_RUN_ON(UI); in FlushDirtyNodeUpdate() 363 CHECK_RUN_ON(UI); in AddScheduleTask() 371 CHECK_RUN_ON(UI); in RemoveScheduleTask() 545 CHECK_RUN_ON(UI); in FlushVsync() 676 CHECK_RUN_ON(UI); in InspectDrew() 712 CHECK_RUN_ON(UI); in DispatchDisplaySync() 736 CHECK_RUN_ON(UI); in FlushAnimation() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | thread_checker.h | 23 #define CHECK_RUN_ON(threadType) ACE_DCHECK(OHOS::Ace::CheckThread(TaskExecutor::TaskType::threadTy… macro 25 #define CHECK_RUN_ON(threadType) macro
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 91 CHECK_RUN_ON(JS); in RunPage() 129 CHECK_RUN_ON(JS); in RunPage() 183 CHECK_RUN_ON(JS); in RunCard() 198 CHECK_RUN_ON(JS); in Push() 273 CHECK_RUN_ON(JS); in PushNamedRouteInner() 316 CHECK_RUN_ON(JS); in Replace() 353 CHECK_RUN_ON(JS); in ReplaceNamedRouteInner() 375 CHECK_RUN_ON(JS); in BackWithTarget() 395 CHECK_RUN_ON(JS); in BackToIndexWithTarget() 417 CHECK_RUN_ON(JS); in Clear() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_ace_page.h | 114 CHECK_RUN_ON(UI); in PushNewNode() 121 CHECK_RUN_ON(UI); in PushDirtyNode() 130 CHECK_RUN_ON(UI); in PopAllDirtyNodes() 137 CHECK_RUN_ON(UI); in ClearAllDirtyNodes() 153 CHECK_RUN_ON(UI); in UpdateShowAttr()
|
H A D | js_ace_page.cpp | 89 CHECK_RUN_ON(UI); in BuildPage() 156 CHECK_RUN_ON(UI); in BuildPagePatch() 170 CHECK_RUN_ON(UI); in SwapBackgroundDecoration()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/ |
H A D | navigation_manager.cpp | 30 CHECK_RUN_ON(UI); in AddNavigationDumpCallback() 36 CHECK_RUN_ON(UI); in RemoveNavigationDumpCallback() 46 CHECK_RUN_ON(UI); in OnDumpInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_window.cpp | 130 CHECK_RUN_ON(UI); in RequestFrame() 218 CHECK_RUN_ON(UI); in FlushTasks()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 641 CHECK_RUN_ON(UI); in NativeXComponentOffset() 656 CHECK_RUN_ON(UI); in NativeXComponentDispatchTouchEvent() 685 CHECK_RUN_ON(UI); in XComponentSizeInit() 1176 CHECK_RUN_ON(UI); in HandleMouseHoverEvent() 1187 CHECK_RUN_ON(UI); in NativeXComponentDispatchMouseEvent() 1200 CHECK_RUN_ON(UI); in NativeXComponentDispatchAxisEvent() 1637 CHECK_RUN_ON(UI); in OnSurfaceCreated() 1666 CHECK_RUN_ON(UI); in OnSurfaceChanged() 1705 CHECK_RUN_ON(UI); in OnSurfaceDestroyed() 1776 CHECK_RUN_ON(UI); in NativeSurfaceShow() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
H A D | media_query_info.cpp | 71 CHECK_RUN_ON(JS); in GetMediaQueryJsonInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_context.cpp | 105 CHECK_RUN_ON(UI); in AnimateFlush()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 403 CHECK_RUN_ON(JS); in ~JsiDeclarativeEngineInstance() 425 CHECK_RUN_ON(JS); in InitJsEnv() 479 CHECK_RUN_ON(JS); in InitJsObject() 824 CHECK_RUN_ON(JS); in DestroyRootViewHandle() 844 CHECK_RUN_ON(JS); in DestroyAllRootViewHandle() 864 CHECK_RUN_ON(JS); in FlushReload() 1153 CHECK_RUN_ON(JS); in ~JsiDeclarativeEngine() 1159 CHECK_RUN_ON(JS); in Destroy() 1183 CHECK_RUN_ON(JS); in Initialize() 2144 CHECK_RUN_ON(JS); in FireExternalEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 243 CHECK_RUN_ON(UI); in OnConnect() 288 CHECK_RUN_ON(UI); in OnDisconnect()
|
H A D | ui_extension_pattern.cpp | 414 CHECK_RUN_ON(UI); in OnConnect() 464 CHECK_RUN_ON(UI); in ReplacePlaceholderByContent() 532 CHECK_RUN_ON(UI); in OnExtensionEvent() 589 CHECK_RUN_ON(UI); in OnDisconnect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | node_data_cache.cpp | 33 CHECK_RUN_ON(UI); in GetCurrentPageUrl()
|