Home
last modified time | relevance | path

Searched refs:propertyValueTypeError (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp300 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
305 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
322 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
341 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
357 messages::propertyValueTypeError(res, jsonValue, key); in unpackValue()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1444 propertyValueTypeError = 74, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp105 nlohmann::json::object_t propertyValueTypeError(const nlohmann::json& arg1,
108 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp173 nlohmann::json::object_t propertyValueTypeError(const nlohmann::json& arg1, in propertyValueTypeError() function
178 return getLog(redfish::registries::Base::Index::propertyValueTypeError, in propertyValueTypeError()
182 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1, in propertyValueTypeError() function
186 addMessageToJson(res.jsonValue, propertyValueTypeError(arg1, arg2), arg2); in propertyValueTypeError()
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp787 messages::propertyValueTypeError(asyncResp->res, in handleHypervisorEthernetInterfacePatch()
H A Dupdate_service.hpp762 messages::propertyValueTypeError(asyncResp->res, content, in processUpdateParameters()
H A Daccount_service.hpp417 messages::propertyValueTypeError( in handleRoleMapPatch()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp948 messages::propertyValueTypeError(response->res, "Direction", in createPidInterface()