Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_event.cpp98 if (responseCode == MTP_UNDEFINED_CODE) { in SendEvent()
119 uint16_t responseCode = MTP_UNDEFINED_CODE; in EventPayloadData()
H A Dmtp_operation.cpp54 responseCode_ = MTP_UNDEFINED_CODE; in Init()
205 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadData()
257 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadDataMore()
H A Dmtp_operation_utils.cpp176 if (GetPathByHandle(context_->parent, path, realPath) != MTP_UNDEFINED_CODE) { in GetObjectHandles()
777 return MTP_UNDEFINED_CODE; in GetPathByHandle()
793 return MTP_UNDEFINED_CODE; in GetHandleByPaths()
/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()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2109 EXPECT_EQ(ret, MTP_UNDEFINED_CODE); in HWTEST_F()
2360 EXPECT_TRUE(ret == MTP_UNDEFINED_CODE); in HWTEST_F()
2362 EXPECT_TRUE(retInt == MTP_UNDEFINED_CODE); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_constants.h410 constexpr uint16_t MTP_UNDEFINED_CODE = 0x2000; variable

Completed in 10 milliseconds