Searched refs:GetDeviceInfoData (Results 1 – 6 of 6) sorted by relevance
111 GetDeviceInfoData::GetDeviceInfoData(std::shared_ptr<MtpOperationContext> &context) in GetDeviceInfoData() function in OHOS::Media::GetDeviceInfoData124 GetDeviceInfoData::GetDeviceInfoData() in GetDeviceInfoData() function in OHOS::Media::GetDeviceInfoData138 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()
22 class GetDeviceInfoData : public PayloadData {24 explicit GetDeviceInfoData(std::shared_ptr<MtpOperationContext> &context);25 explicit GetDeviceInfoData();26 ~GetDeviceInfoData() override;
59 payloadData = make_shared<GetDeviceInfoData>(context); in CreatePayload()
116 shared_ptr<GetDeviceInfoData> getDeviceInfoData = make_shared<GetDeviceInfoData>(); in GetDeviceInfo()
981 GetDeviceInfoData getDeviceInfoData(context);989 GetDeviceInfoData getDeviceInfoData;998 GetDeviceInfoData getDeviceInfoData(context);
78 data = make_shared<GetDeviceInfoData>(context_); in GetDeviceInfo()