Searched refs:CheckNotificationRequest (Results 1 – 4 of 4) sorted by relevance
565 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()
1173 ErrCode CheckNotificationRequest(const sptr<NotificationRequest> &oldRequest) const;
570 …result = record->request->CheckNotificationRequest((oldRecord == nullptr) ? nullptr : oldRecord->r… in Filter()
2051 ErrCode NotificationRequest::CheckNotificationRequest(const sptr<NotificationRequest> &oldRequest) … in CheckNotificationRequest() function in OHOS::Notification::NotificationRequest