Lines Matching defs:res

178 void resourceInUse(crow::Response& res)  in resourceInUse()
196 void malformedJSON(crow::Response& res) in malformedJSON()
215 void resourceMissingAtURI(crow::Response& res, in resourceMissingAtURI()
240 void actionParameterValueFormatError(crow::Response& res, in actionParameterValueFormatError()
266 void actionParameterValueNotInList(crow::Response& res, std::string_view arg1, in actionParameterValueNotInList()
286 void internalError(crow::Response& res, const std::source_location location) in internalError()
308 void unrecognizedRequestBody(crow::Response& res) in unrecognizedRequestBody()
328 void resourceAtUriUnauthorized(crow::Response& res, in resourceAtUriUnauthorized()
350 void actionParameterUnknown(crow::Response& res, std::string_view arg1, in actionParameterUnknown()
370 void resourceCannotBeDeleted(crow::Response& res) in resourceCannotBeDeleted()
389 void propertyDuplicate(crow::Response& res, std::string_view arg1) in propertyDuplicate()
409 void serviceTemporarilyUnavailable(crow::Response& res, std::string_view arg1) in serviceTemporarilyUnavailable()
431 void resourceAlreadyExists(crow::Response& res, std::string_view arg1, in resourceAlreadyExists()
452 void accountForSessionNoLongerExists(crow::Response& res) in accountForSessionNoLongerExists()
472 void createFailedMissingReqProperties(crow::Response& res, in createFailedMissingReqProperties()
497 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1, in propertyValueFormatError()
522 void propertyValueNotInList(crow::Response& res, const nlohmann::json& arg1, in propertyValueNotInList()
545 void propertyValueOutOfRange(crow::Response& res, const nlohmann::json& arg1, in propertyValueOutOfRange()
567 void resourceAtUriInUnknownFormat(crow::Response& res, in resourceAtUriInUnknownFormat()
587 void serviceDisabled(crow::Response& res, std::string_view arg1) in serviceDisabled()
605 void serviceInUnknownState(crow::Response& res) in serviceInUnknownState()
624 void eventSubscriptionLimitExceeded(crow::Response& res) in eventSubscriptionLimitExceeded()
644 void actionParameterMissing(crow::Response& res, std::string_view arg1, in actionParameterMissing()
665 void stringValueTooLong(crow::Response& res, std::string_view arg1, int arg2) in stringValueTooLong()
683 void sessionTerminated(crow::Response& res) in sessionTerminated()
701 void subscriptionTerminated(crow::Response& res) in subscriptionTerminated()
721 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1, in resourceTypeIncompatible()
742 void resetRequired(crow::Response& res, const boost::urls::url_view_base& arg1, in resetRequired()
762 void chassisPowerStateOnRequired(crow::Response& res, std::string_view arg1) in chassisPowerStateOnRequired()
782 void chassisPowerStateOffRequired(crow::Response& res, std::string_view arg1) in chassisPowerStateOffRequired()
802 void propertyValueConflict(crow::Response& res, std::string_view arg1, in propertyValueConflict()
829 void propertyValueResourceConflict(crow::Response& res, std::string_view arg1, in propertyValueResourceConflict()
856 void propertyValueExternalConflict(crow::Response& res, std::string_view arg1, in propertyValueExternalConflict()
880 void propertyValueIncorrect(crow::Response& res, std::string_view arg1, in propertyValueIncorrect()
900 void resourceCreationConflict(crow::Response& res, in resourceCreationConflict()
919 void maximumErrorsExceeded(crow::Response& res) in maximumErrorsExceeded()
937 void preconditionFailed(crow::Response& res) in preconditionFailed()
955 void preconditionRequired(crow::Response& res) in preconditionRequired()
973 void operationFailed(crow::Response& res) in operationFailed()
991 void operationTimeout(crow::Response& res) in operationTimeout()
1014 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1, in propertyValueTypeError()
1034 void resourceNotFound(crow::Response& res, std::string_view arg1, in resourceNotFound()
1055 void couldNotEstablishConnection(crow::Response& res, in couldNotEstablishConnection()
1076 void propertyNotWritable(crow::Response& res, std::string_view arg1) in propertyNotWritable()
1099 void queryParameterValueTypeError(crow::Response& res, in queryParameterValueTypeError()
1120 void serviceShuttingDown(crow::Response& res) in serviceShuttingDown()
1140 void actionParameterDuplicate(crow::Response& res, std::string_view arg1, in actionParameterDuplicate()
1161 void actionParameterNotSupported(crow::Response& res, std::string_view arg1, in actionParameterNotSupported()
1185 void sourceDoesNotSupportProtocol(crow::Response& res, in sourceDoesNotSupportProtocol()
1207 void strictAccountTypes(crow::Response& res, std::string_view arg1) in strictAccountTypes()
1225 void accountRemoved(crow::Response& res) in accountRemoved()
1244 void accessDenied(crow::Response& res, const boost::urls::url_view_base& arg1) in accessDenied()
1262 void queryNotSupported(crow::Response& res) in queryNotSupported()
1281 void createLimitReachedForResource(crow::Response& res) in createLimitReachedForResource()
1299 void generalError(crow::Response& res) in generalError()
1317 void success(crow::Response& res) in success()
1336 void created(crow::Response& res) in created()
1354 void noOperation(crow::Response& res) in noOperation()
1374 void propertyUnknown(crow::Response& res, std::string_view arg1) in propertyUnknown()
1392 void noValidSession(crow::Response& res) in noValidSession()
1411 void invalidObject(crow::Response& res, const boost::urls::url_view_base& arg1) in invalidObject()
1429 void resourceInStandby(crow::Response& res) in resourceInStandby()
1453 void actionParameterValueTypeError(crow::Response& res, in actionParameterValueTypeError()
1478 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1, in actionParameterValueError()
1497 void sessionLimitExceeded(crow::Response& res) in sessionLimitExceeded()
1516 void actionNotSupported(crow::Response& res, std::string_view arg1) in actionNotSupported()
1536 void invalidIndex(crow::Response& res, int64_t arg1) in invalidIndex()
1554 void emptyJSON(crow::Response& res) in emptyJSON()
1573 void queryNotSupportedOnResource(crow::Response& res) in queryNotSupportedOnResource()
1592 void queryNotSupportedOnOperation(crow::Response& res) in queryNotSupportedOnOperation()
1611 void queryCombinationInvalid(crow::Response& res) in queryCombinationInvalid()
1629 void eventBufferExceeded(crow::Response& res) in eventBufferExceeded()
1647 void insufficientPrivilege(crow::Response& res) in insufficientPrivilege()
1669 void propertyValueModified(crow::Response& res, std::string_view arg1, in propertyValueModified()
1688 void accountNotModified(crow::Response& res) in accountNotModified()
1711 void queryParameterValueFormatError(crow::Response& res, in queryParameterValueFormatError()
1734 void propertyMissing(crow::Response& res, std::string_view arg1) in propertyMissing()
1753 void resourceExhaustion(crow::Response& res, std::string_view arg1) in resourceExhaustion()
1771 void accountModified(crow::Response& res) in accountModified()
1792 void queryParameterOutOfRange(crow::Response& res, std::string_view arg1, in queryParameterOutOfRange()
1813 void passwordChangeRequired(crow::Response& res, in passwordChangeRequired()
1831 void insufficientStorage(crow::Response& res) in insufficientStorage()
1849 void operationNotAllowed(crow::Response& res) in operationNotAllowed()
1869 void arraySizeTooLong(crow::Response& res, std::string_view property, in arraySizeTooLong()
1876 void invalidUpload(crow::Response& res, std::string_view arg1, in invalidUpload()