Searched refs:ParseSpecialAttr (Results 1 – 2 of 2) sorted by relevance
172 …void ParseSpecialAttr(const std::function<void(const std::unique_ptr<JsonValue>&, std::vector<T>&)…175 void ParseSpecialAttr(
636 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::JsCardParser1595 void JsCardParser::ParseSpecialAttr( in ParseSpecialAttr() function in OHOS::Ace::Framework::JsCardParser