Home
last modified time | relevance | path

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

12345678910

/openbmc/bmcweb/redfish-core/include/
H A Dresource_messages.hpp30 nlohmann::json::object_t resourceCreated();
32 nlohmann::json::object_t resourceRemoved();
34 nlohmann::json::object_t resourceErrorsDetected(std::string_view arg1,
37 nlohmann::json::object_t resourceErrorsCorrected(std::string_view arg1,
40 nlohmann::json::object_t resourceErrorThresholdExceeded(std::string_view arg1,
43 nlohmann::json::object_t resourceErrorThresholdCleared(std::string_view arg1,
46 nlohmann::json::object_t resourceWarningThresholdExceeded(std::string_view arg1,
49 nlohmann::json::object_t resourceWarningThresholdCleared(std::string_view arg1,
52 nlohmann::json::object_t resourceStatusChangedOK(std::string_view arg1,
55 nlohmann::json::object_t resourceStatusChangedWarning(std::string_view arg1,
[all …]
H A Derror_messages.hpp36 nlohmann::json::object_t success();
48 nlohmann::json::object_t generalError();
58 nlohmann::json::object_t created();
69 nlohmann::json::object_t noOperation();
80 nlohmann::json::object_t propertyDuplicate(std::string_view arg1);
92 nlohmann::json::object_t propertyUnknown(std::string_view arg1);
105 nlohmann::json::object_t propertyValueTypeError(const nlohmann::json& arg1,
120 nlohmann::json::object_t propertyValueFormatError(const nlohmann::json& arg1,
135 nlohmann::json::object_t propertyValueNotInList(const nlohmann::json& arg1,
150 nlohmann::json::object_t propertyValueOutOfRange(const nlohmann::json& arg1,
[all …]
H A Dupdate_messages.hpp30 nlohmann::json::object_t targetDetermined(std::string_view arg1,
33 nlohmann::json::object_t allTargetsDetermined();
35 nlohmann::json::object_t noTargetsDetermined(std::string_view arg1);
37 nlohmann::json::object_t updateInProgress();
39 nlohmann::json::object_t transferringToComponent(std::string_view arg1,
42 nlohmann::json::object_t verifyingAtComponent(std::string_view arg1,
45 nlohmann::json::object_t installingOnComponent(std::string_view arg1,
48 nlohmann::json::object_t applyingOnComponent(std::string_view arg1,
51 nlohmann::json::object_t transferFailed(std::string_view arg1,
54 nlohmann::json::object_t verificationFailed(std::string_view arg1,
[all …]
H A Dtask_messages.hpp30 nlohmann::json::object_t taskStarted(std::string_view arg1);
32 nlohmann::json::object_t taskCompletedOK(std::string_view arg1);
34 nlohmann::json::object_t taskCompletedWarning(std::string_view arg1);
36 nlohmann::json::object_t taskAborted(std::string_view arg1);
38 nlohmann::json::object_t taskCancelled(std::string_view arg1);
40 nlohmann::json::object_t taskRemoved(std::string_view arg1);
42 nlohmann::json::object_t taskPaused(std::string_view arg1);
44 nlohmann::json::object_t taskResumed(std::string_view arg1);
46 nlohmann::json::object_t taskProgressChanged(std::string_view arg1,
H A Dsub_request.hpp36 const nlohmann::json::object_t* oemObj = in SubRequest()
37 oemIt->get_ptr<const nlohmann::json::object_t*>(); in SubRequest()
56 const nlohmann::json::object_t& payload() const in payload()
81 nlohmann::json::object_t payload_;
/openbmc/bmcweb/redfish-core/src/
H A Dresource_messages.cpp38 static nlohmann::json::object_t getLog( in getLog()
59 nlohmann::json::object_t resourceCreated() in resourceCreated()
72 nlohmann::json::object_t resourceRemoved() in resourceRemoved()
85 nlohmann::json::object_t resourceErrorsDetected(std::string_view arg1, in resourceErrorsDetected()
100 nlohmann::json::object_t resourceErrorsCorrected(std::string_view arg1, in resourceErrorsCorrected()
115 nlohmann::json::object_t resourceErrorThresholdExceeded(std::string_view arg1, in resourceErrorThresholdExceeded()
131 nlohmann::json::object_t resourceErrorThresholdCleared(std::string_view arg1, in resourceErrorThresholdCleared()
147 nlohmann::json::object_t resourceWarningThresholdExceeded(std::string_view arg1, in resourceWarningThresholdExceeded()
163 nlohmann::json::object_t resourceWarningThresholdCleared(std::string_view arg1, in resourceWarningThresholdCleared()
179 nlohmann::json::object_t resourceStatusChangedOK(std::string_view arg1, in resourceStatusChangedOK()
[all …]
H A Dupdate_messages.cpp38 static nlohmann::json::object_t getLog(redfish::registries::Update::Index name, in getLog()
58 nlohmann::json::object_t targetDetermined(std::string_view arg1, in targetDetermined()
72 nlohmann::json::object_t allTargetsDetermined() in allTargetsDetermined()
84 nlohmann::json::object_t noTargetsDetermined(std::string_view arg1) in noTargetsDetermined()
97 nlohmann::json::object_t updateInProgress() in updateInProgress()
109 nlohmann::json::object_t transferringToComponent(std::string_view arg1, in transferringToComponent()
123 nlohmann::json::object_t verifyingAtComponent(std::string_view arg1, in verifyingAtComponent()
137 nlohmann::json::object_t installingOnComponent(std::string_view arg1, in installingOnComponent()
151 nlohmann::json::object_t applyingOnComponent(std::string_view arg1, in applyingOnComponent()
165 nlohmann::json::object_t transferFailed(std::string_view arg1, in transferFailed()
[all …]
H A Dtask_messages.cpp38 static nlohmann::json::object_t getLog( in getLog()
59 nlohmann::json::object_t taskStarted(std::string_view arg1) in taskStarted()
72 nlohmann::json::object_t taskCompletedOK(std::string_view arg1) in taskCompletedOK()
85 nlohmann::json::object_t taskCompletedWarning(std::string_view arg1) in taskCompletedWarning()
98 nlohmann::json::object_t taskAborted(std::string_view arg1) in taskAborted()
111 nlohmann::json::object_t taskCancelled(std::string_view arg1) in taskCancelled()
124 nlohmann::json::object_t taskRemoved(std::string_view arg1) in taskRemoved()
137 nlohmann::json::object_t taskPaused(std::string_view arg1) in taskPaused()
150 nlohmann::json::object_t taskResumed(std::string_view arg1) in taskResumed()
163 nlohmann::json::object_t taskProgressChanged(std::string_view arg1, in taskProgressChanged()
H A Derror_messages.cpp45 static nlohmann::json::object_t getLog(redfish::registries::Base::Index name, in getLog()
64 nlohmann::json::object_t success() in success()
81 nlohmann::json::object_t generalError() in generalError()
99 nlohmann::json::object_t created() in created()
117 nlohmann::json::object_t noOperation() in noOperation()
135 nlohmann::json::object_t propertyDuplicate(std::string_view arg1) in propertyDuplicate()
154 nlohmann::json::object_t propertyUnknown(std::string_view arg1) in propertyUnknown()
173 nlohmann::json::object_t propertyValueTypeError(const nlohmann::json& arg1, in propertyValueTypeError()
196 nlohmann::json::object_t propertyValueFormatError(const nlohmann::json& arg1, in propertyValueFormatError()
219 nlohmann::json::object_t propertyValueNotInList(const nlohmann::json& arg1, in propertyValueNotInList()
[all …]
H A Derror_message_utils.cpp64 nlohmann::json::object_t* sourceObj = in moveErrorsToErrorJson()
65 source.get_ptr<nlohmann::json::object_t*>(); in moveErrorsToErrorJson()
71 nlohmann::json::object_t::iterator errorIt = sourceObj->find("error"); in moveErrorsToErrorJson()
79 nlohmann::json::object_t* errorObj = in moveErrorsToErrorJson()
80 errorIt->second.get_ptr<nlohmann::json::object_t*>(); in moveErrorsToErrorJson()
86 nlohmann::json::object_t::iterator extendedInfoIt = in moveErrorsToErrorJson()
H A Dheartbeat_messages.cpp38 static nlohmann::json::object_t getLog( in getLog()
59 nlohmann::json::object_t redfishServiceFunctional() in redfishServiceFunctional()
/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/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/smbios-mdr/include/
H A Ddimm.hpp51 sdbusplus::server::object_t<
53 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::
55 sdbusplus::server::object_t<
57 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::
59 sdbusplus::server::object_t<
61 sdbusplus::server::object_t<
63 sdbusplus::server::object_t<
65 sdbusplus::server::object_t<sdbusplus::server::xyz::openbmc_project::state::
80 sdbusplus::server::object_t< in Dimm()
83 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/include/
H A Dpersistent_data.hpp106 const nlohmann::json::object_t* obj = in readData()
107 data.get_ptr<nlohmann::json::object_t*>(); in readData()
149 const nlohmann::json::object_t* jObj = in readData()
151 .get_ptr<const nlohmann::json::object_t*>(); in readData()
164 const nlohmann::json::object_t* jObj = in readData()
165 elem.get_ptr<const nlohmann::json::object_t*>(); in readData()
206 const nlohmann::json::object_t* esobj = in readData()
208 .get_ptr<const nlohmann::json::object_t*>(); in readData()
224 const nlohmann::json::object_t* subobj = in readData()
225 elem.get_ptr<const nlohmann::json::object_t*>(); in readData()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp251 nlohmann::json::object_t* obj = in unpackValueWithErrorCode()
252 jsonValue.get_ptr<nlohmann::json::object_t*>(); in unpackValueWithErrorCode()
449 nlohmann::json::object_t*,
470 std::vector<nlohmann::json::object_t>*,
481 std::optional<nlohmann::json::object_t>*,
492 std::optional<std::vector<nlohmann::json::object_t>>*,
503 std::optional<std::vector<std::variant<nlohmann::json::object_t, std::nullptr_t>>>*,
504 std::optional<std::vector<std::variant<std::string, nlohmann::json::object_t, std::nullptr_t>>>*
515 inline bool readJsonHelperObject(nlohmann::json::object_t& obj, in readJsonHelperObject()
545 nlohmann::json::object_t j; in readJsonHelperObject()
[all …]
/openbmc/pldm/platform-mc/
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>;
H A Dnumeric_sensor.hpp28 using ValueIntf = sdbusplus::server::object_t<
31 using MetricIntf = sdbusplus::server::object_t<
33 using ThresholdWarningIntf = sdbusplus::server::object_t<
35 using ThresholdCriticalIntf = sdbusplus::server::object_t<
37 using ThresholdHardShutdownIntf = 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<
/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()
/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/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-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<
/openbmc/phosphor-buttons/inc/
H A Did_button.hpp33 public sdbusplus::server::object_t<
40 sdbusplus::server::object_t< in IDButton()

12345678910