Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp111 void GetAttrOptionsSeriesPoint(const std::unique_ptr<JsonValue>& jsonPoint, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint() argument
113 CHECK_NULL_VOID(jsonPoint); in GetAttrOptionsSeriesPoint()
114 if (!jsonPoint->IsValid() || !jsonPoint->IsObject()) { in GetAttrOptionsSeriesPoint()
119 auto child = jsonPoint->GetChild(); in GetAttrOptionsSeriesPoint()