Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_config.h27 bool GetDisable();
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_config.cpp63 return HiAppEventConfig::GetInstance().GetDisable(); in IsDisable()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_write.cpp63 if (HiAppEventConfig::GetInstance().GetDisable()) { in WriteEvent()
H A Dhiappevent_config.cpp184 bool HiAppEventConfig::GetDisable() in GetDisable() function in OHOS::HiviewDFX::HiAppEventConfig
H A Dhiappevent_verify.cpp395 if (HiAppEventConfig::GetInstance().GetDisable()) { in VerifyAppEvent()
430 if (HiAppEventConfig::GetInstance().GetDisable()) { in VerifyCustomEventParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h159 bool GetDisable() const in GetDisable() function
H A Drender_watch_slider.cpp81 disable_ = sliderComponent->GetDisable(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h152 bool GetDisable() const in GetDisable() function
H A Drender_slider.cpp63 disable_ = slider->GetDisable(); in Update()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp90 if (HiAppEventConfig::GetInstance().GetDisable()) { in HiWriteEvent()