Searched refs:OnErrorMessage (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.cpp | 170 … OnErrorMessage(MSERR_USER_NO_PERMISSION, "user do not have the right to access INTERNET"); in SetSource() 546 …OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not play in complete status, it is live-s… in OnPlay() 1064 …OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not SetPlaybackSpeed, it is live-stream"); in SetPlaybackSpeed() 1357 … OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not SetLooping, it is live-stream"); in SetLooping() 1548 return OnErrorMessage(errorCode, errorMsg); in OnError() 1551 void PlayerServer::OnErrorMessage(int32_t errorCode, const std::string &errorMsg) in OnErrorMessage() function in OHOS::Media::PlayerServer 1846 OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not Seek, it is live-stream"); in CheckSeek()
|
H A D | player_server.h | 130 void OnErrorMessage(int32_t errorCode, const std::string &errorMsg) override;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 37 virtual void OnErrorMessage(int32_t errorCode, const std::string &errorMsg) in OnErrorMessage() function
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.cpp | 676 OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not Seek, it is live-stream."); in SeekToCurrentTime()
|