Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp113 SetDisable(true); in SetDisableItem()
115 SetDisable(false); in SetDisableItem()
166 void HiAppEventConfig::SetDisable(bool disable) in SetDisable() function in OHOS::HiviewDFX::HiAppEventConfig
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_config.h39 void SetDisable(bool disable);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h154 void SetDisable(bool disable) in SetDisable() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h147 void SetDisable(bool disable) in SetDisable() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_slider.cpp153 sliderChild_->SetDisable(declaration_->IsDisabled()); in PrepareSpecializedComponent()