Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_list_data.cpp25 GetObjectPropListData::GetObjectPropListData(std::shared_ptr<MtpOperationContext> &context) in GetObjectPropListData() function in OHOS::Media::GetObjectPropListData
30 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()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_list_data.h22 class GetObjectPropListData : public PayloadData {
24 explicit GetObjectPropListData(std::shared_ptr<MtpOperationContext> &context);
25 ~GetObjectPropListData() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dpacket_payload_factory.cpp90 payloadData = make_shared<GetObjectPropListData>(context); in CreatePayload()
H A Dmtp_operation_utils.cpp359 …shared_ptr<GetObjectPropListData> getObjectPropList = make_shared<GetObjectPropListData>(context_); in GetObjectPropList()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp248 …shared_ptr<GetObjectPropListData> getObjectPropList = make_shared<GetObjectPropListData>(context_); in GetObjectPropList()
H A Dmtp_payload_data_test.cpp818 GetObjectPropListData getObjectPropListDataOne(context);
823 GetObjectPropListData getObjectPropListData(context);
836 GetObjectPropListData getObjectPropListData(context);
852 GetObjectPropListData getObjectPropListData(context);