Searched refs:execContext (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 71 ActionSheetInfo ParseSheetInfo(const JsiExecutionContext& execContext, JSRef<JSVal> val) in ParseSheetInfo() argument 97 JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(execContext); in ParseSheetInfo() 148 JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(execContext); in ParseConfirmButton() 156 auto eventFunc = [execContext, func = std::move(actionFunc), node = frameNode]() { in ParseConfirmButton() 157 JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(execContext); in ParseConfirmButton() 323 auto execContext = args.GetExecutionContext(); in Show() local 327 ParseConfirmButton(execContext, properties, obj); in Show() 340 JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(execContext); in Show() 346 parseButton(execContext, dialogProps, obj); in Show() 376 auto eventFunc = [execContext, func = std::move(cancelFunc), node = dialogNode]() { in Show() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 189 ParseButtonObj(execContext, properties, objInner, "confirm", true); in ParseButtons() 192 ParseButtonArray(execContext, properties, obj, "buttons"); in ParseButtons() 196 ParseButtonObj(execContext, properties, objInner, "primaryButton", true); in ParseButtons() 198 ParseButtonObj(execContext, properties, objInner, "secondaryButton", true); in ParseButtons() 379 auto execContext = args.GetExecutionContext(); in Show() local 382 ParseButtons(execContext, properties, obj); in Show() 391 auto onLanguageChange = [execContext, obj, parseContent = ParseDialogTitleAndMessage, in Show() 397 JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(execContext); in Show() 403 parseButton(execContext, dialogProps, obj); in Show() 429 auto eventFunc = [execContext, func = std::move(cancelFunc), node = dialogNode]() { in Show() [all …]
|
H A D | js_custom_dialog_controller.cpp | 200 auto execContext = info.GetExecutionContext(); in ConstructorCallback() local 204 if (ParseAnimation(execContext, openAnimationValue, openAnimation)) { in ConstructorCallback() 211 if (ParseAnimation(execContext, closeAnimationValue, closeAnimation)) { in ConstructorCallback() 336 …const JsiExecutionContext& execContext, const JsiRef<JsiValue>& animationValue, AnimationOption& r… in ParseAnimation() argument 381 onFinishEvent = [execCtx = execContext, func = std::move(jsFunc), node = frameNode]() { in ParseAnimation()
|
H A D | js_custom_dialog_controller.h | 41 …const JsiExecutionContext& execContext, const JsiRef<JsiValue>& jsiValue, AnimationOption& result);
|