Home
last modified time | relevance | path

Searched refs:GetForceControl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dpermission_filter.cpp53 isForceControl = slot->GetForceControl(); in OnPublish()
H A Dnotification_preferences_info.cpp363 slotInfo.isForceControl_ = slot->GetForceControl(); in GetAllCLoneBundlesInfo()
H A Dadvanced_notification_live_view_service.cpp433 if (!slot->GetForceControl()) { in IsAllowedRemoveSlot()
H A Dadvanced_notification_publish_service.cpp1680 if (record->slot->GetForceControl() && record->slot->GetEnable()) { in RemoveAllNotificationsInner()
2223 if (slot->GetEnable() == enabled && slot->GetForceControl() == isForceControl) { in SetEnabledForBundleSlot()
2259 if (!slot->GetForceControl() && !allowed) { in SetEnabledForBundleSlot()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h319 bool GetForceControl() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp285 bool NotificationSlot::GetForceControl() const in GetForceControl() function in OHOS::Notification::NotificationSlot