Home
last modified time | relevance | path

Searched defs:object_t (Results 1 – 6 of 6) 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.hpp1027 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6DefaultGateway()
1517 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in parseAddresses()
1679 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv4StaticPatch()
1765 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6StaticAddressesPatch()
H A Dhypervisor_system.hpp539 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleHypervisorIPv4StaticPatch()
H A Dmetric_report_definition.hpp1218 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>&& in setReportMetrics()
H A Daccount_service.hpp382 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input) in handleRoleMapPatch()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp752 using object_t = nlohmann::json::object_t; in objectKeyCmp() typedef