Home
last modified time | relevance | path

Searched refs:SuspendType (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_media_player_bridge_wrapper.h27 using ArkWebSuspendType = OHOS::NWeb::SuspendType;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h34 enum class SuspendType { ENTER_BACK_FORWARD_CACHE = 0, ENTER_BACKGROUND, AUTO_CLEANUP }; class
154 virtual void SuspendMediaPlayer(SuspendType type) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_media_player_bridge_impl.cpp22 using ArkWebSuspendType = OHOS::NWeb::SuspendType;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.h51 void SuspendMediaPlayer(SuspendType type) override;
H A Dnapi_native_media_player.cpp179 const std::string NPI_SUSPEND_TYPE_ENUM_NAME = "SuspendType"; in ExportEnumSuspendType()
182 NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(SuspendType::ENTER_BACK_FORWARD_CACHE))), in ExportEnumSuspendType()
184 "ENTER_BACKGROUND", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(SuspendType::ENTER_BACKGROUND))), in ExportEnumSuspendType()
186 "AUTO_CLEANUP", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(SuspendType::AUTO_CLEANUP))), in ExportEnumSuspendType()
H A Dnative_media_player_impl.cpp157 void NWebNativeMediaPlayerBridgeImpl::SuspendMediaPlayer(SuspendType type) in SuspendMediaPlayer()

Completed in 4 milliseconds