Home
last modified time | relevance | path

Searched refs:GetUInt32 (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dsend_object_info_data.cpp54 context_->storageID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
55 context_->parent = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
105 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // storage ID in ParserData()
114 if (!MtpPacketTool::GetUInt32(buffer, offset, context_->sendObjectFileSize)) { in ParserData()
121 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // parent in ParserData()
127 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { in ParserData()
130 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // sequence number in ParserData()
148 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // thumb pix width in ParserDataForImageInfo()
151 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // thumb pix height in ParserDataForImageInfo()
154 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpUse32)) { // image pix width in ParserDataForImageInfo()
[all …]
H A Dget_object_prop_list_data.cpp50 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
51 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
52 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
53 context_->groupCode = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
54 context_->depth = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dmove_object_data.cpp49 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
50 context_->storageID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
51 context_->parent = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_partial_object_data.cpp50 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
51 context_->offset = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
52 context_->length = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dcopy_object_data.cpp53 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
54 context_->storageID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
55 context_->parent = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_num_objects_data.cpp52 context_->storageID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
53 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
54 context_->parent = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_object_handles_data.cpp52 context_->storageID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
53 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
54 context_->parent = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dset_object_prop_value_data.cpp50 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
51 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
200 if (!MtpPacketTool::GetUInt32(buffer, offset, tmpVar)) { in ReadInt32Value()
H A Dget_object_prop_value_data.cpp50 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
51 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_object_prop_desc_data.cpp57 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
58 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dopen_session_data.cpp43 context_->tempSessionID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_object_data.cpp53 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Ddelete_object_data.cpp49 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
H A Dget_device_prop_desc_data.cpp43 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp591 uint32_t MtpPacketTool::GetUInt32(const std::vector<uint8_t> &buffer, size_t &offset) in GetUInt32() function in OHOS::Media::MtpPacketTool
623 bool MtpPacketTool::GetUInt32(const std::vector<uint8_t> &buffer, size_t &offset, uint32_t &value) in GetUInt32() function in OHOS::Media::MtpPacketTool
654 …bool cond = (!GetUInt32(buffer, offset, value[OFFSET_0]) || !GetUInt32(buffer, offset, value[OFFSE… in GetUInt128()
655 !GetUInt32(buffer, offset, value[OFFSET_2]) || !GetUInt32(buffer, offset, value[OFFSET_3])); in GetUInt128()
683 if (!GetUInt32(buffer, offset, uValue)) { in GetInt32()
702 …bool cond = (!GetUInt32(buffer, offset, uValue[OFFSET_0]) || !GetUInt32(buffer, offset, uValue[OFF… in GetInt128()
703 … !GetUInt32(buffer, offset, uValue[OFFSET_2]) || !GetUInt32(buffer, offset, uValue[OFFSET_3])); in GetInt128()
717 uint32_t count = GetUInt32(buffer, offset); in GetAUInt16()
734 uint32_t count = GetUInt32(buffer, offset); in GetAUInt32()
737 if (!GetUInt32(buffer, offset, value)) { in GetAUInt32()
[all …]
H A Dheader_data.cpp46 containerLength_ = MtpPacketTool::GetUInt32(buffer[offset], buffer[offset + OFFSET_1], in Parser()
50 transactionID_ = MtpPacketTool::GetUInt32(buffer[offset + OFFSET_8], buffer[offset + OFFSET_9], in Parser()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Dhap_byte_buffer.h44 DLL_EXPORT bool GetUInt32(uint32_t& value);
45 DLL_EXPORT bool GetUInt32(int32_t index, uint32_t& value);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp181 if (!eocd.GetUInt32(ZIP_CD_OFFSET_IN_EOCD, offsetValue) || in GetCentralDirectoryOffset()
182 !eocd.GetUInt32(ZIP_CD_SIZE_OFFSET_IN_EOCD, sizeValue)) { in GetCentralDirectoryOffset()
296 return hapBlockHead.GetUInt32(subSignBlockHead.type) && in ParseSubSignBlockHead()
297 hapBlockHead.GetUInt32(subSignBlockHead.length) && in ParseSubSignBlockHead()
298 hapBlockHead.GetUInt32(subSignBlockHead.offset); in ParseSubSignBlockHead()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp207 if (!ExifMakerNote::GetUInt32(item.data, order, 0, dataOrOffset)) { in Dump()
541 if (!GetUInt32(offset, dataOrOffset)) { in ParserItem()
593 if (GetUInt32(offset, value)) { in GetUInt32AndMove()
614 bool ExifMakerNote::GetUInt32(uint32_t offset, uint32_t &value) in GetUInt32() function in OHOS::ImagePlugin::ExifMakerNote
616 return ExifMakerNote::GetUInt32(makerNote_, order_, offset, value); in GetUInt32()
635 bool ExifMakerNote::GetUInt32(const std::vector<unsigned char> &buffer, ExifByteOrder order, in GetUInt32() function in OHOS::ImagePlugin::ExifMakerNote
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_byte_buffer.cpp164 bool HapByteBuffer::GetUInt32(int32_t index, uint32_t& value) in GetUInt32() function in OHOS::Security::Verify::HapByteBuffer
178 bool HapByteBuffer::GetUInt32(uint32_t& value) in GetUInt32() function in OHOS::Security::Verify::HapByteBuffer
180 if (!GetUInt32(0, value)) { in GetUInt32()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_packet_tools.h57 …static uint32_t GetUInt32(uint8_t numFirst, uint8_t numSecond, uint8_t numThird, uint8_t numFourth…
77 static uint32_t GetUInt32(const std::vector<uint8_t> &buffer, size_t &offset);
82 static bool GetUInt32(const std::vector<uint8_t> &buffer, size_t &offset, uint32_t &value);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_byte_buffer_test.cpp110 ASSERT_FALSE(testBuffer.GetUInt32(1, dataUInt32));
138 ASSERT_TRUE(testBuffer2.GetUInt32(sizeof(char) + sizeof(unsigned short), dataUInt32));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp88 uint32_t instanceId = fuzzerData.GetUInt32(); in RuntimeConfigTest()
124 uint32_t instanceId = fuzzerData.GetUInt32(); in CombineTest()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_maker_note.h141 bool GetUInt32(uint32_t offset, uint32_t &value);
146 static bool GetUInt32(const std::vector<unsigned char> &buffer, ExifByteOrder order,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Dfuzzer_data.h33 uint32_t GetUInt32();

12