Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_proxy.cpp249 notification->GetNotificationRequestPoint()->SetOverlayIcon(nullptr); in OnCanceledList()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h553 void SetOverlayIcon(const std::shared_ptr<Media::PixelMap> &overlayIcon);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp301 request.SetOverlayIcon(pixelMap); in GetNotificationOverlayIcon()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp824 request.SetOverlayIcon(pixelMap); in GetNotificationOverlayIcon()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp325 void NotificationRequest::SetOverlayIcon(const std::shared_ptr<Media::PixelMap> &overlayIcon) in SetOverlayIcon() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp687 req.SetOverlayIcon(pixelMap);