Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_device_info_data.cpp111 GetDeviceInfoData::GetDeviceInfoData(std::shared_ptr<MtpOperationContext> &context) in GetDeviceInfoData() function in OHOS::Media::GetDeviceInfoData
124 GetDeviceInfoData::GetDeviceInfoData() in GetDeviceInfoData() function in OHOS::Media::GetDeviceInfoData
138 GetDeviceInfoData::~GetDeviceInfoData() in ~GetDeviceInfoData()
142 int GetDeviceInfoData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser()
147 int GetDeviceInfoData::Maker(std::vector<uint8_t> &outBuffer) in Maker()
171 uint32_t GetDeviceInfoData::CalculateSize() in CalculateSize()
183 void GetDeviceInfoData::SetManufacturer(const std::string &manufacturer) in SetManufacturer()
188 void GetDeviceInfoData::SetModel(const std::string &model) in SetModel()
193 void GetDeviceInfoData::SetVersion(const std::string &version) in SetVersion()
198 void GetDeviceInfoData::SetSerialNum(const std::string &serialNum) in SetSerialNum()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_device_info_data.h22 class GetDeviceInfoData : public PayloadData {
24 explicit GetDeviceInfoData(std::shared_ptr<MtpOperationContext> &context);
25 explicit GetDeviceInfoData();
26 ~GetDeviceInfoData() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dpacket_payload_factory.cpp59 payloadData = make_shared<GetDeviceInfoData>(context); in CreatePayload()
H A Dmtp_operation_utils.cpp116 shared_ptr<GetDeviceInfoData> getDeviceInfoData = make_shared<GetDeviceInfoData>(); in GetDeviceInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp981 GetDeviceInfoData getDeviceInfoData(context);
989 GetDeviceInfoData getDeviceInfoData;
998 GetDeviceInfoData getDeviceInfoData(context);
H A Dmock_mtp_operation_utils.cpp78 data = make_shared<GetDeviceInfoData>(context_); in GetDeviceInfo()