Searched refs:GetObjectPropListData (Results 1 – 6 of 6) sorted by relevance
25 GetObjectPropListData::GetObjectPropListData(std::shared_ptr<MtpOperationContext> &context) in GetObjectPropListData() function in OHOS::Media::GetObjectPropListData30 GetObjectPropListData::~GetObjectPropListData() in ~GetObjectPropListData()34 int GetObjectPropListData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser()58 int GetObjectPropListData::Maker(std::vector<uint8_t> &outBuffer) in Maker()79 uint32_t GetObjectPropListData::CalculateSize() in CalculateSize()89 bool GetObjectPropListData::SetProps(std::shared_ptr<std::vector<Property>> &props) in SetProps()99 void GetObjectPropListData::WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop) in WriteProperty()118 void GetObjectPropListData::WritePropertyStrValue(std::vector<uint8_t> &outBuffer, const Property &… in WritePropertyStrValue()130 void GetObjectPropListData::WritePropertyIntValue(std::vector<uint8_t> &outBuffer, const Property &… in WritePropertyIntValue()
22 class GetObjectPropListData : public PayloadData {24 explicit GetObjectPropListData(std::shared_ptr<MtpOperationContext> &context);25 ~GetObjectPropListData() override;
90 payloadData = make_shared<GetObjectPropListData>(context); in CreatePayload()
359 …shared_ptr<GetObjectPropListData> getObjectPropList = make_shared<GetObjectPropListData>(context_); in GetObjectPropList()
248 …shared_ptr<GetObjectPropListData> getObjectPropList = make_shared<GetObjectPropListData>(context_); in GetObjectPropList()
818 GetObjectPropListData getObjectPropListDataOne(context);823 GetObjectPropListData getObjectPropListData(context);836 GetObjectPropListData getObjectPropListData(context);852 GetObjectPropListData getObjectPropListData(context);