Searched refs:logEntryDescriptor (Results 1 – 1 of 1) sorted by relevance
120 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); in handleSystemsAndManagersEventLogServiceGet() local122 if (parentStr.empty() || childId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersEventLogServiceGet()133 std::format("{} Event Log Service", logEntryDescriptor); in handleSystemsAndManagersEventLogServiceGet()233 const std::string_view childId, const std::string& logEntryDescriptor) in fillEventLogEntryJson() argument317 std::format("{} Event Log Entry", logEntryDescriptor); in fillEventLogEntryJson()339 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local341 if (parentStr.empty() || childId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()354 std::format("{} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()356 std::format("Collection of {} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()391 childId, logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()[all …]