Home
last modified time | relevance | path

Searched refs:PlayerErrorType (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/player_framework/services/services/player/ipc/
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;
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()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H A Daudio_sink.h47 enum PlayerErrorType { enum
/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()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h108 enum PlayerErrorType : int32_t {
126 * @param errorType Indicates the error type. For details, see {@link PlayerErrorType}.
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.h49 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
H A Dhiplayer_callback_looper.cpp233 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
244 auto ptr = AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h36 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) = 0;
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp39 void OnError(PlayerErrorType errorType, int32_t errorCode) override
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h145 enum PlayerErrorType : int32_t {
/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.cpp1532 void PlayerServer::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp591 ptr->OnError(PlayerCallback::PlayerErrorType::PLAYER_ERROR_UNKNOWN, errorCode); in HandlePluginErrorEvent()

Completed in 13 milliseconds