Home
last modified time | relevance | path

Searched refs:SendObjectInfoData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dsend_object_info_data.cpp25 SendObjectInfoData::SendObjectInfoData(std::shared_ptr<MtpOperationContext> &context) in SendObjectInfoData() function in OHOS::Media::SendObjectInfoData
30 SendObjectInfoData::SendObjectInfoData() in SendObjectInfoData() function in OHOS::Media::SendObjectInfoData
34 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()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dsend_object_info_data.h21 class SendObjectInfoData : public PayloadData {
23 explicit SendObjectInfoData(std::shared_ptr<MtpOperationContext> &context);
24 explicit SendObjectInfoData();
25 ~SendObjectInfoData() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dpacket_payload_factory.cpp129 payloadData = make_shared<SendObjectInfoData>(context); in CreatePayloadMore()
H A Dmtp_operation_utils.cpp605 shared_ptr<SendObjectInfoData> sendObjectInfo = make_shared<SendObjectInfoData>(); in SendObjectInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp682 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);
H A Dmock_mtp_operation_utils.cpp363 std::shared_ptr<SendObjectInfoData> sendObjectInfo = make_shared<SendObjectInfoData>(); in SendObjectInfo()