Home
last modified time | relevance | path

Searched refs:IsAllowedGetNotificationByFilter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp176 int ret = advancedNotificationService_->IsAllowedGetNotificationByFilter(record, bundle);
180 ret = advancedNotificationService_->IsAllowedGetNotificationByFilter(record, bundle);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1376 ErrCode IsAllowedGetNotificationByFilter(const std::shared_ptr<NotificationRecord> &record);
1387 ErrCode IsAllowedGetNotificationByFilter(const std::shared_ptr<NotificationRecord> &record,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp258 ErrCode AdvancedNotificationService::IsAllowedGetNotificationByFilter( in IsAllowedGetNotificationByFilter() function in OHOS::Notification::AdvancedNotificationService
302 result = IsAllowedGetNotificationByFilter(record, bundle); in GetActiveNotificationByFilter()