Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp171 std::optional<UserSubscription> newSub = in readData() local
174 if (!newSub) in readData()
182 newSub->id, newSub->customText); in readData()
186 newSub->id, in readData()
188 std::move(*newSub))); in readData()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp114 std::shared_ptr<persistent_data::UserSubscription> newSub = in initConfig() local
118 boost::urls::parse_absolute_uri(newSub->destinationUrl); in initConfig()
127 std::make_shared<Subscription>(newSub, *url, getIoContext()); in initConfig()
191 persistent_data::UserSubscription& newSub = in loadOldBehavior() local
208 newSub.id = id; in loadOldBehavior()
214 newSub))); in loadOldBehavior()