Home
last modified time | relevance | path

Searched defs:largeIcon (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h113 int64_t largeIcon; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp423 static bool GetNotificationLargeIcon(int64_t largeIcon, NotificationRequest request) in GetNotificationLargeIcon()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp250 std::shared_ptr<Media::PixelMap> largeIcon = request->GetBigIcon(); in SetNotificationRequestByPixelMap() local