Searched refs:FormatTable (Results 1 – 2 of 2) sorted by relevance
/system/core/logd/ |
D | LogStatistics.cpp | 768 std::string LogStatistics::FormatTable(const LogHashtable<TKey, TEntry>& table, uid_t uid, in FormatTable() function in LogStatistics 997 output += FormatTable(uidTable[id], uid, pid, name, id); in Format() 1003 output += FormatTable(pidTable, uid, pid, name); in Format() 1007 output += FormatTable(tidTable, uid, pid, name); in Format() 1014 output += FormatTable(tagTable, uid, pid, name, LOG_ID_EVENTS); in Format() 1021 output += FormatTable(securityTagTable, uid, pid, name, LOG_ID_SECURITY); in Format() 1028 output += FormatTable(tagNameTable, uid, pid, name); in Format()
|
D | LogStatistics.h | 577 std::string FormatTable(const LogHashtable<TKey, TEntry>& table, uid_t uid, pid_t pid,
|