Home
last modified time | relevance | path

Searched refs:IsNotificationExists (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp995 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);
1031 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);
1066 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp366 if (!IsNotificationExists(record->notification->GetKey())) { in AssignToNotificationList()
673 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishPreparedNotification()
862 bool AdvancedNotificationService::IsNotificationExists(const std::string &key) in IsNotificationExists() function in OHOS::Notification::AdvancedNotificationService
2198 if (AAFwk::Boolean::Unbox(bo) && !IsNotificationExists(key)) { in CheckLongTermLiveView()
H A Dadvanced_notification_utils.cpp971 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in OnDistributedPublish()
1050 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in OnDistributedUpdate()
1055 if (IsNotificationExists(record->notification->GetKey())) { in OnDistributedUpdate()
H A Dadvanced_notification_live_view_service.cpp680 !IsNotificationExists(record->notification->GetKey())) { in IsSaCreateSystemLiveViewAsBundle()
H A Dadvanced_notification_publish_service.cpp236 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishNotificationForIndirectProxy()
1347 if (!IsNotificationExists(record->notification->GetKey())) { in PublishContinuousTaskNotification()
2435 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishNotificationBySa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1239 bool IsNotificationExists(const std::string &key);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2476 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(key), false);