Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp403 mCurrentSectionId = sectionId; in startSection()
417 mSectionStatsCalledForSectionId = mCurrentSectionId; in setSectionStats()
428 if (mSectionStatsCalledForSectionId != mCurrentSectionId) { in endSection()
429 ALOGW("setSectionStats not called for section %d", mCurrentSectionId); in endSection()
432 sectionMetadata->set_id(mCurrentSectionId); in endSection()
496 PrivacyFilter filter(mCurrentSectionId, get_privacy_of_section(mCurrentSectionId)); in writeSection()
507 && request->args.containsSection(mCurrentSectionId, in writeSection()
508 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
DReporter.h228 int mCurrentSectionId; variable