Home
last modified time | relevance | path

Searched refs:SetBigIcon (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp39 request.SetBigIcon(icon); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h434 void SetBigIcon(const std::shared_ptr<Media::PixelMap> &bigIcon);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp1253 req.SetBigIcon(bigIcon);
1285 req.SetBigIcon(bigIcon);
1317 req.SetBigIcon(bigIcon);
Dans_innerkits_module_publish_test.cpp610 req.SetBigIcon(pixelMap);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp1142 req->SetBigIcon(bigIcon);
1175 req->SetBigIcon(bigIcon);
1208 req->SetBigIcon(bigIcon);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp262 void NotificationRequest::SetBigIcon(const std::shared_ptr<Media::PixelMap> &bigIcon) in SetBigIcon() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2853 request.SetBigIcon(pixelMap); in GetNotificationLargeIcon()