Home
last modified time | relevance | path

Searched refs:CheckNotificationRequest (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp565 EXPECT_EQ(notificationRequest.CheckNotificationRequest(nullptr), ERR_OK); in HWTEST_F()
583 EXPECT_EQ(notificationRequest.CheckNotificationRequest(nullptr), ERR_OK); in HWTEST_F()
601 ErrCode result = notificationRequest.CheckNotificationRequest(nullptr); in HWTEST_F()
624 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
651 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
678 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
707 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
736 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
764 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
793 ErrCode result = notificationRequest.CheckNotificationRequest(oldNotificationRequest); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1173 ErrCode CheckNotificationRequest(const sptr<NotificationRequest> &oldRequest) const;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp570 …result = record->request->CheckNotificationRequest((oldRecord == nullptr) ? nullptr : oldRecord->r… in Filter()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp2051 ErrCode NotificationRequest::CheckNotificationRequest(const sptr<NotificationRequest> &oldRequest) … in CheckNotificationRequest() function in OHOS::Notification::NotificationRequest