Home
last modified time | relevance | path

Searched refs:GetDevicePropValueData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_prop_value_data.cpp23 GetDevicePropValueData::GetDevicePropValueData(std::shared_ptr<MtpOperationContext> &context) in GetDevicePropValueData() function in OHOS::Media::GetDevicePropValueData
28 GetDevicePropValueData::GetDevicePropValueData() in GetDevicePropValueData() function in OHOS::Media::GetDevicePropValueData
32 GetDevicePropValueData::~GetDevicePropValueData() in ~GetDevicePropValueData()
36 int GetDevicePropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser()
47 int GetDevicePropValueData::Maker(std::vector<uint8_t> &outBuffer) in Maker()
56 uint32_t GetDevicePropValueData::CalculateSize() in CalculateSize()
69 void GetDevicePropValueData::SetValue(uint16_t type, std::shared_ptr<Property::Value> &value) in SetValue()
75 int GetDevicePropValueData::WriteValue(std::vector<uint8_t> &buffer, uint16_t type, const Property:… in WriteValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_device_prop_value_data.h21 class GetDevicePropValueData : public PayloadData {
23 explicit GetDevicePropValueData(std::shared_ptr<MtpOperationContext> &context);
24 explicit GetDevicePropValueData();
25 ~GetDevicePropValueData() override;
/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()
H A Dmtp_payload_data_test.cpp440 GetDevicePropValueData getDevicePropValueData(context);
447 GetDevicePropValueData getDevicePropValueDataOne;
454 GetDevicePropValueData getDevicePropValueData;
468 GetDevicePropValueData getDevicePropValueData(context);
481 GetDevicePropValueData getDevicePropValueData(context);
/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()