Home
last modified time | relevance | path

Searched defs:onSeeked (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h121 void SetOnSeeked(VideoEventCallback&& onSeeked) in SetOnSeeked()
129 auto onSeeked = onSeeked_; in FireSeekedEvent() local
H A Dvideo_model_ng.cpp188 void VideoModelNG::SetOnSeeked(VideoEventFunc&& onSeeked) in SetOnSeeked()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-media-components-video.md272 ### onSeeked subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-media-components-video.md271 ### onSeeked subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp154 void VideoModelImpl::SetOnSeeked(VideoEventFunc&& onSeeked) in SetOnSeeked()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp321 …auto onSeeked = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in JsOnSeeked() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp755 …VideoEventCallback onSeeked = [&seekedCheck](const std::string& /* param */) { seekedCheck = VIDEO… in __anon0a2566a30b02() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js15235 onSeeked(callback) { method in ArkVideoComponent