Home
last modified time | relevance | path

Searched refs:operationFailed (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp108 messages::operationFailed(asyncResp->res); in afterSetPropertyAction()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp885 messages::operationFailed(asyncResp->res); in processResponse()
951 messages::operationFailed(asyncResp->res); in processCollectionResponse()
1035 messages::operationFailed(asyncResp->res); in processCollectionResponse()
1084 messages::operationFailed(asyncResp->res); in processContainsSubordinateResponse()
1179 messages::operationFailed(asyncResp->res); in processContainsSubordinateResponse()
H A Derror_messages.hpp1229 nlohmann::json operationFailed();
1231 void operationFailed(crow::Response& res);
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1414 operationFailed = 50, enumerator
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2044 nlohmann::json operationFailed() in operationFailed() function
2046 return getLog(redfish::registries::base::Index::operationFailed, {}); in operationFailed()
2049 void operationFailed(crow::Response& res) in operationFailed() function
2052 addMessageToErrorJson(res.jsonValue, operationFailed()); in operationFailed()