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.hpp21 boost::urls::url destinationUrl; member
65 subvalue.destinationUrl = std::move(*url); in fromJson()
252 subvalue.destinationUrl.empty() || subvalue.protocol.empty() || in fromJson()
H A Dpersistent_data.hpp329 subscription["Destination"] = subValue.destinationUrl; in writeData()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp61 userSub->destinationUrl = url;
113 std::move(msg), userSub->destinationUrl, in sendEventToSubscriber()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp126 boost::urls::parse_absolute_uri(newSub->destinationUrl); in initConfig()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp723 jVal["Destination"] = userSub.destinationUrl; in requestRoutesEventDestination()