Home
last modified time | relevance | path

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

/system/logging/logd/
DLogTags.cpp149 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags() local
152 if (itot != tag2total.end()) update = false; in AddEventLogTags()
181 if (update && (itot != tag2total.end())) tag2total[tag] = 0; in AddEventLogTags()
494 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags() local
495 if (itot == tag2total.end()) return; // source is a static entry in WritePmsgEventLogTags()
497 size_t lastTotal = itot->second; in WritePmsgEventLogTags()
657 tag2total_const_iterator itot = tag2total.find(tag); in WritePersistEventLogTags() local
658 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()
766 tag2total_const_iterator itot = tag2total.find(Tag); in nameToTag() local
767 if (itot == tag2total.end()) tag2total[Tag] = 0; in nameToTag()