Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp92 securityTagTable.add(tag, element); in add()
127 securityTagTable.subtract(tag, element); in subtract()
541 output += securityTagTable.format(*this, uid, pid, name, LOG_ID_SECURITY); in format()
DLogStatistics.h436 tagTable_t securityTagTable; variable