Home
last modified time | relevance | path

Searched refs:GetUInt8 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_packet_tools.h75 static uint8_t GetUInt8(const std::vector<uint8_t> &buffer, size_t &offset);
80 static bool GetUInt8(const std::vector<uint8_t> &buffer, size_t &offset, uint8_t &value);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp577 uint8_t MtpPacketTool::GetUInt8(const std::vector<uint8_t> &buffer, size_t &offset) in GetUInt8() function in OHOS::Media::MtpPacketTool
599 bool MtpPacketTool::GetUInt8(const std::vector<uint8_t> &buffer, size_t &offset, uint8_t &value) in GetUInt8() function in OHOS::Media::MtpPacketTool
663 if (!GetUInt8(buffer, offset, uValue)) { in GetInt8()
749 uint8_t count = GetUInt8(buffer, offset); in GetString()
766 if (!GetUInt8(buffer, offset, count)) { in GetString()
H A Dproperty.cpp179 CHECK_AND_RETURN_RET_LOG(MtpPacketTool::GetUInt8(buffer, offset, tmpVar), false, in Read()
365 CHECK_AND_RETURN_RET_LOG(MtpPacketTool::GetUInt8(buffer, offset, formFlag_), false, in ReadFormData()
443 if (!MtpPacketTool::GetUInt8(buffer, offset, value.bin_.ui8)) { in ReadValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_object_prop_value_data.cpp154 if (!MtpPacketTool::GetUInt8(buffer, offset, tmpVar)) { in ReadInt8Value()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp45 MtpPacketTool::GetUInt8(outBuffer, offset);
48 bool ret = MtpPacketTool::GetUInt8(buffer, offsetTest, numFirst);
51 ret = MtpPacketTool::GetUInt8(outBuffer, offset, numFirst);