Lines Matching refs:userSub
510 subValue->userSub->subscriptionType = *subscriptionType; in requestRoutesEventDestinationCollection()
515 subValue->userSub->subscriptionType = "RedfishEvent"; in requestRoutesEventDestinationCollection()
524 subValue->userSub->protocol = protocol; in requestRoutesEventDestinationCollection()
528 subValue->userSub->verifyCertificate = *verifyCertificate; in requestRoutesEventDestinationCollection()
541 subValue->userSub->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()
546 subValue->userSub->eventFormatType = "Event"; in requestRoutesEventDestinationCollection()
559 subValue->userSub->customText = *context; in requestRoutesEventDestinationCollection()
592 subValue->userSub->httpHeaders.set(item.first, *value); in requestRoutesEventDestinationCollection()
609 subValue->userSub->registryPrefixes = *regPrefixes; in requestRoutesEventDestinationCollection()
614 subValue->userSub->originResources = *originResources; in requestRoutesEventDestinationCollection()
629 subValue->userSub->resourceTypes = *resTypes; in requestRoutesEventDestinationCollection()
638 if (subValue->userSub->registryPrefixes.empty()) in requestRoutesEventDestinationCollection()
645 registryPrefix = subValue->userSub->registryPrefixes; in requestRoutesEventDestinationCollection()
679 subValue->userSub->registryMsgIds = *msgIds; in requestRoutesEventDestinationCollection()
691 subValue->userSub->retryPolicy = *retryPolicy; in requestRoutesEventDestinationCollection()
696 subValue->userSub->retryPolicy = "TerminateAfterRetries"; in requestRoutesEventDestinationCollection()
700 subValue->userSub->sendHeartbeat = *sendHeartbeat; in requestRoutesEventDestinationCollection()
711 subValue->userSub->hbIntervalMinutes = *hbIntervalMinutes; in requestRoutesEventDestinationCollection()
726 subValue->userSub->metricReportDefinitions.emplace_back( in requestRoutesEventDestinationCollection()
745 if (subValue->userSub->sendHeartbeat) in requestRoutesEventDestinationCollection()
781 const persistent_data::UserSubscription& userSub = in requestRoutesEventDestination() local
782 *subValue->userSub; in requestRoutesEventDestination()
793 jVal["Destination"] = userSub.destinationUrl; in requestRoutesEventDestination()
794 jVal["Context"] = userSub.customText; in requestRoutesEventDestination()
795 jVal["SubscriptionType"] = userSub.subscriptionType; in requestRoutesEventDestination()
797 jVal["EventFormatType"] = userSub.eventFormatType; in requestRoutesEventDestination()
798 jVal["RegistryPrefixes"] = userSub.registryPrefixes; in requestRoutesEventDestination()
799 jVal["ResourceTypes"] = userSub.resourceTypes; in requestRoutesEventDestination()
801 jVal["MessageIds"] = userSub.registryMsgIds; in requestRoutesEventDestination()
802 jVal["DeliveryRetryPolicy"] = userSub.retryPolicy; in requestRoutesEventDestination()
803 jVal["SendHeartbeat"] = userSub.sendHeartbeat; in requestRoutesEventDestination()
804 jVal["HeartbeatIntervalMinutes"] = userSub.hbIntervalMinutes; in requestRoutesEventDestination()
805 jVal["VerifyCertificate"] = userSub.verifyCertificate; in requestRoutesEventDestination()
808 for (const auto& mdrUri : userSub.metricReportDefinitions) in requestRoutesEventDestination()
861 subValue->userSub->customText = *context; in requestRoutesEventDestination()
883 subValue->userSub->httpHeaders = std::move(fields); in requestRoutesEventDestination()
897 subValue->userSub->retryPolicy = *retryPolicy; in requestRoutesEventDestination()
902 subValue->userSub->sendHeartbeat = *sendHeartbeat; in requestRoutesEventDestination()
913 subValue->userSub->hbIntervalMinutes = *hbIntervalMinutes; in requestRoutesEventDestination()
926 subValue->userSub->verifyCertificate = *verifyCertificate; in requestRoutesEventDestination()