Searched refs:IsRemoveAllowed (Results 1 – 11 of 11) sorted by relevance
33 if (!request->IsRemoveAllowed()) { in PublishPreWork()
59 if (!request->IsRemoveAllowed()) { in PublishPreWork()
53 notification.IsRemoveAllowed(); in DoSomethingInterestingWithMyAPI()
29 isRemoveAllowed_ = request->IsRemoveAllowed(); in Notification()213 bool Notification::IsRemoveAllowed() const in IsRemoveAllowed() function in OHOS::Notification::Notification
1836 bool NotificationRequest::IsRemoveAllowed() const in IsRemoveAllowed() function in OHOS::Notification::NotificationRequest
209 bool IsRemoveAllowed() const;
1227 bool IsRemoveAllowed() const;
144 napi_get_boolean(env, notification->IsRemoveAllowed(), &value); in SetNotification()
261 EXPECT_EQ(rrc->IsRemoveAllowed(), removeAllowed);
1233 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()1282 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()1314 if (!record->notification->IsRemoveAllowed()) { in RemoveFromNotificationListForDeleteAll()
1570 if (!record->notification->IsRemoveAllowed()) { in RemoveNotification()1675 if (!record->notification->IsRemoveAllowed() && isAllowedNotification) { in RemoveAllNotificationsInner()2048 if (!record->notification->IsRemoveAllowed()) { in RemoveGroupByBundle()