Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dmedia_errors.h28 __attribute__((visibility("default"))) std::string MSErrorToExtErrorString(MediaServiceErrCode code);
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_stub.cpp76 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp82 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp451 std::string MSErrorToExtErrorString(MediaServiceErrCode code) in MSErrorToExtErrorString() function
/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp110 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp142 lastErrMsg_ = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1538 auto errorMsg = MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2685 MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errCode)); in HWTEST_F()
2692 MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(code)); in HWTEST_F()

Completed in 14 milliseconds