Home
last modified time | relevance | path

Searched refs:sendHeartbeat (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp335 std::optional<bool> sendHeartbeat; in requestRoutesEventDestinationCollection() local
358 "SendHeartbeat", sendHeartbeat, // in requestRoutesEventDestinationCollection()
443 if (sendHeartbeat) in requestRoutesEventDestinationCollection()
698 if (sendHeartbeat) in requestRoutesEventDestinationCollection()
700 subValue->userSub->sendHeartbeat = *sendHeartbeat; in requestRoutesEventDestinationCollection()
745 if (subValue->userSub->sendHeartbeat) in requestRoutesEventDestinationCollection()
803 jVal["SendHeartbeat"] = userSub.sendHeartbeat; in requestRoutesEventDestination()
841 std::optional<bool> sendHeartbeat; in requestRoutesEventDestination() local
852 "SendHeartbeat", sendHeartbeat, // in requestRoutesEventDestination()
900 if (sendHeartbeat) in requestRoutesEventDestination()
[all …]
/openbmc/bmcweb/include/
H A Devent_service_store.hpp32 bool sendHeartbeat = false; member
114 subvalue.sendHeartbeat = *value; in fromJson()
H A Dpersistent_data.hpp338 subscription["SendHeartbeat"] = subValue.sendHeartbeat; in writeData()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp143 if (userSub->sendHeartbeat) in heartbeatParametersChanged()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp141 if (subValue->userSub->sendHeartbeat) in initConfig()