Home
last modified time | relevance | path

Searched refs:newSub (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp247 std::optional<UserSubscription> newSub = in readData() local
250 if (!newSub) in readData()
257 std::string id = newSub->id; in readData()
259 newSub->customText); in readData()
264 std::move(*newSub))); in readData()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp104 std::shared_ptr<persistent_data::UserSubscription> newSub = in initConfig() local
108 boost::urls::parse_absolute_uri(newSub->destinationUrl); in initConfig()
117 std::make_shared<Subscription>(newSub, *url, getIoContext()); in initConfig()