Searched refs:eventFormatType (Results 1 – 5 of 5) sorted by relevance
37 std::string eventFormatType; member144 subvalue.eventFormatType = *value; in fromJson()283 subvalue.retryPolicy.empty() || subvalue.eventFormatType.empty() || in fromJson()
342 subscription["EventFormatType"] = subValue.eventFormatType; in writeData()
48 static constexpr const char* eventFormatType = "Event"; variable356 if (entry->userSub->eventFormatType == eventFormatType) in updateNoOfSubscribersCount()360 else if (entry->userSub->eventFormatType == metricReportFormatType) in updateNoOfSubscribersCount()
70 subValue->userSub->eventFormatType = "Event"; in createSubscription()
54 eventFormatType, metricReportFormatType};541 subValue->userSub->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()546 subValue->userSub->eventFormatType = "Event"; in requestRoutesEventDestinationCollection()797 jVal["EventFormatType"] = userSub.eventFormatType; in requestRoutesEventDestination()