Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Devent_service_store.hpp28 boost::urls::url destinationUrl; member
76 subvalue.destinationUrl = std::move(*url); in fromJson()
282 subvalue.destinationUrl.empty() || subvalue.protocol.empty() || in fromJson()
H A Dpersistent_data.hpp341 subscription["Destination"] = subValue.destinationUrl; in writeData()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp67 userSub->destinationUrl = url;
198 std::move(msg), userSub->destinationUrl, in sendEventToSubscriber()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp118 boost::urls::parse_absolute_uri(newSub->destinationUrl); in initConfig()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp793 jVal["Destination"] = userSub.destinationUrl; in requestRoutesEventDestination()