Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp35 request.SetBadgeIconStyle(badgeStyle); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp35 request.SetBadgeIconStyle(badgeStyle); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h746 void SetBadgeIconStyle(NotificationRequest::BadgeStyle style);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp481 void NotificationRequest::SetBadgeIconStyle(NotificationRequest::BadgeStyle style) in SetBadgeIconStyle() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp995 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()