Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp108 GaugeModel::GetInstance()->SetIsShowLimitValue(true); in Create()
110 GaugeModel::GetInstance()->SetIsShowLimitValue(false); in Create()
350 GaugeModel::GetInstance()->SetIsShowLimitValue(false); in SetDescription()
355 GaugeModel::GetInstance()->SetIsShowLimitValue(true); in SetDescription()
362 GaugeModel::GetInstance()->SetIsShowLimitValue(false); in SetDescription()
371 GaugeModel::GetInstance()->SetIsShowLimitValue(true); in SetDescription()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.h37 void SetIsShowLimitValue(bool isShowLimitValue) override {} in SetIsShowLimitValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model.h43 virtual void SetIsShowLimitValue(bool isShowLimitValue) = 0;
H A Dgauge_model_ng.h47 void SetIsShowLimitValue(bool isShowLimitValue) override;
H A Dgauge_model_ng.cpp87 void GaugeModelNG::SetIsShowLimitValue(bool isShowLimitValue) in SetIsShowLimitValue() function in OHOS::Ace::NG::GaugeModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp83 GaugeModel::GetInstance()->SetIsShowLimitValue(true); in FfiOHOSAceFrameworkGaugeCreate()
266 GaugeModel::GetInstance()->SetIsShowLimitValue(false); in FfiOHOSAceFrameworkGaugeSetDescription()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp1770 model.SetIsShowLimitValue(SHOW_LIMIT_VALUE); in __anon035cb6072202()