Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h140 …std::string GetEventAction(const std::string& action, const std::string& actionType, int32_t nodeI…
H A Djs_card_parser.cpp1038 auto eventAction = GetEventAction(actionJson->ToString(), key, nodeId); in ParseEvents()
1051 std::string JsCardParser::GetEventAction(const std::string& action, const std::string& actionType, … in GetEventAction() function in OHOS::Ace::Framework::JsCardParser