Home
last modified time | relevance | path

Searched refs:SetBigPicture (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_picture_content_test.cpp73 rrc->SetBigPicture(bigPicture);
217 rrc->SetBigPicture(data);
H A Dnotification_request_test.cpp1051 pictureContent->SetBigPicture(TestMakePixelMap(ICON_SIZE, ICON_SIZE)); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
H A Dnotificationpicturecontent_fuzzer.cpp28 notificationPictureContent.SetBigPicture(nullptr); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_picture_content.h71 void SetBigPicture(const std::shared_ptr<Media::PixelMap> &bigPicture);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_picture_content.cpp42 void NotificationPictureContent::SetBigPicture(const std::shared_ptr<Media::PixelMap> &bigPicture) in SetBigPicture() function in OHOS::Notification::NotificationPictureContent
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp676 pictureContent->SetBigPicture(bigPicture);
710 pictureContent->SetBigPicture(bigPicture);
744 pictureContent->SetBigPicture(bigPicture);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp170 pictureContent->SetBigPicture(pixelMap->GetRealPixelMap()); in GetNotificationPictureContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1253 pictureContent->SetBigPicture(bigPicture);
1285 pictureContent->SetBigPicture(bigPicture);
1317 pictureContent->SetBigPicture(bigPicture);
H A Dans_innerkits_module_publish_test.cpp936 pictureContent->SetBigPicture(nullptr);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp418 pictureContent->SetBigPicture(pixelMap); in GetNotificationPictureContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp821 pictureContent->SetBigPicture(pixelMap); in GetNotificationPictureContentDetailed()