Home
last modified time | relevance | path

Searched refs:properType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_object_prop_value_data.cpp52 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(context_->property); in Parser() local
53 if (properType == MTP_TYPE_UNDEFINED_CODE) { in Parser()
57 context_->properType = properType; in Parser()
59 if (context_->properType == MTP_TYPE_STRING_CODE) { in Parser()
65 if (!ReadIntValue(buffer, offset, context_->properType, context_->properIntValue)) { in Parser()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp331 if (context->properType == MTP_TYPE_STRING_CODE) { in SolveSetObjectPropValueData()
427 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(property); in GetMovingOrEnditOneRowPropList() local
428 Property prop(property, properType); in GetMovingOrEnditOneRowPropList()
589 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(property); in GetOneRowPropList() local
590 Property prop(property, properType); in GetOneRowPropList()
649 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(property); in SetOneDefaultlPropList() local
650 Property prop(property, properType); in SetOneDefaultlPropList()
758 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(property); in GetMtpOneRowProp() local
759 Property prop(property, properType); in GetMtpOneRowProp()
983 auto properType = MtpPacketTool::GetObjectPropTypeByPropCode(property); in SetMtpOneDefaultlPropList() local
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_set_object_prop_test.cpp60 context->properType = MTP_TYPE_INT64_CODE;
80 context->properType = 10;
97 context->properType = MTP_TYPE_STRING_CODE;
H A Dmock_mtp_operation_utils.cpp223 context_->handle, context_->property, context_->properType, in DoSetObjectPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_context.h35 int properType = MTP_TYPE_UNDEFINED_CODE; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp64 context->properType = MTP_TYPE_STRING_CODE;
75 context->properType = MTP_TYPE_AUINT128_CODE;
H A Dmtp_native_test.cpp1840 context->properType = MTP_TYPE_STRING_CODE;
1860 context->properType = MTP_TYPE_STRING_CODE;
1880 context->properType = MTP_TYPE_STRING_CODE;
1900 context->properType = -1;
1920 context->properType = MTP_TYPE_STRING_CODE;