Home
last modified time | relevance | path

Searched refs:object_t (Results 1 – 25 of 195) sorted by relevance

12345678

/openbmc/bmcweb/test/redfish-core/lib/
H A Dethernet_test.cpp23 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
39 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
40 nlohmann::json::object_t eth; in TEST()
65 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
66 nlohmann::json::object_t eth; in TEST()
90 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
91 nlohmann::json::object_t eth; in TEST()
111 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
112 nlohmann::json::object_t eth; in TEST()
135 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>> addr; in TEST()
[all …]
/openbmc/smbios-mdr/include/
H A Ddimm.hpp48 sdbusplus::server::object_t<
50 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::
52 sdbusplus::server::object_t<
54 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::
56 sdbusplus::server::object_t<
58 sdbusplus::server::object_t<
60 sdbusplus::server::object_t<
62 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::state::
77 sdbusplus::server::object_t< in Dimm()
80 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project:: in Dimm()
[all …]
H A Dsystem.hpp31 sdbusplus::server::object_t<
33 sdbusplus::server::object_t<
47 sdbusplus::server::object_t< in System()
50 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project:: in System()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp229 nlohmann::json::object_t* obj = in unpackValueWithErrorCode()
230 jsonValue.get_ptr<nlohmann::json::object_t*>(); in unpackValueWithErrorCode()
420 nlohmann::json::object_t*,
441 std::vector<nlohmann::json::object_t>*,
452 std::optional<nlohmann::json::object_t>*,
463 std::optional<std::vector<nlohmann::json::object_t>>*,
474 std::optional<std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>>*,
475 … std::optional<std::vector<std::variant<std::string, nlohmann::json::object_t, std::nullptr_t>>>*,
494 inline bool readJsonHelperObject(nlohmann::json::object_t& obj, in readJsonHelperObject()
524 nlohmann::json::object_t j; in readJsonHelperObject()
[all …]
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp30 using ValueIntf = sdbusplus::server::object_t<
33 using MetricIntf = sdbusplus::server::object_t<
35 using ThresholdWarningIntf = sdbusplus::server::object_t<
37 using ThresholdCriticalIntf = sdbusplus::server::object_t<
40 sdbusplus::server::object_t<sdbusplus::xyz::openbmc_project::State::
42 using AvailabilityIntf = sdbusplus::server::object_t<
44 using AssociationDefinitionsInft = sdbusplus::server::object_t<
46 using EntityIntf = sdbusplus::server::object_t<
H A Ddbus_impl_fru.hpp30 using AssetIntf = sdbusplus::server::object_t<assetserver>;
31 using AssetTagIntf = sdbusplus::server::object_t<assettagserver>;
32 using RevisionIntf = sdbusplus::server::object_t<revisionserver>;
33 using CompatibleIntf = sdbusplus::server::object_t<compatibleserver>;
34 using BoardIntf = sdbusplus::server::object_t<boardserver>;
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_matches_filter_test.cpp17 nlohmann::json::object_t event; in TEST()
23 nlohmann::json::object_t event; in TEST()
31 nlohmann::json::object_t event; in TEST()
49 nlohmann::json::object_t event; in TEST()
63 nlohmann::json::object_t event; in TEST()
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp75 const nlohmann::json::object_t* obj = in readData()
76 data.get_ptr<nlohmann::json::object_t*>(); in readData()
153 const nlohmann::json::object_t* esobj = in readData()
155 .get_ptr<const nlohmann::json::object_t*>(); in readData()
261 nlohmann::json::object_t data; in writeData()
292 nlohmann::json::object_t session; in writeData()
321 nlohmann::json::object_t headers; in writeData()
333 nlohmann::json::object_t subscription; in writeData()
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.hpp26 using ActivationInherit = sdbusplus::server::object_t<
31 sdbusplus::server::object_t<sdbusplus::xyz::openbmc_project::Software::
33 using RedundancyPriorityInherit = sdbusplus::server::object_t<
35 using ActivationProgressInherit = sdbusplus::server::object_t<
H A Ditem_updater.hpp21 using ItemUpdaterInherit = sdbusplus::server::object_t<
25 using GardResetInherit = sdbusplus::server::object_t<
27 using ObjectEnable = sdbusplus::server::object_t<
/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp61 std::optional<std::vector<nlohmann::json::object_t>> in requestRoutesThermal()
63 std::optional<std::vector<nlohmann::json::object_t>> in requestRoutesThermal()
66 std::vector<nlohmann::json::object_t>> in requestRoutesThermal()
H A Dtrigger.hpp287 nlohmann::json::object_t& threshold, in parseThreshold()
329 std::optional<nlohmann::json::object_t> upperCritical;
330 std::optional<nlohmann::json::object_t> upperWarning;
331 std::optional<nlohmann::json::object_t> lowerWarning;
332 std::optional<nlohmann::json::object_t> lowerCritical;
391 std::optional<std::vector<nlohmann::json::object_t>>& discreteTriggers, in parseDiscreteTriggers()
402 for (nlohmann::json::object_t& thresholdInfo : *discreteTriggers) in parseDiscreteTriggers()
446 std::optional<std::vector<nlohmann::json::object_t>>& discreteTriggers, in parseTriggerThresholds()
614 std::optional<std::vector<nlohmann::json::object_t>> discreteTriggers; in parsePostTriggerParams()
767 nlohmann::json::object_t trigger; in getDiscreteTriggers()
[all …]
H A Dhypervisor_system.hpp488 nlohmann::json::object_t ipv4; in parseInterfaceData()
539 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleHypervisorIPv4StaticPatch() argument
545 std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson = input[0]; in handleHypervisorIPv4StaticPatch()
546 nlohmann::json::object_t* obj = in handleHypervisorIPv4StaticPatch()
547 std::get_if<nlohmann::json::object_t>(&thisJson); in handleHypervisorIPv4StaticPatch()
673 nlohmann::json::object_t ethIface; in handleHypervisorEthernetInterfaceCollectionGet()
722 nlohmann::json::object_t manager; in handleHypervisorSystemGet()
745 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>> in handleHypervisorEthernetInterfacePatch()
747 std::optional<std::vector<nlohmann::json::object_t>> ipv4Addresses; in handleHypervisorEthernetInterfacePatch()
782 std::vector<std::variant<nlohmann::json::object_t, in handleHypervisorEthernetInterfacePatch()
[all …]
H A Dpower.hpp74 std::vector<nlohmann::json::object_t>& powerControlCollections, in afterGetChassisPath()
135 nlohmann::json::object_t powerControl; in afterPowerCapSettingGet()
312 std::optional<std::vector<nlohmann::json::object_t>> voltageCollections; in handleChassisPowerPatch()
313 std::optional<std::vector<nlohmann::json::object_t>> powerCtlCollections; in handleChassisPowerPatch()
333 std::unordered_map<std::string, std::vector<nlohmann::json::object_t>> in handleChassisPowerPatch()
H A Dodata.hpp27 nlohmann::json::object_t obj; in redfishOdataGet()
35 nlohmann::json::object_t serviceObj; in redfishOdataGet()
H A Dethernet.hpp1027 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6DefaultGateway() argument
1035 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in handleIPv6DefaultGateway()
1050 nlohmann::json::object_t* obj = in handleIPv6DefaultGateway()
1051 std::get_if<nlohmann::json::object_t>(&thisJson); in handleIPv6DefaultGateway()
1517 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in parseAddresses() argument
1526 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in parseAddresses()
1532 nlohmann::json::object_t* obj = in parseAddresses()
1533 std::get_if<nlohmann::json::object_t>(&thisJson); in parseAddresses()
1679 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv4StaticPatch() argument
1765 std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>& input, in handleIPv6StaticAddressesPatch() argument
[all …]
/openbmc/pldm/fw-update/
H A Dactivation.hpp18 using ActivationIntf = sdbusplus::server::object_t<
20 using ActivationProgressIntf = sdbusplus::server::object_t<
22 using DeleteIntf = sdbusplus::server::object_t<
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp17 using SensorIntf = sdbusplus::server::object_t<
20 sdbusplus::server::object_t<sdbusplus::xyz::openbmc_project::State::
22 using PurposeIntf = sdbusplus::server::object_t<
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.hpp33 using ActivationInherit = sdbusplus::server::object_t<
37 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::
39 using RedundancyPriorityInherit = sdbusplus::server::object_t<
41 using ActivationProgressInherit = sdbusplus::server::object_t<
/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.hpp21 class Host : public sdbusplus::server::object_t<Base::Host>
30 sdbusplus::server::object_t<Base::Host>(bus, objPath), bus(bus) in Host()
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.hpp20 public sdbusplus::server::object_t<
31 sdbusplus::server::object_t< in Host()
/openbmc/phosphor-buttons/inc/
H A Did_button.hpp33 public sdbusplus::server::object_t<
40 sdbusplus::server::object_t< in IDButton()
H A Dreset_button.hpp33 public sdbusplus::server::object_t<
40 sdbusplus::server::object_t< in ResetButton()
H A DdebugHostSelector_button.hpp19 public sdbusplus::server::object_t<
27 sdbusplus::server::object_t< in DebugHostSelector()
H A Dpower_button.hpp35 public sdbusplus::server::object_t<
42 sdbusplus::server::object_t< in PowerButton()

12345678