Home
last modified time | relevance | path

Searched refs:IsRemoveAllowed (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dbase_publish_process.cpp33 if (!request->IsRemoveAllowed()) { in PublishPreWork()
H A Dlive_publish_process.cpp59 if (!request->IsRemoveAllowed()) { in PublishPreWork()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp53 notification.IsRemoveAllowed(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp29 isRemoveAllowed_ = request->IsRemoveAllowed(); in Notification()
213 bool Notification::IsRemoveAllowed() const in IsRemoveAllowed() function in OHOS::Notification::Notification
H A Dnotification_request.cpp1836 bool NotificationRequest::IsRemoveAllowed() const in IsRemoveAllowed() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h209 bool IsRemoveAllowed() const;
H A Dnotification_request.h1227 bool IsRemoveAllowed() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp144 napi_get_boolean(env, notification->IsRemoveAllowed(), &value); in SetNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp261 EXPECT_EQ(rrc->IsRemoveAllowed(), removeAllowed);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1233 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()
1282 if (!isCancel && !record->notification->IsRemoveAllowed()) { in RemoveFromNotificationList()
1314 if (!record->notification->IsRemoveAllowed()) { in RemoveFromNotificationListForDeleteAll()
H A Dadvanced_notification_publish_service.cpp1570 if (!record->notification->IsRemoveAllowed()) { in RemoveNotification()
1675 if (!record->notification->IsRemoveAllowed() && isAllowedNotification) { in RemoveAllNotificationsInner()
2048 if (!record->notification->IsRemoveAllowed()) { in RemoveGroupByBundle()