Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_widget.cpp30 void ManifestWidgetGroup::WidgetParse(const std::unique_ptr<JsonValue>& root) in WidgetParse() function in OHOS::Ace::Framework::ManifestWidgetGroup
H A Dmanifest_widget.h51 void WidgetParse(const std::unique_ptr<JsonValue>& root);
H A Dmanifest_parser.cpp55 manifestWidget_->WidgetParse(rootJson); in Parse()