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.h826 void SetBadgeIconStyle(NotificationRequest::BadgeStyle style);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp1443 request.SetBadgeIconStyle(static_cast<NotificationRequest::BadgeStyle>(badgeIconStyle)); in GetNotificationBadgeIconStyle()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp526 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.cpp1049 req.SetBadgeIconStyle(NotificationRequest::BadgeStyle::NONE);