Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp148 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags() local
151 if (itot != tag2total.end()) update = false; in AddEventLogTags()
180 if (update && (itot != tag2total.end())) tag2total[tag] = 0; in AddEventLogTags()
493 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags() local
494 if (itot == tag2total.end()) return; // source is a static entry in WritePmsgEventLogTags()
496 size_t lastTotal = itot->second; in WritePmsgEventLogTags()
656 tag2total_const_iterator itot = tag2total.find(tag); in WritePersistEventLogTags() local
657 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()
769 tag2total_const_iterator itot = tag2total.find(Tag); in nameToTag() local
770 if (itot == tag2total.end()) tag2total[Tag] = 0; in nameToTag()