Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1035 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in handleIPv6DefaultGateway()
1051 std::get_if<nlohmann::json::object_t>(&thisJson); in handleIPv6DefaultGateway()
1526 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in parseAddresses()
1533 std::get_if<nlohmann::json::object_t>(&thisJson); in parseAddresses()
1772 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in handleIPv6StaticAddressesPatch()
1778 std::get_if<nlohmann::json::object_t>(&thisJson); in handleIPv6StaticAddressesPatch()
H A Dhypervisor_system.hpp545 std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson = input[0]; in handleHypervisorIPv4StaticPatch() local
547 std::get_if<nlohmann::json::object_t>(&thisJson); in handleHypervisorIPv4StaticPatch()
H A Daccount_service.hpp386 std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson = in handleRoleMapPatch() local
389 std::get_if<nlohmann::json::object_t>(&thisJson); in handleRoleMapPatch()