Searched refs:GetForceControl (Results 1 – 6 of 6) sorted by relevance
53 isForceControl = slot->GetForceControl(); in OnPublish()
363 slotInfo.isForceControl_ = slot->GetForceControl(); in GetAllCLoneBundlesInfo()
433 if (!slot->GetForceControl()) { in IsAllowedRemoveSlot()
1680 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()
319 bool GetForceControl() const;
285 bool NotificationSlot::GetForceControl() const in GetForceControl() function in OHOS::Notification::NotificationSlot