Home
last modified time | relevance | path

Searched refs:PlayerOnInfoType (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/ohos_adapter/media_adapter/src/
Dplayer_framework_adapter_impl.cpp65 NWeb::PlayerOnInfoType ConvertInfoType(Media::PlayerOnInfoType infoType) in ConvertInfoType()
67 NWeb::PlayerOnInfoType ret = NWeb::PlayerOnInfoType::INFO_TYPE_UNSET; in ConvertInfoType()
70 ret = NWeb::PlayerOnInfoType::INFO_TYPE_SEEKDONE; in ConvertInfoType()
73 ret = NWeb::PlayerOnInfoType::INFO_TYPE_EOS; in ConvertInfoType()
76 ret = NWeb::PlayerOnInfoType::INFO_TYPE_STATE_CHANGE; in ConvertInfoType()
79 ret = NWeb::PlayerOnInfoType::INFO_TYPE_POSITION_UPDATE; in ConvertInfoType()
82 ret = NWeb::PlayerOnInfoType::INFO_TYPE_MESSAGE; in ConvertInfoType()
85 ret = NWeb::PlayerOnInfoType::INFO_TYPE_INTERRUPT_EVENT; in ConvertInfoType()
145 void PlayerCallbackImpl::OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format& i… in OnInfo()
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Dplayer_framework_adapter_impl_test.cpp30 void OnInfo(PlayerOnInfoType type, int32_t extra, int32_t value) override in OnInfo()
38 PlayerOnInfoType infoType_ = PlayerOnInfoType::INFO_TYPE_UNSET;
163 EXPECT_EQ(callbackImpl->infoType_, PlayerOnInfoType::INFO_TYPE_UNSET);
209 … public testing::WithParamInterface<Media::PlayerOnInfoType> {};
220 Media::PlayerOnInfoType infoType = GetParam();
223 PlayerOnInfoType::INFO_TYPE_UNSET);
/base/web/webview/ohos_adapter/interfaces/
Dmedia_adapter.h30 enum class PlayerOnInfoType : int32_t { enum
59 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, int32_t value) = 0;
/base/web/webview/ohos_adapter/media_adapter/include/
Dplayer_framework_adapter_impl.h29 … void OnInfo(Media::PlayerOnInfoType type, int32_t extra, const Media::Format& infoBody) override;