Searched refs:PlayerErrorType (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_listener_stub.cpp | 50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest() 77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
H A D | i_standard_player_listener.h | 30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
H A D | player_listener_stub.h | 32 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_callback_looper.cpp | 109 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 D | hiplayer_callback_looper.h | 46 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | hiplayer_impl.cpp | 516 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 D | player.h | 108 enum PlayerErrorType : int32_t { enum
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_callback_looper.cpp | 235 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() 246 auto ptr = AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
|
H A D | hiplayer_callback_looper.h | 49 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 36 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) = 0;
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | std_player.cpp | 39 void OnError(PlayerErrorType errorType, int32_t errorCode) override in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | player.h | 140 enum PlayerErrorType : int32_t { enum
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.h | 129 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | player_server.cpp | 1544 void PlayerServer::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 591 ptr->OnError(PlayerCallback::PlayerErrorType::PLAYER_ERROR_UNKNOWN, errorCode); in HandlePluginErrorEvent()
|