Searched refs:postCodeID (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_postcodes.hpp | 155 inline bool parsePostCode(std::string_view postCodeID, uint64_t& currentValue, in parsePostCode() argument 159 bmcweb::split(split, postCodeID, '-'); in parsePostCode() 502 const std::string& systemName, const std::string& postCodeID) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() argument 531 if (!parsePostCode(postCodeID, currentValue, index)) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 533 messages::resourceNotFound(asyncResp->res, "LogEntry", postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 538 [asyncResp, postCodeID, currentValue]( in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 545 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 560 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 569 postCodeID); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
|