Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp61 std::string collectionStr; in logServiceParentCollectionToString() local
65 collectionStr = rfManagersStr; in logServiceParentCollectionToString()
68 collectionStr = rfSystemsStr; in logServiceParentCollectionToString()
74 return collectionStr; in logServiceParentCollectionToString()
121 const std::string collectionStr = in handleSystemsAndManagersEventLogServiceGet() local
128 if (collectionStr.empty() || memberId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersEventLogServiceGet()
135 "/redfish/v1/{}/{}/LogServices/EventLog", collectionStr, memberId); in handleSystemsAndManagersEventLogServiceGet()
153 collectionStr, memberId); in handleSystemsAndManagersEventLogServiceGet()
158 collectionStr, memberId); in handleSystemsAndManagersEventLogServiceGet()
239 nlohmann::json::object_t& logEntryJson, const std::string& collectionStr, in fillEventLogEntryJson() argument
[all …]