Home
last modified time | relevance | path

Searched defs:SetOnFinish (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_event_hub.h42 void SetOnFinish(ChangeEvent&& changeEvent) in SetOnFinish() function
Dmarquee_model_ng.cpp161 void MarqueeModelNG::SetOnFinish(std::function<void()>&& onChange) in SetOnFinish() function in OHOS::Ace::NG::MarqueeModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dstepper_model_impl.cpp56 void StepperModelImpl::SetOnFinish(RoutineCallbackEvent&& eventOnFinish) in SetOnFinish() function in OHOS::Ace::Framework::StepperModelImpl
Dimage_animator_model_impl.cpp163 void ImageAnimatorModelImpl::SetOnFinish(std::function<void()>&& OnFinish) in SetOnFinish() function in OHOS::Ace::Framework::ImageAnimatorModelImpl
Dmarquee_model_impl.cpp142 void MarqueeModelImpl::SetOnFinish(std::function<void()>&& onChange) in SetOnFinish() function in OHOS::Ace::Framework::MarqueeModelImpl
Dvideo_model_impl.cpp120 void VideoModelImpl::SetOnFinish(VideoEventFunc&& onFinish) in SetOnFinish() function in OHOS::Ace::Framework::VideoModelImpl
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
Drender_marquee.h81 void SetOnFinish(const std::function<void(void)>& value) in SetOnFinish() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_model_ng.cpp50 void StepperModelNG::SetOnFinish(RoutineCallbackEvent&& eventOnFinish) in SetOnFinish() function in OHOS::Ace::NG::StepperModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_event_hub.h66 void SetOnFinish(VideoEventCallback&& onFinish) in SetOnFinish() function
Dvideo_model_ng.cpp148 void VideoModelNG::SetOnFinish(VideoEventFunc&& onFinish) in SetOnFinish() function in OHOS::Ace::NG::VideoModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
Dimage_animator_model_ng.cpp121 void ImageAnimatorModelNG::SetOnFinish(std::function<void()>&& OnFinish) in SetOnFinish() function in OHOS::Ace::NG::ImageAnimatorModelNG