Home
last modified time | relevance | path

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

/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()
32 LOGE("scopedDelegate is null, please check"); in Close()
/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()
371 LOGE("scopedDelegate is null, please check"); in Show()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp519 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in JSAnimation() local
520 if (!scopedDelegate) { in JSAnimation()
596 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in AnimateToInner() local
597 if (!scopedDelegate) { in AnimateToInner()
710 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in JSKeyframeAnimateTo() local
711 if (!scopedDelegate) { in JSKeyframeAnimateTo()
H A Djs_datepicker.cpp1114 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1115 CHECK_NULL_VOID(scopedDelegate); in Show()
1669 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1670 CHECK_NULL_VOID(scopedDelegate); in Show()
H A Djs_calendar_picker.cpp534 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
535 CHECK_NULL_VOID(scopedDelegate); in Show()
H A Djs_textpicker.cpp1343 auto scopedDelegate = EngineHelper::GetCurrentDelegateSafely(); in Show() local
1344 CHECK_NULL_VOID(scopedDelegate); in Show()
/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()
311 LOGE("scopedDelegate is null, please check"); in Show()

Completed in 14 milliseconds