Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp282 std::vector<std::shared_ptr<Media::PixelMap>> pixelMapVec; in ReadFromParcel() local
283 pixelMapVec.reserve(strVec.size()); in ReadFromParcel()
285 pixelMapVec.emplace_back(AnsImageUtil::UnPackImage(str)); in ReadFromParcel()
287 pictureMap_[key] = pixelMapVec; in ReadFromParcel()