Lines Matching defs:parent
53 inline std::string logServiceParentToString(LogServiceParent parent)
56 switch (parent)
71 inline std::string_view getChildIdFromParent(LogServiceParent parent)
75 switch (parent)
91 inline std::string getLogEntryDescriptor(LogServiceParent parent)
94 switch (parent)
111 LogServiceParent parent)
113 const std::string parentStr = logServiceParentToString(parent);
114 const std::string_view childId = getChildIdFromParent(parent);
115 const std::string logEntryDescriptor = getLogEntryDescriptor(parent);
327 query_param::Query& delegatedQuery, LogServiceParent parent)
332 const std::string parentStr = logServiceParentToString(parent);
333 const std::string_view childId = getChildIdFromParent(parent);
334 const std::string logEntryDescriptor = getLogEntryDescriptor(parent);
420 const std::string& param, LogServiceParent parent)
424 const std::string parentStr = logServiceParentToString(parent);
425 const std::string_view childId = getChildIdFromParent(parent);
426 const std::string logEntryDescriptor = getLogEntryDescriptor(parent);