Home
last modified time | relevance | path

Searched refs:SetOnStop (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_add.cpp244 videoEventHub->SetOnStop(std::move(onStop));
324 videoEventHub2->SetOnStop(std::move(onStop));
404 videoEventHub3->SetOnStop(std::move(onStop));
485 videoEventHub4->SetOnStop(std::move(onStop));
568 videoEventHub5->SetOnStop(std::move(onStop));
651 videoEventHub6->SetOnStop(std::move(onStop));
736 videoEventHub7->SetOnStop(std::move(onStop));
820 videoEventHub8->SetOnStop(std::move(onStop));
909 videoEventHub9->SetOnStop(std::move(onStop));
986 videoEventHub10->SetOnStop(std::move(onStop));
[all …]
H A Dvideo_test_ng_extra_add.cpp244 videoEventHub->SetOnStop(std::move(onStop));
315 videoEventHub2->SetOnStop(std::move(onStop));
386 videoEventHub3->SetOnStop(std::move(onStop));
458 videoEventHub4->SetOnStop(std::move(onStop));
531 videoEventHub5->SetOnStop(std::move(onStop));
611 videoEventHub->SetOnStop(std::move(onStop));
H A Dvideo_test_ng.cpp506 videoEventHub->SetOnStop(std::move(onStop));
650 videoEventHub->SetOnStop(std::move(onStop));
H A Dvideo_property_test_ng.cpp274 video.SetOnStop(videoEvent);
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.h38 void SetOnStop(MovingPhotoEventFunc&& onStop);
H A Dmovingphoto_model_ng.cpp134 void MovingPhotoModelNG::SetOnStop(MovingPhotoEventFunc&& onStop) in SetOnStop() function in OHOS::Ace::NG::MovingPhotoModelNG
140 eventHub->SetOnStop(std::move(onStop)); in SetOnStop()
H A Dmovingphoto_event_hub.h86 void SetOnStop(MovingPhotoEventFunc&& onStop) in SetOnStop() function
H A Dmovingphoto_napi.cpp195 NG::MovingPhotoModelNG::GetInstance()->SetOnStop(std::move(onStop)); in JsOnStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model.h53 virtual void SetOnStop(VideoEventFunc&& onStop) {}; in SetOnStop() function
H A Dvideo_model_ng.h47 void SetOnStop(VideoEventFunc&& onStop) override;
H A Dvideo_model_ng.cpp206 void VideoModelNG::SetOnStop(VideoEventFunc&& onStop) in SetOnStop() function in OHOS::Ace::NG::VideoModelNG
212 eventHub->SetOnStop(std::move(onStop)); in SetOnStop()
H A Dvideo_event_hub.h148 void SetOnStop(VideoEventCallback&& onStop) in SetOnStop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp257 VideoModel::GetInstance()->SetOnStop(std::move(onStop)); in JsOnStop()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp229 movingphoto.SetOnStop(onStopEvent);