Home
last modified time | relevance | path

Searched defs:SetOnStart (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_event_hub.h32 void SetOnStart(ChangeEvent&& changeEvent) in SetOnStart() function
Dmarquee_model_ng.cpp143 void MarqueeModelNG::SetOnStart(std::function<void()>&& onChange) in SetOnStart() function in OHOS::Ace::NG::MarqueeModelNG
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
Drender_marquee.h71 void SetOnStart(const std::function<void(void)>& value) in SetOnStart() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dimage_animator_model_impl.cpp107 void ImageAnimatorModelImpl::SetOnStart(std::function<void()>&& OnStart) in SetOnStart() function in OHOS::Ace::Framework::ImageAnimatorModelImpl
Dmarquee_model_impl.cpp128 void MarqueeModelImpl::SetOnStart(std::function<void()>&& onChange) in SetOnStart() function in OHOS::Ace::Framework::MarqueeModelImpl
Dvideo_model_impl.cpp104 void VideoModelImpl::SetOnStart(VideoEventFunc&& onStart) in SetOnStart() function in OHOS::Ace::Framework::VideoModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_event_hub.h38 void SetOnStart(VideoEventCallback&& onStart) in SetOnStart() function
Dvideo_model_ng.cpp130 void VideoModelNG::SetOnStart(VideoEventFunc&& onStart) in SetOnStart() function in OHOS::Ace::NG::VideoModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
Dimage_animator_model_ng.cpp85 void ImageAnimatorModelNG::SetOnStart(std::function<void()>&& OnStart) in SetOnStart() function in OHOS::Ace::NG::ImageAnimatorModelNG