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.hpp323 std::optional<bool> sendHeartbeat; in requestRoutesEventDestinationCollection() local
346 "SendHeartbeat", sendHeartbeat, // in requestRoutesEventDestinationCollection()
431 if (sendHeartbeat) in requestRoutesEventDestinationCollection()
686 if (sendHeartbeat) in requestRoutesEventDestinationCollection()
688 subValue->userSub->sendHeartbeat = *sendHeartbeat; in requestRoutesEventDestinationCollection()
733 if (subValue->userSub->sendHeartbeat) in requestRoutesEventDestinationCollection()
791 jVal["SendHeartbeat"] = userSub.sendHeartbeat; in requestRoutesEventDestination()
829 std::optional<bool> sendHeartbeat; in requestRoutesEventDestination() local
840 "SendHeartbeat", sendHeartbeat, // in requestRoutesEventDestination()
888 if (sendHeartbeat) in requestRoutesEventDestination()
[all …]
/openbmc/bmcweb/include/
H A Devent_service_store.hpp26 bool sendHeartbeat = false; member
108 subvalue.sendHeartbeat = *value; in fromJson()
H A Dpersistent_data.hpp329 subscription["SendHeartbeat"] = subValue.sendHeartbeat; in writeData()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp144 if (userSub->sendHeartbeat) in heartbeatParametersChanged()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp150 // schedule a heartbeat if sendHeartbeat was set to true in initConfig()
151 if (subValue->userSub->sendHeartbeat) in initConfig()