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()
404 subscription["EventFormatType"] = subValue.eventFormatType; in writeData()
43 static constexpr const char* eventFormatType = "Event"; variable247 if (entry->userSub->eventFormatType == eventFormatType) in updateNoOfSubscribersCount()251 else if (entry->userSub->eventFormatType == metricReportFormatType) in updateNoOfSubscribersCount()
71 subValue->userSub->eventFormatType = "Event"; in createSubscription()
50 eventFormatType, metricReportFormatType};538 subValue->userSub->eventFormatType = *eventFormatType2; in requestRoutesEventDestinationCollection()543 subValue->userSub->eventFormatType = "Event"; in requestRoutesEventDestinationCollection()794 jVal["EventFormatType"] = userSub.eventFormatType; in requestRoutesEventDestination()