Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp108 nlohmann::json pixelRecordArr = nlohmann::json::array(); in PictureToJson() local
110 pixelRecordArr.emplace_back(AnsImageUtil::PackImage(pixelMap)); in PictureToJson()
112 pixelMap[picture.first] = pixelRecordArr; in PictureToJson()