Home
last modified time | relevance | path

Searched refs:propertyValueNotInList (Results 1 – 17 of 17) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp457 messages::propertyValueNotInList( in requestRoutesEventDestinationCollection()
471 messages::propertyValueNotInList(asyncResp->res, protocol, in requestRoutesEventDestinationCollection()
488 messages::propertyValueNotInList( in requestRoutesEventDestinationCollection()
555 messages::propertyValueNotInList(asyncResp->res, it, in requestRoutesEventDestinationCollection()
575 messages::propertyValueNotInList(asyncResp->res, it, in requestRoutesEventDestinationCollection()
624 messages::propertyValueNotInList(asyncResp->res, id, in requestRoutesEventDestinationCollection()
638 messages::propertyValueNotInList( in requestRoutesEventDestinationCollection()
816 messages::propertyValueNotInList(asyncResp->res, in requestRoutesEventDestination()
H A Daccount_service.hpp213 messages::propertyValueNotInList(res, "AccountTypes", accountType); in getUserGroupFromAccountType()
450 messages::propertyValueNotInList( in handleRoleMapPatch()
982 messages::propertyValueNotInList(asyncResp->res, *input.authType, in handleLDAPPatch()
991 messages::propertyValueNotInList( in handleLDAPPatch()
1000 messages::propertyValueNotInList(asyncResp->res, *input.baseDNList, in handleLDAPPatch()
1163 messages::propertyValueNotInList(asyncResp->res, true, in updateUserProperties()
1180 messages::propertyValueNotInList(asyncResp->res, "true", in updateUserProperties()
1487 messages::propertyValueNotInList(res, "CertificateMappingAttribute", in handleCertificateMappingAttributePatch()
1611 messages::propertyValueNotInList(asyncResp->res, "HttpBasicAuth", in handleAccountServicePatch()
1918 messages::propertyValueNotInList(asyncResp->res, roleId, "RoleId"); in handleAccountCollectionPost()
H A Dled.hpp124 messages::propertyValueNotInList(asyncResp->res, ledState, in setIndicatorLedState()
H A Dmetric_report_definition.hpp421 messages::propertyValueNotInList( in toDbusReportActions()
574 messages::propertyValueNotInList(res, *reportingTypeStr, in getUserParameters()
586 messages::propertyValueNotInList(res, *reportUpdatesStr, in getUserParameters()
804 messages::propertyValueNotInList( in performAddReport()
862 messages::propertyValueNotInList(asyncResp->res, uri, in sensorPathToUri()
1059 messages::propertyValueNotInList(asyncResp->res, *reportingType, in setReportTypeAndInterval()
1127 messages::propertyValueNotInList(asyncResp->res, reportUpdates, in setReportUpdates()
H A Dsystems.hpp820 messages::propertyValueNotInList(asyncResp->res, rfSource, in assignBootParameters()
1514 messages::propertyValueNotInList(asyncResp->res, in setTrustedModuleRequiredToBoot()
1590 messages::propertyValueNotInList(asyncResp->res, *bootType, in setBootType()
1646 messages::propertyValueNotInList(asyncResp->res, *bootEnable, in setBootEnable()
1708 messages::propertyValueNotInList(asyncResp->res, *bootSource, in setBootModeOrSource()
1860 messages::propertyValueNotInList(asyncResp->res, stopBootOnFault, in setStopBootOnFault()
1902 messages::propertyValueNotInList(asyncResp->res, automaticRetryConfig, in setAutomaticRetry()
1950 messages::propertyValueNotInList(asyncResp->res, policy, in setPowerRestorePolicy()
2260 messages::propertyValueNotInList(asyncResp->res, modeValue.dump(), in validatePowerMode()
2491 messages::propertyValueNotInList(asyncResp->res, *wdtTimeOutAction, in setWDTProperties()
H A Dcertificate_service.hpp82 messages::propertyValueNotInList(asyncResp->res, *certificateType, in getCertificateFromReqBody()
749 messages::propertyValueNotInList(asyncResp->res, *optKeyBitLength, in handleGenerateCSRAction()
767 messages::propertyValueNotInList(asyncResp->res, in handleGenerateCSRAction()
790 messages::propertyValueNotInList(asyncResp->res, in handleGenerateCSRAction()
H A Dnetwork_protocol.hpp310 messages::propertyValueNotInList( in handleNTPServersPatch()
325 messages::propertyValueNotInList( in handleNTPServersPatch()
H A Dmanagers.hpp1074 messages::propertyValueNotInList(response->res, name, in createPidInterface()
1636 messages::propertyValueNotInList(response->res, value, in pidSetDone()
1842 messages::propertyValueNotInList(asyncResp->res, runningFirmwareTarget, in setActiveFirmwareImage()
1850 messages::propertyValueNotInList(asyncResp->res, runningFirmwareTarget, in setActiveFirmwareImage()
1905 messages::propertyValueNotInList( in setActiveFirmwareImage()
H A Dredfish_sessions.hpp362 messages::propertyValueNotInList(asyncResp->res, *sessionTimeout, in handleSessionServicePatch()
H A Dvirtual_media.hpp589 messages::propertyValueNotInList( in validateParams()
H A Dhypervisor_system.hpp903 messages::propertyValueNotInList(asyncResp->res, *resetType, in handleHypervisorSystemResetPost()
H A Dtrigger.hpp658 messages::propertyValueNotInList(res, action, "TriggerActions"); in parsePostTriggerParams()
H A Dethernet.hpp2033 messages::propertyValueNotInList( in afterVlanCreate()
2184 messages::propertyValueNotInList( in requestEthernetInterfacesRoutes()
H A Dupdate_service.hpp659 messages::propertyValueNotInList(res, applyTime, "ApplyTime"); in convertApplyTime()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1435 propertyValueNotInList = 71, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp143 nlohmann::json propertyValueNotInList(const nlohmann::json& arg1,
146 void propertyValueNotInList(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp325 nlohmann::json propertyValueNotInList(const nlohmann::json& arg1, in propertyValueNotInList() function
330 return getLog(redfish::registries::base::Index::propertyValueNotInList, in propertyValueNotInList()
334 void propertyValueNotInList(crow::Response& res, const nlohmann::json& arg1, in propertyValueNotInList() function
338 addMessageToJson(res.jsonValue, propertyValueNotInList(arg1, arg2), arg2); in propertyValueNotInList()