Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1009 bool AnsNotification::CheckImageOverSizeForPixelMap(const std::shared_ptr<Media::PixelMap> &pixelMa… in CheckImageOverSizeForPixelMap() function in OHOS::Notification::AnsNotification
1042 if (CheckImageOverSizeForPixelMap(picture, MAX_ICON_SIZE)) { in CheckImageSizeForContent()
1054 if (CheckImageOverSizeForPixelMap(img, MAX_ICON_SIZE)) { in CheckImageSizeForContent()
1065 if (CheckImageOverSizeForPixelMap(bigPicture, MAX_PICTURE_SIZE)) { in CheckImageSizeForContent()
1081 if (CheckImageOverSizeForPixelMap(littleIcon, MAX_ICON_SIZE)) { in CheckImageSize()
1087 if (CheckImageOverSizeForPixelMap(bigIcon, MAX_ICON_SIZE)) { in CheckImageSize()
1103 if (CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
1115 if (CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h833 bool CheckImageOverSizeForPixelMap(