Home
last modified time | relevance | path

Searched defs:object_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp153 using object_t = object::object<Args...>; typedef
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1014 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6DefaultGateway()
1505 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv4StaticPatch()
1730 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6StaticAddressesPatch()
H A Dhypervisor_system.hpp524 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleHypervisorIPv4StaticPatch()
H A Daccount_service.hpp370 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input) in handleRoleMapPatch()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp742 using object_t = nlohmann::json::object_t; in odataObjectCmp() typedef