Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h51 enum class GroupAlertType { enum
548 void SetGroupAlertType(NotificationRequest::GroupAlertType type);
555 NotificationRequest::GroupAlertType GetGroupAlertType() const;
1157 NotificationRequest::GroupAlertType groupAlertType_ {NotificationRequest::GroupAlertType::ALL};
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp64 Notification::NotificationRequest::GroupAlertType groupAlertType = in DoSomethingInterestingWithMyAPI()
65 Notification::NotificationRequest::GroupAlertType(color); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp64 Notification::NotificationRequest::GroupAlertType groupAlertType = in DoSomethingInterestingWithMyAPI()
65 Notification::NotificationRequest::GroupAlertType(color); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp360 void NotificationRequest::SetGroupAlertType(NotificationRequest::GroupAlertType type) in SetGroupAlertType()
365 NotificationRequest::GroupAlertType NotificationRequest::GetGroupAlertType() const in GetGroupAlertType()
1278 groupAlertType_ = static_cast<NotificationRequest::GroupAlertType>(parcel.ReadInt32()); in ReadFromParcel()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp142 … EXPECT_EQ(NotificationRequest::GroupAlertType::ALL, notificationRequest.GetGroupAlertType()); in OnConsumed()
1135 req.SetGroupAlertType(NotificationRequest::GroupAlertType::ALL);