Home
last modified time | relevance | path

Searched refs:GetMediaPlaybackState (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1054 virtual int GetMediaPlaybackState() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h320 int GetMediaPlaybackState();
H A Dnapi_webview_controller.h318 static napi_value GetMediaPlaybackState(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1413 int WebviewController::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::NWeb::WebviewController
1419 return nweb_ptr->GetMediaPlaybackState(); in GetMediaPlaybackState()
H A Dnapi_webview_controller.cpp615 DECLARE_NAPI_FUNCTION("getMediaPlaybackState", NapiWebviewController::GetMediaPlaybackState), in Init()
4873 napi_value NapiWebviewController::GetMediaPlaybackState(napi_env env, napi_callback_info info) in GetMediaPlaybackState() function in OHOS::NWeb::NapiWebviewController
4881 int32_t mediaPlaybackState = webviewController->GetMediaPlaybackState(); in GetMediaPlaybackState()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h904 int GetMediaPlaybackState() override;
H A Dark_web_nweb_impl.cpp833 int ArkWebNWebImpl::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::ArkWeb::ArkWebNWebImpl
835 return nweb_nweb_->GetMediaPlaybackState(); in GetMediaPlaybackState()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp974 int ArkWebNWebWrapper::GetMediaPlaybackState() in GetMediaPlaybackState() function in OHOS::ArkWeb::ArkWebNWebWrapper
976 return ark_web_nweb_->GetMediaPlaybackState(); in GetMediaPlaybackState()
H A Dark_web_nweb_wrapper.h916 int GetMediaPlaybackState() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1122 virtual int GetMediaPlaybackState() = 0;

Completed in 28 milliseconds