Home
last modified time | relevance | path

Searched refs:UserSubscription (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Devent_service_store.hpp13 struct UserSubscription struct
30 static std::shared_ptr<UserSubscription> fromJson( in fromJson() argument
33 std::shared_ptr<UserSubscription> subvalue = in fromJson()
34 std::make_shared<UserSubscription>(); in fromJson()
310 boost::container::flat_map<std::string, std::shared_ptr<UserSubscription>>
H A Dpersistent_data.hpp160 std::shared_ptr<UserSubscription> newSubscription = in readData()
161 UserSubscription::fromJson(elem); in readData()
271 const UserSubscription& subValue = *it.second; in writeData()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp270 class Subscription : public persistent_data::UserSubscription
680 std::shared_ptr<persistent_data::UserSubscription> newSub = in initConfig()
757 std::shared_ptr<persistent_data::UserSubscription> in loadOldBehavior()
759 persistent_data::UserSubscription::fromJson(elem, in loadOldBehavior()
956 std::shared_ptr<persistent_data::UserSubscription> newSub = in addSubscriptionInternal()
957 std::make_shared<persistent_data::UserSubscription>(); in addSubscriptionInternal()