Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp768 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()
DLogStatistics.h577 std::string FormatTable(const LogHashtable<TKey, TEntry>& table, uid_t uid, pid_t pid,