Home
last modified time | relevance | path

Searched refs:MTP_UNDEFINED_CODE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp56 responseCode_ = MTP_UNDEFINED_CODE; in Init()
219 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadData()
240 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadDataSub()
287 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadDataMore()
H A Dmtp_event.cpp159 if (responseCode == MTP_UNDEFINED_CODE) { in SendEvent()
178 uint16_t responseCode = MTP_UNDEFINED_CODE; in EventPayloadData()
H A Dmtp_operation_utils.cpp206 if (GetPathByHandle(context_->parent, path, realPath) != MTP_UNDEFINED_CODE) { in GetObjectHandles()
947 CHECK_AND_RETURN_RET(handle != 0, MTP_UNDEFINED_CODE); in GetPathByHandle()
970 CHECK_AND_RETURN_RET(!path.empty(), MTP_UNDEFINED_CODE); in GetHandleByPaths()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp649 return MTP_UNDEFINED_CODE; in GetPathByHandle()
665 return MTP_UNDEFINED_CODE; in GetHandleByPaths()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_constants.h412 constexpr uint16_t MTP_UNDEFINED_CODE = 0x2000; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2109 EXPECT_EQ(ret, MTP_UNDEFINED_CODE);
2360 EXPECT_TRUE(ret == MTP_UNDEFINED_CODE);
2362 EXPECT_TRUE(retInt == MTP_UNDEFINED_CODE);