Home
last modified time | relevance | path

Searched defs:onSeeked (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp154 void VideoModelImpl::SetOnSeeked(VideoEventFunc&& onSeeked) in SetOnSeeked() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h121 void SetOnSeeked(VideoEventCallback&& onSeeked) in SetOnSeeked() argument
129 auto onSeeked = onSeeked_; in FireSeekedEvent() local
H A Dvideo_model_ng.cpp185 void VideoModelNG::SetOnSeeked(VideoEventFunc&& onSeeked) in SetOnSeeked() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp308 auto onSeeked = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in JsOnSeeked() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp758 VideoEventCallback onSeeked = [&seekedCheck](const std::string& /* param */) { seekedCheck = VIDEO_SEEKED_EVENT; }; in HWTEST_F() local

Completed in 5 milliseconds