Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1053 auto actionDetail = JsonUtil::ParseJsonString(action); in GetEventAction() local
1054 CHECK_NULL_RETURN(actionDetail, ""); in GetEventAction()
1055 if (!actionDetail->IsValid()) { in GetEventAction()
1058 ReplaceParam(actionDetail); in GetEventAction()
1059 return actionDetail->ToString(); in GetEventAction()