Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h42 CreateDomNode(page, rootJson, parentId, dataJson_, eventJson_, styleJson_, nullptr, isNewNode); in CreateDomNode()
52 ParseEvents(rootJson, eventJson_, events, page, nodeId); in ParseEvents()
214 std::unique_ptr<JsonValue> eventJson_; member in OHOS::Ace::Framework::JsCardParser
H A Djs_card_parser.cpp1011 auto actionJson = eventJson_->GetValue(value); in PreUpdateMethodToAction()
1036 eventJson_->Put(value.c_str(), JsonUtil::ParseJsonString(eventAction)); in ParseEvents()
1972 eventJson_ = rootBody_->GetValue("actions"); in Initialize()
1977 CHECK_NULL_RETURN(eventJson_, false); in Initialize()
1979 if (!rootJson_->IsValid() || !styleJson_->IsValid() || !eventJson_->IsValid() || !dataJson_->IsValid()) { in Initialize()

Completed in 8 milliseconds