Searched refs:actionDeprecated (Results 1 – 3 of 3) sorted by relevance
1375 actionDeprecated = 5, enumerator
1357 nlohmann::json::object_t actionDeprecated(std::string_view arg1);1359 void actionDeprecated(crow::Response& res, std::string_view arg1);
2156 nlohmann::json::object_t actionDeprecated(std::string_view arg1) in actionDeprecated() function2158 return getLog(redfish::registries::Base::Index::actionDeprecated, in actionDeprecated()2162 void actionDeprecated(crow::Response& res, std::string_view arg1) in actionDeprecated() function2165 addMessageToErrorJson(res.jsonValue, actionDeprecated(arg1)); in actionDeprecated()