Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h42 … CreateDomNode(page, rootJson, parentId, dataJson_, eventJson_, styleJson_, nullptr, isNewNode);
52 ParseEvents(rootJson, eventJson_, events, page, nodeId); in ParseEvents()
212 std::unique_ptr<JsonValue> eventJson_; variable
H A Djs_card_parser.cpp1017 auto actionJson = eventJson_->GetValue(value); in PreUpdateMethodToAction()
1042 eventJson_->Put(value.c_str(), JsonUtil::ParseJsonString(eventAction)); in ParseEvents()
1971 eventJson_ = rootBody_->GetValue("actions"); in Initialize()
1976 CHECK_NULL_RETURN(eventJson_, false); in Initialize()
1978 …if (!rootJson_->IsValid() || !styleJson_->IsValid() || !eventJson_->IsValid() || !dataJson_->IsVal… in Initialize()