Home
last modified time | relevance | path

Searched refs:MovingPhotoEventHub (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_event_hub.h31 class MovingPhotoEventHub : public EventHub { class
32 DECLARE_ACE_TYPE(MovingPhotoEventHub, EventHub)
35 MovingPhotoEventHub() = default;
36 ~MovingPhotoEventHub() override = default;
H A Dmovingphoto_model_ng.cpp117 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnComplete()
126 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnStart()
135 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnStop()
144 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnPause()
153 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnFinish()
162 auto eventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in SetOnError()
H A Dmovingphoto_pattern.h50 return MakeRefPtr<MovingPhotoEventHub>();
H A Dmovingphoto_pattern.cpp540 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerImageComplete()
547 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerStart()
558 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerStop()
565 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerPause()
572 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerFinish()
579 auto eventHub = GetEventHub<MovingPhotoEventHub>(); in FireMediaPlayerError()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp238 auto movingPhotoEventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in HWTEST_F()
472 auto movingPhotoEventHub = frameNode->GetEventHub<MovingPhotoEventHub>(); in HWTEST_F()
510 auto movingPhotoEventHub = pattern->GetEventHub<MovingPhotoEventHub>(); in HWTEST_F()

Completed in 6 milliseconds