Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dsessions_test.cpp15 methods.fromJson(jsonValue); in TEST()
35 methods.fromJson(jsonValue); in TEST()
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp111 .fromJson(item.second); in readData()
118 UserSession::fromJson(elem); in readData()
165 .fromJson(*esobj); in readData()
172 UserSubscription::fromJson(elem); in readData()
H A Devent_service_store.hpp46 static std::optional<UserSubscription> fromJson( in fromJson() function
301 void fromJson(const nlohmann::json::object_t& j) in fromJson() function
H A Dsessions.hpp76 static std::shared_ptr<UserSession> fromJson( in fromJson() function
212 void fromJson(const nlohmann::json::object_t& j) in fromJson() function
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp175 .fromJson(item.second); in loadOldBehavior()
183 persistent_data::UserSubscription::fromJson(elem, in loadOldBehavior()