Searched refs:hbIntervalMinutes (Results 1 – 4 of 4) sorted by relevance
336 std::optional<uint64_t> hbIntervalMinutes; in requestRoutesEventDestinationCollection() local350 "HeartbeatIntervalMinutes", hbIntervalMinutes, // in requestRoutesEventDestinationCollection()449 if (hbIntervalMinutes) in requestRoutesEventDestinationCollection()702 if (hbIntervalMinutes) in requestRoutesEventDestinationCollection()704 if (*hbIntervalMinutes < 1 || *hbIntervalMinutes > 65535) in requestRoutesEventDestinationCollection()707 asyncResp->res, *hbIntervalMinutes, in requestRoutesEventDestinationCollection()711 subValue->userSub->hbIntervalMinutes = *hbIntervalMinutes; in requestRoutesEventDestinationCollection()804 jVal["HeartbeatIntervalMinutes"] = userSub.hbIntervalMinutes; in requestRoutesEventDestination()842 std::optional<uint64_t> hbIntervalMinutes; in requestRoutesEventDestination() local850 "HeartbeatIntervalMinutes", hbIntervalMinutes, // in requestRoutesEventDestination()[all …]
35 uint64_t hbIntervalMinutes = 10; member124 subvalue.hbIntervalMinutes = *value; in fromJson()
340 subValue.hbIntervalMinutes; in writeData()
134 hbTimer.expires_after(std::chrono::minutes(userSub->hbIntervalMinutes)); in scheduleNextHeartbeatEvent()