Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Djson_serializer_test.cpp93 auto leaf = s.getLeafNode("foo/bar/baz"); in TEST_F()
100 leaf = s.getLeafNode("foo/bar/nonexistent"); in TEST_F()
/openbmc/phosphor-user-manager/
H A Djson_serializer.hpp44 std::optional<nlohmann::json> getLeafNode(const std::string_view keyPath) in getLeafNode() function in JsonSerializer
65 auto leaf = getLeafNode(key); in deserialize()