Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h36 enum class BadgeStyle { enum
746 void SetBadgeIconStyle(NotificationRequest::BadgeStyle style);
753 NotificationRequest::BadgeStyle GetBadgeIconStyle() const;
1159 NotificationRequest::BadgeStyle badgeStyle_ {NotificationRequest::BadgeStyle::NONE};
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp33 Notification::NotificationRequest::BadgeStyle badgeStyle = in DoSomethingInterestingWithMyAPI()
34 Notification::NotificationRequest::BadgeStyle(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp33 Notification::NotificationRequest::BadgeStyle badgeStyle = in DoSomethingInterestingWithMyAPI()
34 Notification::NotificationRequest::BadgeStyle(style); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp481 void NotificationRequest::SetBadgeIconStyle(NotificationRequest::BadgeStyle style) in SetBadgeIconStyle()
486 NotificationRequest::BadgeStyle NotificationRequest::GetBadgeIconStyle() const in GetBadgeIconStyle()
1280 badgeStyle_ = static_cast<NotificationRequest::BadgeStyle>(parcel.ReadInt32()); in ReadFromParcel()
1702 target->badgeStyle_ = static_cast<NotificationRequest::BadgeStyle>(badgeStyleValue); in ConvertJsonToEnum()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp363 EXPECT_EQ(NotificationRequest::BadgeStyle::NONE, notificationRequest.GetBadgeIconStyle()); in CheckCaseNineResult()
995 req.SetBadgeIconStyle(NotificationRequest::BadgeStyle::NONE);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2295 request.SetBadgeIconStyle(static_cast<NotificationRequest::BadgeStyle>(badgeIconStyle)); in GetNotificationBadgeIconStyle()