Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_inline.cpp106 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/
Dans_notification.cpp1171 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/
Dnotification_request.cpp2176 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/
Dnotification_request.h1165 …static bool CheckImageOverSizeForPixelMap(const std::shared_ptr<Media::PixelMap> &pixelMap, uint32…