Home
last modified time | relevance | path

Searched refs:scopedDelegate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/menu/
H A Djs_context_menu.cpp29 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Close() local
30 if (!scopedDelegate) { in Close()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp262 auto scopedDelegate = EngineHelper::GetCurrentDelegate(); in JsOpenDialog() local
263 if (!scopedDelegate) { in JsOpenDialog()
314 auto scopedDelegate = EngineHelper::GetCurrentDelegate(); in JsCloseDialog() local
315 if (!scopedDelegate) { in JsCloseDialog()
H A Djs_alert_dialog.cpp368 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
369 if (!scopedDelegate) { in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp565 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in JSAnimation() local
566 if (!scopedDelegate) { in JSAnimation()
642 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in AnimateToInner() local
643 if (!scopedDelegate) { in AnimateToInner()
756 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in JSKeyframeAnimateTo() local
757 if (!scopedDelegate) { in JSKeyframeAnimateTo()
H A Djs_calendar_picker.cpp538 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
539 CHECK_NULL_VOID(scopedDelegate); in Show()
H A Djs_datepicker.cpp1108 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1109 CHECK_NULL_VOID(scopedDelegate); in Show()
1663 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1664 CHECK_NULL_VOID(scopedDelegate); in Show()
H A Djs_textpicker.cpp1372 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1373 CHECK_NULL_VOID(scopedDelegate); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp308 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
309 if (!scopedDelegate) { in Show()