/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | send_object_info_data.cpp | 54 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 D | get_object_prop_list_data.cpp | 50 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 D | move_object_data.cpp | 49 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 D | get_partial_object_data.cpp | 50 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 D | copy_object_data.cpp | 53 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 D | get_num_objects_data.cpp | 52 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 D | get_object_handles_data.cpp | 52 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 D | set_object_prop_value_data.cpp | 50 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 D | get_object_prop_value_data.cpp | 50 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser() 51 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
H A D | get_object_prop_desc_data.cpp | 57 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser() 58 context_->format = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
H A D | open_session_data.cpp | 43 context_->tempSessionID = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
H A D | get_object_data.cpp | 53 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
H A D | delete_object_data.cpp | 49 context_->handle = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
H A D | get_device_prop_desc_data.cpp | 43 context_->property = MtpPacketTool::GetUInt32(buffer, offset); in Parser()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_packet_tools.cpp | 591 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 D | header_data.cpp | 46 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 D | hap_byte_buffer.h | 44 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 D | hap_signing_block_utils.cpp | 181 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 D | exif_maker_note.cpp | 207 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 D | hap_byte_buffer.cpp | 164 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 D | mtp_packet_tools.h | 57 …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 D | hap_byte_buffer_test.cpp | 110 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 D | relationalstoremanager_fuzzer.cpp | 88 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 D | exif_maker_note.h | 141 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 D | fuzzer_data.h | 33 uint32_t GetUInt32();
|