Home
last modified time | relevance | path

Searched refs:GetBadgeIconStyle (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp40 request.GetBadgeIconStyle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h833 NotificationRequest::BadgeStyle GetBadgeIconStyle() const;
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp106 auto badgeIconStyle = static_cast<int32_t>(request->GetBadgeIconStyle()); in SetNotificationRequestByNumber()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp531 NotificationRequest::BadgeStyle NotificationRequest::GetBadgeIconStyle() const in GetBadgeIconStyle() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp396 EXPECT_EQ(NotificationRequest::BadgeStyle::NONE, notificationRequest.GetBadgeIconStyle()); in CheckCaseNineResult()