Searched refs:IsAllowedGetNotificationByFilter (Results 1 – 3 of 3) sorted by relevance
176 int ret = advancedNotificationService_->IsAllowedGetNotificationByFilter(record, bundle);180 ret = advancedNotificationService_->IsAllowedGetNotificationByFilter(record, bundle);
1376 ErrCode IsAllowedGetNotificationByFilter(const std::shared_ptr<NotificationRecord> &record);1387 ErrCode IsAllowedGetNotificationByFilter(const std::shared_ptr<NotificationRecord> &record,
258 ErrCode AdvancedNotificationService::IsAllowedGetNotificationByFilter( in IsAllowedGetNotificationByFilter() function in OHOS::Notification::AdvancedNotificationService302 result = IsAllowedGetNotificationByFilter(record, bundle); in GetActiveNotificationByFilter()