Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp30 const char * const ChartComponent::BAR = "bar"; member in OHOS::ACELite::ChartComponent
85 if ((type != nullptr) && !strcmp(type, BAR)) { in CreateNativeViews()
87 chartType_ = const_cast<char *>(BAR); in CreateNativeViews()
193 if (!strcmp(chartType_, BAR)) { in UpdateStrokeColorToSerial()
317 if (!strcmp(chartType_, BAR)) { in UpdateValuesToSerial()
537 if (!strcmp(chartType_, BAR)) { in UpdateData()
579 if (!strcmp(chartType_, BAR)) { in AppendData()
662 if (!strcmp(chartType_, BAR)) { in SetOptionsAxisDataRange()
H A Dchart_component.h147 static const char * const BAR; variable
/ohos5.0/build/rust/tests/test_bindgen_test/test_for_h/
H A Dlib.h22 BAR = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp34 if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in GetSpecializedComponent()
96 chart.chartType_ = ChartType::BAR; in SetSpecializedAttr()
124 if (chart.chartType_ == ChartType::LINE || (chart.chartType_ == ChartType::BAR) || in SetSpecializedStyle()
290 ((chartType_ != ChartType::LINE && chartType_ != ChartType::BAR) in SetChart()
336 } else if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h38 BAR, enumerator