Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp133 void ParseConfirmButton(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef… in ParseConfirmButton() function
327 ParseConfirmButton(execContext, properties, obj); in Show()
335 …eChange = [execContext, obj, parseContent = ParseTitleAndMessage, parseButton = ParseConfirmButton, in Show()