Home
last modified time | relevance | path

Searched refs:lastErrMsg_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp109 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
111 transCoderCb_->OnError(errorCode, lastErrMsg_); in OnError()
417 if (lastErrMsg_.size() != 0) { in DumpInfo()
418 dumpString += "TransCoderServer last error is: " + lastErrMsg_ + "\n"; in DumpInfo()
H A Dtranscoder_server.h96 std::string lastErrMsg_; variable
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp420 lastErrMsg_.clear(); in Reset()
790 …dumpControler.AddInfo(DUMP_INDEX_LAST_ERROR, "Last_Error", lastErrMsg_.size() ? lastErrMsg_ : "Nul… in DumpInfo()
854 lastErrMsg_ = AVCSErrorToString(static_cast<AVCodecServiceErrCode>(errorCode)); in OnError()
855 FaultEventWrite(FaultType::FAULT_TYPE_INNER_ERROR, lastErrMsg_, "Codec"); in OnError()
H A Dcodec_server.h141 std::string lastErrMsg_; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h181 std::string lastErrMsg_; variable
H A Drecorder_server.cpp141 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
142 SetErrorInfo(errorCode, lastErrMsg_); in OnError()
1001 if (lastErrMsg_.size() != 0) { in DumpInfo()
1002 dumpString += "RecorderServer last error is: " + lastErrMsg_ + "\n"; in DumpInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp152 lastErrMsg_.c_str(), config_.speedMode, config_.looping?"true":"false", config_.effectMode, in Init()
750 lastErrMsg_.clear(); in HandleReset()
1510 if (lastErrMsg_.size() != 0) { in DumpInfo()
1511 dumpString += "PlayerServer last error is: " + lastErrMsg_ + "\n"; in DumpInfo()
1583 lastErrMsg_ = errorMsg; in OnErrorCb()
H A Dplayer_server.h169 std::string lastErrMsg_; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp133 lastErrMsg_ = playerServerConfig_.lastErrMsg; in SetPlayerServerConfig()
141 playerServerConfig_.lastErrMsg = lastErrMsg_; in GetPlayerServerConfig()