Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_inline.cpp96 if (request->CheckImageOverSizeForPixelMap(request->GetLittleIcon(), MAX_ICON_SIZE)) { in CheckPictureSize()
102 if (request->CheckImageOverSizeForPixelMap(request->GetOverlayIcon(), MAX_ICON_SIZE)) { in CheckPictureSize()
108 if (request->CheckImageOverSizeForPixelMap(request->GetBigIcon(), MAX_ICON_SIZE)) { in CheckPictureSize()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1543 if (NotificationRequest::CheckImageOverSizeForPixelMap(littleIcon, MAX_ICON_SIZE)) { in CheckImageSize()
1549 …if (overlayIcon && NotificationRequest::CheckImageOverSizeForPixelMap(overlayIcon, MAX_ICON_SIZE))… in CheckImageSize()
1565 if (NotificationRequest::CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
1577 if (NotificationRequest::CheckImageOverSizeForPixelMap(icon, MAX_ICON_SIZE)) { in CheckImageSize()
1584 if (NotificationRequest::CheckImageOverSizeForPixelMap(bigIcon, MAX_ICON_SIZE)) { in CheckImageSize()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2559 bool NotificationRequest::CheckImageOverSizeForPixelMap( in CheckImageOverSizeForPixelMap() function in OHOS::Notification::NotificationRequest
2574 if (CheckImageOverSizeForPixelMap(picture, MAX_ICON_SIZE)) { in CheckImageSizeForConverSation()
2585 if (CheckImageOverSizeForPixelMap(img, MAX_ICON_SIZE)) { in CheckImageSizeForConverSation()
2597 if (CheckImageOverSizeForPixelMap(bigPicture, MAX_PICTURE_SIZE)) { in CheckImageSizeForPicture()
2618 if (CheckImageOverSizeForPixelMap(pixelMap, MAX_ICON_SIZE)) { in CheckImageSizeForLiveView()
2723 if (CheckImageOverSizeForPixelMap(lockScreenPicture, MAX_PICTURE_SIZE)) { in CheckLockScreenPictureSizeForLiveView()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1242 …static bool CheckImageOverSizeForPixelMap(const std::shared_ptr<Media::PixelMap> &pixelMap, uint32…