Home
last modified time | relevance | path

Searched refs:ReadIntValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_set_object_prop_test.cpp252 bool ret = SetObjectPropValueData::ReadIntValue(buffer, offset, type, int64Value);
254 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT8_CODE, int64Value);
256 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT16_CODE, int64Value);
258 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT32_CODE, int64Value);
260 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT64_CODE, int64Value);
266 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT8_CODE, int64Value);
268 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT16_CODE, int64Value);
270 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT32_CODE, int64Value);
272 ret = SetObjectPropValueData::ReadIntValue(buffer, offset, MTP_TYPE_INT64_CODE, int64Value);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_object_prop_value_data.cpp65 if (!ReadIntValue(buffer, offset, context_->properType, context_->properIntValue)) { in Parser()
108 bool SetObjectPropValueData::ReadIntValue(const std::vector<uint8_t> &buffer, size_t &offset, int t… in ReadIntValue() function in OHOS::Media::SetObjectPropValueData
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dset_object_prop_value_data.h38 …static bool ReadIntValue(const std::vector<uint8_t> &buffer, size_t &offset, int type, int64_t &in…