Searched refs:IsNotificationExists (Results 1 – 7 of 7) sorted by relevance
995 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);1031 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);1066 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(req->GetBaseKey("")), true);
366 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::AdvancedNotificationService2198 if (AAFwk::Boolean::Unbox(bo) && !IsNotificationExists(key)) { in CheckLongTermLiveView()
971 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()
680 !IsNotificationExists(record->notification->GetKey())) { in IsSaCreateSystemLiveViewAsBundle()
236 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()
1239 bool IsNotificationExists(const std::string &key);
2476 ASSERT_EQ(advancedNotificationService_->IsNotificationExists(key), false);