Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dsessions_test.cpp21 methods.fromJson(jsonValue); in TEST()
47 methods.fromJson(jsonValue); in TEST()
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp158 .fromJson(*jObj); in readData()
179 UserSession::fromJson(*jObj); in readData()
226 .fromJson(*esobj); in readData()
248 UserSubscription::fromJson(*subobj); 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
204 void fromJson(const nlohmann::json::object_t& j) in fromJson() function