Home
last modified time | relevance | path

Searched refs:CheckErrorCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp141 return CheckErrorCode(MTP_SUCCESS); in GetNumObjects()
176 return CheckErrorCode(ret); in GetObjectHandles()
210 return CheckErrorCode(errorCode); in GetObjectHandles()
225 return CheckErrorCode(ret); in GetObjectInfo()
242 return CheckErrorCode(errorCode); in GetObjectInfo()
260 return CheckErrorCode(errorCode); in GetObjectPropDesc()
294 return CheckErrorCode(errorCode); in GetObjectPropValue()
363 return CheckErrorCode(errorCode); in GetObjectPropList()
375 return CheckErrorCode(ret); in GetObjectReferences()
383 return CheckErrorCode(errorCode); in GetObjectReferences()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp75 return CheckErrorCode(errorCode); in GetDeviceInfo()
106 return CheckErrorCode(errorCode); in GetObjectHandles()
139 return CheckErrorCode(errorCode); in GetObjectInfo()
181 return CheckErrorCode(errorCode); in GetObjectPropDesc()
210 return CheckErrorCode(errorCode); in GetObjectPropValue()
252 return CheckErrorCode(errorCode); in GetObjectPropList()
284 return CheckErrorCode(errorCode); in GetObjectReferences()
314 return CheckErrorCode(errorCode); in GetObject()
406 return CheckErrorCode(errorCode); in DeleteObject()
420 return CheckErrorCode(errorCode); in MoveObject()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2572 uint16_t ret = mtpOperUtils->CheckErrorCode(errorCode);
2574 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_PACKET_INCORRECT);
2576 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_SESSION_ALREADY_OPEN);
2578 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_NO_THIS_FILE);
2580 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_INCOMPLETE_TRANSFER);
2582 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_SESSION_NOT_OPEN);
2584 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_INVALID_STORAGE_ID);
2586 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_INVALID_OBJECTHANDLE);
2590 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_STORE_NOT_AVAILABLE);
2592 ret = mtpOperUtils->CheckErrorCode(MTP_ERROR_INVALID_PARENTOBJECT);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h69 uint16_t CheckErrorCode(int errorCode);