Home
last modified time | relevance | path

Searched defs:onPrepared (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h94 void SetOnPrepared(VideoEventCallback&& onPrepared) in SetOnPrepared()
102 auto onPrepared = onPrepared_; in FirePreparedEvent() local
H A Dvideo_model_ng.cpp170 void VideoModelNG::SetOnPrepared(VideoEventFunc&& onPrepared) in SetOnPrepared()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-media-components-video.md240 ### onPrepared subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-media-components-video.md239 ### onPrepared subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp138 void VideoModelImpl::SetOnPrepared(VideoEventFunc&& onPrepared) in SetOnPrepared()
/ohos5.0/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 i… in InitListener() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp285 …auto onPrepared = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNo… in JsOnPrepared() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp581 VideoEventCallback onPrepared = [&preparedCheck]( variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1038 …auto onPrepared = [videoElement, uiTaskExecutor](uint32_t width, uint32_t height, bool isPlaying, … in InitListener() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js15229 onPrepared(callback) { method in ArkVideoComponent