Searched refs:GetDevicePropValueData (Results 1 – 5 of 5) sorted by relevance
23 GetDevicePropValueData::GetDevicePropValueData(std::shared_ptr<MtpOperationContext> &context) in GetDevicePropValueData() function in OHOS::Media::GetDevicePropValueData28 GetDevicePropValueData::GetDevicePropValueData() in GetDevicePropValueData() function in OHOS::Media::GetDevicePropValueData32 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()
21 class GetDevicePropValueData : public PayloadData {23 explicit GetDevicePropValueData(std::shared_ptr<MtpOperationContext> &context);24 explicit GetDevicePropValueData();25 ~GetDevicePropValueData() override;
585 shared_ptr<GetDevicePropValueData> devicePropValueData = make_shared<GetDevicePropValueData>(); in GetPropValue()
440 GetDevicePropValueData getDevicePropValueData(context);447 GetDevicePropValueData getDevicePropValueDataOne;454 GetDevicePropValueData getDevicePropValueData;468 GetDevicePropValueData getDevicePropValueData(context);481 GetDevicePropValueData getDevicePropValueData(context);
883 shared_ptr<GetDevicePropValueData> devicePropValueData = make_shared<GetDevicePropValueData>(); in GetPropValue()