Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp170OnErrorMessage(MSERR_USER_NO_PERMISSION, "user do not have the right to access INTERNET"); in SetSource()
546OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not play in complete status, it is live-s… in OnPlay()
1064OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not SetPlaybackSpeed, it is live-stream"); in SetPlaybackSpeed()
1357OnErrorMessage(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 Dplayer_server.h130 void OnErrorMessage(int32_t errorCode, const std::string &errorMsg) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h37 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 Dplayer_server_mem.cpp676 OnErrorMessage(MSERR_EXT_API9_UNSUPPORT_CAPABILITY, "Can not Seek, it is live-stream."); in SeekToCurrentTime()