Home
last modified time | relevance | path

Searched defs:onPrepared (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp138 void VideoModelImpl::SetOnPrepared(VideoEventFunc&& onPrepared) in SetOnPrepared() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.cpp73 auto onPrepared = [uiTaskExecutor, weak = WeakClaim(this)](uint32_t width, uint32_t height, bool isPlaying, in InitListener() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h94 void SetOnPrepared(VideoEventCallback&& onPrepared) in SetOnPrepared() argument
102 auto onPrepared = onPrepared_; in FirePreparedEvent() local
H A Dvideo_model_ng.cpp167 void VideoModelNG::SetOnPrepared(VideoEventFunc&& onPrepared) in SetOnPrepared() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp272 auto onPrepared = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in JsOnPrepared() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp582 VideoEventCallback onPrepared = [&preparedCheck]( in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1023 auto onPrepared = [videoElement, uiTaskExecutor](uint32_t width, uint32_t height, bool isPlaying, uint32_t duration, in InitListener() local

Completed in 8 milliseconds