Home
last modified time | relevance | path

Searched refs:MTP_ERROR_STORE_NOT_AVAILABLE (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_error_utils.cpp30 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveGetHandlesError()
40 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveGetObjectInfoError()
50 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveGetFdError()
60 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveSendObjectInfoError()
75 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveMoveObjectError()
82 { E_FILE_OPER_FAIL, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveMoveObjectError()
155 { E_HAS_DB_ERROR, MTP_ERROR_STORE_NOT_AVAILABLE }, in SolveCloseFdError()
H A Dmtp_medialibrary_manager.cpp273 CHECK_AND_RETURN_RET_LOG(context != nullptr, MTP_ERROR_STORE_NOT_AVAILABLE, "context is nullptr"); in GetThumb()
275 MTP_ERROR_STORE_NOT_AVAILABLE, "fail to get datasharehelper"); in GetThumb()
365 CHECK_AND_RETURN_RET_LOG(context != nullptr, MTP_ERROR_STORE_NOT_AVAILABLE, "context is nullptr"); in SendObjectInfo()
398 CHECK_AND_RETURN_RET_LOG(context != nullptr, MTP_ERROR_STORE_NOT_AVAILABLE, "context is nullptr"); in MoveObject()
444 CHECK_AND_RETURN_RET_LOG(context != nullptr, MTP_ERROR_STORE_NOT_AVAILABLE, "context is nullptr"); in DeleteObject()
H A Dmtp_operation_utils.cpp633 case MTP_ERROR_STORE_NOT_AVAILABLE: in CheckErrorCode()
/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_errno.h166 constexpr int32_t MTP_ERROR_STORE_NOT_AVAILABLE = MEDIA_LIBRARY_ERR(E_MTP_MEDIALIBRARY_OFFSET, 0); member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2590 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_STORE_NOT_AVAILABLE); in HWTEST_F()

Completed in 8 milliseconds