Searched refs:postCodeID (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_postcodes.hpp | 158 inline bool parsePostCode(std::string_view postCodeID, uint64_t& currentValue, in parsePostCode() argument 162 bmcweb::split(split, postCodeID, '-'); in parsePostCode() 507 const std::string& systemName, const std::string& postCodeID) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() argument 536 if (!parsePostCode(postCodeID, currentValue, index)) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 538 messages::resourceNotFound(asyncResp->res, "LogEntry", postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 544 [asyncResp, postCodeID, currentValue]( in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 551 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 566 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 575 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
|