Searched refs:CheckImageOverSizeForPixelMap (Results 1 – 4 of 4) sorted by relevance
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | advanced_notification_inline.cpp | 106 if (request->CheckImageOverSizeForPixelMap(request->GetLittleIcon(), MAX_ICON_SIZE)) { in CheckPictureSize() 110 if (request->CheckImageOverSizeForPixelMap(request->GetBigIcon(), MAX_ICON_SIZE)) { in CheckPictureSize() 114 if (request->CheckImageOverSizeForPixelMap(request->GetOverlayIcon(), MAX_ICON_SIZE)) { in CheckPictureSize()
|
| /base/notification/distributed_notification_service/frameworks/core/src/ |
| D | ans_notification.cpp | 1171 if (NotificationRequest::CheckImageOverSizeForPixelMap(littleIcon, MAX_ICON_SIZE)) { in CheckImageSize() 1177 if (NotificationRequest::CheckImageOverSizeForPixelMap(bigIcon, MAX_ICON_SIZE)) { in CheckImageSize() 1183 if (overlayIcon && NotificationRequest::CheckImageOverSizeForPixelMap(bigIcon, MAX_ICON_SIZE)) { in CheckImageSize() 1199 if (NotificationRequest::CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize() 1211 if (NotificationRequest::CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_request.cpp | 2176 bool NotificationRequest::CheckImageOverSizeForPixelMap( in CheckImageOverSizeForPixelMap() function in OHOS::Notification::NotificationRequest 2191 if (CheckImageOverSizeForPixelMap(picture, MAX_ICON_SIZE)) { in CheckImageSizeForConverSation() 2202 if (CheckImageOverSizeForPixelMap(img, MAX_ICON_SIZE)) { in CheckImageSizeForConverSation() 2214 if (CheckImageOverSizeForPixelMap(bigPicture, MAX_PICTURE_SIZE)) { in CheckImageSizeForPicture() 2235 if (CheckImageOverSizeForPixelMap(pixelMap, MAX_ICON_SIZE)) { in CheckImageSizeForLiveView()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_request.h | 1165 …static bool CheckImageOverSizeForPixelMap(const std::shared_ptr<Media::PixelMap> &pixelMap, uint32…
|