Home
last modified time | relevance | path

Searched refs:devicePropValueData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp585 shared_ptr<GetDevicePropValueData> devicePropValueData = make_shared<GetDevicePropValueData>(); in GetPropValue() local
618 devicePropValueData->SetValue(valueType, value); in GetPropValue()
619 data = devicePropValueData; in GetPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp883 shared_ptr<GetDevicePropValueData> devicePropValueData = make_shared<GetDevicePropValueData>(); in GetPropValue() local
916 devicePropValueData->SetValue(valueType, value); in GetPropValue()
917 data = devicePropValueData; in GetPropValue()