Searched refs:SuspendType (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_native_media_player_bridge_wrapper.h | 27 using ArkWebSuspendType = OHOS::NWeb::SuspendType;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 34 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 D | ark_web_native_media_player_bridge_impl.cpp | 22 using ArkWebSuspendType = OHOS::NWeb::SuspendType;
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | native_media_player_impl.h | 51 void SuspendMediaPlayer(SuspendType type) override;
|
H A D | napi_native_media_player.cpp | 179 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 D | native_media_player_impl.cpp | 157 void NWebNativeMediaPlayerBridgeImpl::SuspendMediaPlayer(SuspendType type) in SuspendMediaPlayer()
|
Completed in 4 milliseconds