Home
last modified time | relevance | path

Searched refs:onFullScreenChange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h162 void SetOnFullScreenChange(VideoEventCallback&& onFullScreenChange) in SetOnFullScreenChange() argument
164 onFullScreenChange_ = std ::move(onFullScreenChange); in SetOnFullScreenChange()
170 auto onFullScreenChange = onFullScreenChange_; in FireFullScreenChangeEvent() local
171 onFullScreenChange(param); in FireFullScreenChangeEvent()
H A Dvideo_model.h52 virtual void SetOnFullScreenChange(VideoEventFunc&& onFullScreenChange) = 0;
H A Dvideo_model_ng.h46 void SetOnFullScreenChange(VideoEventFunc&& onFullScreenChange) override;
H A Dvideo_model_ng.cpp215 void VideoModelNG::SetOnFullScreenChange(VideoEventFunc&& onFullScreenChange) in SetOnFullScreenChange() argument
221 eventHub->SetOnFullScreenChange(std::move(onFullScreenChange)); in SetOnFullScreenChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp170 void VideoModelImpl::SetOnFullScreenChange(VideoEventFunc&& onFullScreenChange) in SetOnFullScreenChange() argument
175 … EventMarker([func = std::move(onFullScreenChange)](const std::string& param) { func(param); })); in SetOnFullScreenChange()
H A Dvideo_model_impl.h45 void SetOnFullScreenChange(VideoEventFunc&& onFullScreenChange) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp993 …VideoEventCallback onFullScreenChange = [&fullScreenCheck](const std::string& param) { fullScreenC… in __anon0a2566a30c02() variable
994 videoEventHub->SetOnFullScreenChange(std::move(onFullScreenChange));