Home
last modified time | relevance | path

Searched refs:MSErrorToExtErrorString (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dmedia_errors.h28 __attribute__((visibility("default"))) std::string MSErrorToExtErrorString(MediaServiceErrCode code…
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_stub.cpp76 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp82 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp400 std::string MSErrorToExtErrorString(MediaServiceErrCode code) in MSErrorToExtErrorString() function
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp109 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp141 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1547 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2587 MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errCode));
2594 MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(code));