Home
last modified time | relevance | path

Searched refs:CallJSFunctionWithOnePara (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.h160 video_->CallJSFunctionWithOnePara(playSeekingFunc_, progress); in OnChange()
285 video_->CallJSFunctionWithOnePara(playSeekedFunc_, sliderValue); in OnRewindToComplete()
H A Dvideo_view.h174 void CallJSFunctionWithOnePara(const jerry_value_t &callBackFunc, const int64_t inputValue);
H A Dvideo_view.cpp462CallJSFunctionWithOnePara(timeUpdateSyncCallBackFunc_, duration / PanelView::MILLIONS_PER_SECOND); in UpdatePanelTimeText()
520 void VideoView::CallJSFunctionWithOnePara(const jerry_value_t &callBackFunc, const int64_t inputVal… in CallJSFunctionWithOnePara() function in OHOS::ACELite::VideoView