Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h89 const EventMarker& GetOnMovingEventId() const in GetOnMovingEventId() function
H A Drender_watch_slider.cpp101 if (!sliderComponent->GetOnMovingEventId().IsEmpty()) { in Update()
102 …= AceAsyncEvent<void(const std::string&)>::Create(sliderComponent->GetOnMovingEventId(), context_); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h91 const EventMarker& GetOnMovingEventId() const in GetOnMovingEventId() function
H A Drender_slider.cpp94 if (!slider->GetOnMovingEventId().IsEmpty()) { in Update()
95 …onMoving_ = AceAsyncEvent<void(const std::string&)>::Create(slider->GetOnMovingEventId(), context_… in Update()