Searched refs:GetObjectPropValueData (Results 1 – 6 of 6) sorted by relevance
26 GetObjectPropValueData::GetObjectPropValueData(std::shared_ptr<MtpOperationContext> &context) in GetObjectPropValueData() function in OHOS::Media::GetObjectPropValueData31 GetObjectPropValueData::~GetObjectPropValueData() in ~GetObjectPropValueData()35 int GetObjectPropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser()55 int GetObjectPropValueData::Maker(std::vector<uint8_t> &outBuffer) in Maker()87 uint32_t GetObjectPropValueData::CalculateSize() in CalculateSize()97 bool GetObjectPropValueData::SetPropValue(int type, uint64_t int64Value, const uint128_t int128Valu… in SetPropValue()
21 class GetObjectPropValueData : public PayloadData {23 explicit GetObjectPropValueData(std::shared_ptr<MtpOperationContext> &context);24 ~GetObjectPropValueData() override;
66 GetObjectPropValueData getObjectPropValueDataOne(context);71 GetObjectPropValueData getObjectPropValueData(context);84 GetObjectPropValueData getObjectPropValueData(context);99 GetObjectPropValueData getObjectPropValueData(context);112 GetObjectPropValueData getObjectPropValueData(context);125 GetObjectPropValueData getObjectPropValueData(context);138 GetObjectPropValueData getObjectPropValueData(context);151 GetObjectPropValueData getObjectPropValueData(context);164 GetObjectPropValueData getObjectPropValueData(context);177 GetObjectPropValueData getObjectPropValueData(context);[all …]
205 …shared_ptr<GetObjectPropValueData> getObjectPropValue = make_shared<GetObjectPropValueData>(contex… in GetObjectPropValue()
84 payloadData = make_shared<GetObjectPropValueData>(context); in CreatePayload()
289 …shared_ptr<GetObjectPropValueData> getObjectPropValue = make_shared<GetObjectPropValueData>(contex… in GetObjectPropValue()