Home
last modified time | relevance | path

Searched refs:MovingPhotoEventFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_event_hub.h43 MovingPhotoEventFunc GetOnComplete() in GetOnComplete()
60 MovingPhotoEventFunc GetOnStart() in GetOnStart()
91 MovingPhotoEventFunc GetOnStop() in GetOnStop()
109 MovingPhotoEventFunc GetOnFinish() in GetOnFinish()
127 MovingPhotoEventFunc GetOnError() in GetOnError()
141 MovingPhotoEventFunc onComplete_;
142 MovingPhotoEventFunc onStart_;
143 MovingPhotoEventFunc onStop_;
144 MovingPhotoEventFunc onPause_;
145 MovingPhotoEventFunc onFinish_;
[all …]
H A Dmovingphoto_model_ng.h36 void SetOnComplete(MovingPhotoEventFunc&& onComplete);
37 void SetOnStart(MovingPhotoEventFunc&& onStart);
38 void SetOnStop(MovingPhotoEventFunc&& onStop);
39 void SetOnPause(MovingPhotoEventFunc&& onPause);
40 void SetOnFinish(MovingPhotoEventFunc&& onFinish);
41 void SetOnError(MovingPhotoEventFunc&& onError);
H A Dmovingphoto_model_ng.cpp116 void MovingPhotoModelNG::SetOnComplete(MovingPhotoEventFunc&& onComplete) in SetOnComplete()
125 void MovingPhotoModelNG::SetOnStart(MovingPhotoEventFunc&& onStart) in SetOnStart()
134 void MovingPhotoModelNG::SetOnStop(MovingPhotoEventFunc&& onStop) in SetOnStop()
143 void MovingPhotoModelNG::SetOnPause(MovingPhotoEventFunc&& onPause) in SetOnPause()
152 void MovingPhotoModelNG::SetOnFinish(MovingPhotoEventFunc&& onFinish) in SetOnFinish()
161 void MovingPhotoModelNG::SetOnError(MovingPhotoEventFunc&& onError) in SetOnError()