Searched refs:SendObjectInfoData (Results 1 – 6 of 6) sorted by relevance
25 SendObjectInfoData::SendObjectInfoData(std::shared_ptr<MtpOperationContext> &context) in SendObjectInfoData() function in OHOS::Media::SendObjectInfoData30 SendObjectInfoData::SendObjectInfoData() in SendObjectInfoData() function in OHOS::Media::SendObjectInfoData34 SendObjectInfoData::~SendObjectInfoData() in ~SendObjectInfoData()38 int SendObjectInfoData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser()66 int SendObjectInfoData::Maker(std::vector<uint8_t> &outBuffer) in Maker()79 uint32_t SendObjectInfoData::CalculateSize() in CalculateSize()89 bool SendObjectInfoData::SetSetParam(uint32_t storageID, uint32_t parent, uint32_t handle) in SetSetParam()101 int SendObjectInfoData::ParserData(const std::vector<uint8_t> &buffer, size_t &offset) in ParserData()137 int SendObjectInfoData::ParserDataForImageInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForImageInfo()167 int SendObjectInfoData::ParserDataForFileInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForFileInfo()
21 class SendObjectInfoData : public PayloadData {23 explicit SendObjectInfoData(std::shared_ptr<MtpOperationContext> &context);24 explicit SendObjectInfoData();25 ~SendObjectInfoData() override;
129 payloadData = make_shared<SendObjectInfoData>(context); in CreatePayloadMore()
605 shared_ptr<SendObjectInfoData> sendObjectInfo = make_shared<SendObjectInfoData>(); in SendObjectInfo()
682 SendObjectInfoData sendObjectInfoData(context);686 SendObjectInfoData sendObjectInfoDataOne;700 SendObjectInfoData sendObjectInfoData(context);709 SendObjectInfoData sendObjectInfoData;723 SendObjectInfoData sendObjectInfoData;734 SendObjectInfoData sendObjectInfoData(context);750 SendObjectInfoData sendObjectInfoData(context);766 SendObjectInfoData sendObjectInfoData(context);
363 std::shared_ptr<SendObjectInfoData> sendObjectInfo = make_shared<SendObjectInfoData>(); in SendObjectInfo()