Home
last modified time | relevance | path

Searched refs:SolveGetHandlesError (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_medialibrary_manager.cpp139 MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR), "fail to get datasharehelper"); in GetHandles()
173 MtpErrorUtils::SolveGetHandlesError(E_NO_SUCH_FILE), "fail to get handles"); in GetHandles()
175 MtpErrorUtils::SolveGetHandlesError(E_SUCCESS), "have no handles"); in GetHandles()
181 return MtpErrorUtils::SolveGetHandlesError(E_SUCCESS); in GetHandles()
196 MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR), "fail to GetAlbumCloud"); in GetAlbumCloud()
386 MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR), "context is nullptr"); in GetHandles()
391 MtpErrorUtils::SolveGetHandlesError(errCode), "fail to SolveHandlesFormatData"); in GetHandles()
400 MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR), "fail to get handles"); in GetHandles()
406 return MtpErrorUtils::SolveGetHandlesError(E_SUCCESS); in GetHandles()
410 return MtpErrorUtils::SolveGetHandlesError(errCode); in GetHandles()
[all …]
H A Dmtp_error_utils.cpp26 int32_t MtpErrorUtils::SolveGetHandlesError(const int32_t mediaError) in SolveGetHandlesError() function in OHOS::Media::MtpErrorUtils
H A Dmtp_media_library.cpp330 return MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR); in GetHandles()
347 MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR), "context is nullptr"); in GetHandles()
352 return MtpErrorUtils::SolveGetHandlesError(E_HAS_DB_ERROR); in GetHandles()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_error_utils.h25 static int32_t SolveGetHandlesError(const int32_t mediaError);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp639 MtpErrorUtils::SolveGetHandlesError(E_SUCCESS);