Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp997 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1019 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1039 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1060 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1081 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1107 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1133 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
1152 auto result = notificationRequest.CheckImageSizeForContent(); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_inline.cpp100 auto result = request->CheckImageSizeForContent(); in CheckPictureSize()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp322 ErrCode ret = request.CheckImageSizeForContent();
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1201 ErrCode CheckImageSizeForContent() const;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1188 ErrCode err = request.CheckImageSizeForContent(); in CheckImageSize()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp2244 ErrCode NotificationRequest::CheckImageSizeForContent() const in CheckImageSizeForContent() function in OHOS::Notification::NotificationRequest