Home
last modified time | relevance | path

Searched refs:PlayerErrorType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest()
77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
H A Di_standard_player_listener.h30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
H A Dplayer_listener_stub.h32 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_callback_looper.cpp109 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
119 auto ptr = Plugin::AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
H A Dhiplayer_callback_looper.h46 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
H A Dhiplayer_impl.cpp516 auto errorType {PlayerErrorType::PLAYER_ERROR_UNKNOWN}; in HandlePluginErrorEvent()
519 errorType = PlayerErrorType::PLAYER_ERROR; in HandlePluginErrorEvent()
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h108 enum PlayerErrorType : int32_t { enum
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp235 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
246 auto ptr = AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
H A Dhiplayer_callback_looper.h49 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h36 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) = 0;
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp39 void OnError(PlayerErrorType errorType, int32_t errorCode) override in OnError()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h140 enum PlayerErrorType : int32_t { enum
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h129 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
H A Dplayer_server.cpp1544 void PlayerServer::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp591 ptr->OnError(PlayerCallback::PlayerErrorType::PLAYER_ERROR_UNKNOWN, errorCode); in HandlePluginErrorEvent()