Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h172 …void ParseSpecialAttr(const std::function<void(const std::unique_ptr<JsonValue>&, std::vector<T>&)…
175 void ParseSpecialAttr(
H A Djs_card_parser.cpp636 jsCardParser.ParseSpecialAttr<ClockConfig>( in ParseAttributes()
645 … jsCardParser.ParseSpecialAttr<BadgeConfig>(GetBadgeConfig, value, badgeConfig); in ParseAttributes()
651 jsCardParser.ParseSpecialAttr<MainChart>(GetAttrDatasets, value, datasets); in ParseAttributes()
657 jsCardParser.ParseSpecialAttr<ChartOptions>(GetAttrOptions, value, options); in ParseAttributes()
663 jsCardParser.ParseSpecialAttr<Segment>(ParseSegments, value, segments); in ParseAttributes()
1580 void JsCardParser::ParseSpecialAttr( in ParseSpecialAttr() function in OHOS::Ace::Framework::JsCardParser
1595 void JsCardParser::ParseSpecialAttr( in ParseSpecialAttr() function in OHOS::Ace::Framework::JsCardParser