Lines Matching defs:const
33 const std::string TAG = "Snapshot";
44 bool Snapshot::WriteToParcel(MessageParcel& data) const
134 unique_ptr<PixelMap> Snapshot::CreatePixelMap(const uint8_t* buffer, uint32_t bufferSize)
161 unique_ptr<Snapshot> Snapshot::Create(const vector<uint8_t>& data)
169 uint32_t msgSize = *reinterpret_cast<const uint32_t *>(dataBuffer);
192 uint32_t pixelmapLen = *reinterpret_cast<const uint32_t *>(dataBuffer);
210 bool Snapshot::WriteSnapshotInfo(MessageParcel& data) const
231 const uint8_t* infoBuffer = parcel.ReadBuffer(infoSize);
241 bool Snapshot::WritePixelMap(MessageParcel& data) const
283 int64_t Snapshot::GetCreatedTime() const
288 int64_t Snapshot::GetLastAccessTime() const