Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp119 auto subtitleValue = obj->GetProperty("subtitle"); in ParseTitleAndMessage() local
121 if (JSActionSheet::ParseJsString(subtitleValue, subtitle)) { in ParseTitleAndMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp221 auto subtitleValue = obj->GetProperty("subtitle"); in ParseDialogTitleAndMessage() local
223 if (JSAlertDialog::ParseJsString(subtitleValue, subtitle)) { in ParseDialogTitleAndMessage()