Searched refs:queryNotSupported (Results 1 – 3 of 3) sorted by relevance
1446 queryNotSupported = 76, enumerator
503 nlohmann::json::object_t queryNotSupported();505 void queryNotSupported(crow::Response& res);
793 nlohmann::json::object_t queryNotSupported() in queryNotSupported() function795 return getLog(redfish::registries::Base::Index::queryNotSupported, {}); in queryNotSupported()798 void queryNotSupported(crow::Response& res) in queryNotSupported() function801 addMessageToErrorJson(res.jsonValue, queryNotSupported()); in queryNotSupported()