Home
last modified time | relevance | path

Searched refs:fromJson (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp104 .fromJson(item.second); in readData()
111 UserSession::fromJson(elem); in readData()
158 .fromJson(*esobj); in readData()
165 UserSubscription::fromJson(elem); in readData()
H A Devent_service_store.hpp42 static std::optional<UserSubscription> fromJson( in fromJson() function
297 void fromJson(const nlohmann::json::object_t& j) in fromJson() function
H A Dsessions.hpp71 fromJson(const nlohmann::json::object_t& j) in fromJson() function
207 void fromJson(const nlohmann::json::object_t& j) in fromJson() function
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp173 .fromJson(item.second); in loadOldBehavior()
181 persistent_data::UserSubscription::fromJson(elem, in loadOldBehavior()