Home
last modified time | relevance | path

Searched refs:SetOnFinish (Results 1 - 25 of 52) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_model_impl.h26 void SetOnFinish(RoutineCallbackEvent&& eventOnFinish) override;
H A Dstepper_model_impl.cpp53 void StepperModelImpl::SetOnFinish(RoutineCallbackEvent&& eventOnFinish) in SetOnFinish() function in OHOS::Ace::Framework::StepperModelImpl
60 component->SetOnFinish(std::move(eventOnFinish)); in SetOnFinish()
H A Dimage_animator_model_impl.h37 void SetOnFinish(std::function<void()>&& OnFinish) override;
H A Dmarquee_model_impl.cpp141 void MarqueeModelImpl::SetOnFinish(std::function<void()>&& onChange) in SetOnFinish() function in OHOS::Ace::Framework::MarqueeModelImpl
145 component->SetOnFinish(move(onChange)); in SetOnFinish()
H A Dmarquee_model_impl.h40 void SetOnFinish(std::function<void()>&& onChange) override;
H A Dvideo_model_impl.h39 void SetOnFinish(VideoEventFunc&& onFinish) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.h38 void SetOnFinish(std::function<void()>&& onChange) override;
50 static void SetOnFinish(FrameNode* frameNode, std::function<void()>&& onChange);
H A Dmarquee_event_hub.h42 void SetOnFinish(ChangeEvent&& changeEvent) in SetOnFinish() function in OHOS::Ace::NG::MarqueeEventHub
H A Dmarquee_model.h46 virtual void SetOnFinish(std::function<void()>&& onChange) = 0;
H A Dmarquee_model_ng.cpp168 void MarqueeModelNG::SetOnFinish(std::function<void()>&& onChange) in SetOnFinish() function in OHOS::Ace::NG::MarqueeModelNG
174 eventHub->SetOnFinish(std::move(onChange)); in SetOnFinish()
282 void MarqueeModelNG::SetOnFinish(FrameNode* frameNode, std::function<void()>&& onChange) in SetOnFinish() function in OHOS::Ace::NG::MarqueeModelNG
287 eventHub->SetOnFinish(std::move(onChange)); in SetOnFinish()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.h38 void SetOnFinish(std::function<void()>&& OnFinish) override;
59 static void SetOnFinish(FrameNode* frameNode, std::function<void()>&& onFinish);
H A Dimage_animator_model.h43 virtual void SetOnFinish(std::function<void()>&& OnFinish) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_stepper_ffi.cpp33 StepperModel::GetInstance()->SetOnFinish(CJLambda::Create(callback)); in FfiOHOSAceFrameworkStepperOnFinish()
H A Dcj_marquee_ffi.cpp89 MarqueeModel::GetInstance()->SetOnFinish(std::move(onFinish)); in FfiOHOSAceFrameworkMarqueeOnFinish()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_model_ng.h28 void SetOnFinish(RoutineCallbackEvent&& eventOnFinish) override;
H A Dstepper_model.h37 virtual void SetOnFinish(RoutineCallbackEvent&& eventOnFinish) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_event_hub.h60 void SetOnFinish(FinishEvent&& finishEvent) in SetOnFinish() function in OHOS::Ace::NG::ImageEventHub
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.h39 void SetOnFinish(MovingPhotoEventFunc&& onFinish);
H A Dmovingphoto_model_ng.cpp149 void MovingPhotoModelNG::SetOnFinish(MovingPhotoEventFunc&& onFinish) in SetOnFinish() function in OHOS::Ace::NG::MovingPhotoModelNG
155 eventHub->SetOnFinish(std::move(onFinish)); in SetOnFinish()
H A Dmovingphoto_event_hub.h104 void SetOnFinish(MovingPhotoEventFunc&& onFinish) in SetOnFinish() function in OHOS::Ace::NG::MovingPhotoEventHub
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_add.cpp244 videoEventHub->SetOnFinish(std::move(onFinish)); in HWTEST_F()
324 videoEventHub2->SetOnFinish(std::move(onFinish)); in HWTEST_F()
404 videoEventHub3->SetOnFinish(std::move(onFinish)); in HWTEST_F()
485 videoEventHub4->SetOnFinish(std::move(onFinish)); in HWTEST_F()
568 videoEventHub5->SetOnFinish(std::move(onFinish)); in HWTEST_F()
651 videoEventHub6->SetOnFinish(std::move(onFinish)); in HWTEST_F()
736 videoEventHub7->SetOnFinish(std::move(onFinish)); in HWTEST_F()
820 videoEventHub8->SetOnFinish(std::move(onFinish)); in HWTEST_F()
909 videoEventHub9->SetOnFinish(std::move(onFinish)); in HWTEST_F()
986 videoEventHub10->SetOnFinish(st in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmarquee_modifier.cpp174 MarqueeModelNG::SetOnFinish(frameNode, std::move(*onFinish)); in SetMarqueeOnFinish()
176 MarqueeModelNG::SetOnFinish(frameNode, nullptr); in SetMarqueeOnFinish()
184 MarqueeModelNG::SetOnFinish(frameNode, nullptr); in ResetMarqueeOnFinish()
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.h81 void SetOnFinish(const std::function<void(void)>& value) in SetOnFinish() function in OHOS::Ace::RenderMarquee
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model_ng.h40 void SetOnFinish(VideoEventFunc&& onFinish) override;
H A Dvideo_model.h46 virtual void SetOnFinish(VideoEventFunc&& onFinish) = 0;

Completed in 10 milliseconds

123