Home
last modified time | relevance | path

Searched refs:propertyValueIncorrect (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp300 messages::propertyValueIncorrect(res, "Activation", activation); in parseThreshold()
308 messages::propertyValueIncorrect(res, "DwellTime", dwellTimeStr); in parseThreshold()
415 messages::propertyValueIncorrect(res, "DwellTime", dwellTimeStr); in parseDiscreteTriggers()
422 messages::propertyValueIncorrect(res, "Severity", severity); in parseDiscreteTriggers()
539 messages::propertyValueIncorrect(res, "MetricReportDefinitions", in parseLinks()
564 messages::propertyValueIncorrect( in parseMetricProperties()
574 messages::propertyValueIncorrect( in parseMetricProperties()
583 messages::propertyValueIncorrect( in parseMetricProperties()
636 messages::propertyValueIncorrect(res, "MetricType", *metricType); in parsePostTriggerParams()
646 messages::propertyValueIncorrect(res, "DiscreteTriggerCondition", in parsePostTriggerParams()
H A Daggregation_service.hpp247 messages::propertyValueIncorrect(res, *field, fieldName); in validateCredentialField()
282 messages::propertyValueIncorrect(asyncResp->res, hostname, "HostName"); in handleAggregationSourceCollectionPost()
288 messages::propertyValueIncorrect(asyncResp->res, hostname, "HostName"); in handleAggregationSourceCollectionPost()
H A Dmetric_report_definition.hpp487 messages::propertyValueIncorrect(res, "CollectionFunction", in getUserMetric()
500 messages::propertyValueIncorrect(res, "CollectionTimeScope", in getUserMetric()
514 messages::propertyValueIncorrect(res, "CollectionDuration", in getUserMetric()
583 messages::propertyValueIncorrect(res, "Id", *id); in getUserParameters()
648 messages::propertyValueIncorrect(res, "RecurrenceInterval", in getUserParameters()
677 messages::propertyValueIncorrect( in getChassisSensorNodeFromMetrics()
1077 messages::propertyValueIncorrect( in setReportTypeAndInterval()
1267 messages::propertyValueIncorrect( in setReportMetrics()
H A Dprocessor.hpp934 messages::propertyValueIncorrect(resp->res, "AppliedOperatingConfig", in patchAppliedOperatingConfig()
H A Dcertificate_service.hpp517 messages::propertyValueIncorrect(asyncResp->res, "Certificate", in handleError()
H A Dethernet.hpp2252 messages::propertyValueIncorrect( in requestEthernetInterfacesRoutes()
/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp52 messages::propertyValueIncorrect( in afterSetProperty()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1439 propertyValueIncorrect = 69, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp152 messages::propertyValueIncorrect(asyncResp->res, "Destination", in afterSnmpClientCreate()
H A Derror_messages.hpp1133 nlohmann::json::object_t propertyValueIncorrect(std::string_view arg1,
1136 void propertyValueIncorrect(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1789 nlohmann::json::object_t propertyValueIncorrect(std::string_view arg1, in propertyValueIncorrect() function
1794 return getLog(redfish::registries::Base::Index::propertyValueIncorrect, in propertyValueIncorrect()
1798 void propertyValueIncorrect(crow::Response& res, std::string_view arg1, in propertyValueIncorrect() function
1802 addMessageToErrorJson(res.jsonValue, propertyValueIncorrect(arg1, arg2)); in propertyValueIncorrect()