Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp356 mCurrentSectionId = sectionId; in startSection()
371 mSectionStatsCalledForSectionId = mCurrentSectionId; in setSectionStats()
382 if (mSectionStatsCalledForSectionId != mCurrentSectionId) { in endSection()
383 ALOGW("setSectionStats not called for section %d", mCurrentSectionId); in endSection()
386 sectionMetadata->set_id(mCurrentSectionId); in endSection()
450 PrivacyFilter filter(mCurrentSectionId, get_privacy_of_section(mCurrentSectionId)); in writeSection()
461 && request->args.containsSection(mCurrentSectionId, in writeSection()
462 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
DReporter.h221 int mCurrentSectionId; variable