Searched refs:MTP_UNDEFINED_CODE (Results 1 – 6 of 6) sorted by relevance
56 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()
159 if (responseCode == MTP_UNDEFINED_CODE) { in SendEvent()178 uint16_t responseCode = MTP_UNDEFINED_CODE; in EventPayloadData()
206 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()
649 return MTP_UNDEFINED_CODE; in GetPathByHandle()665 return MTP_UNDEFINED_CODE; in GetHandleByPaths()
412 constexpr uint16_t MTP_UNDEFINED_CODE = 0x2000; variable
2109 EXPECT_EQ(ret, MTP_UNDEFINED_CODE);2360 EXPECT_TRUE(ret == MTP_UNDEFINED_CODE);2362 EXPECT_TRUE(retInt == MTP_UNDEFINED_CODE);