Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h85 class WorkerThreadSection : public Section {
87 WorkerThreadSection(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS);
88 virtual ~WorkerThreadSection();
115 class DumpsysSection : public WorkerThreadSection {
130 class SystemPropertyDumpsysSection : public WorkerThreadSection {
145 class LogSection : public WorkerThreadSection {
163 class TombstoneSection : public WorkerThreadSection {
DSection.cpp233 const WorkerThreadSection* section;
241 explicit WorkerThreadData(const WorkerThreadSection* section);
245 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData()
251 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs) in WorkerThreadSection() function in android::os::incidentd::WorkerThreadSection
254 WorkerThreadSection::~WorkerThreadSection() {} in ~WorkerThreadSection()
284 status_t WorkerThreadSection::Execute(ReportWriter* writer) const { in Execute()
441 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS), mService(service) { in DumpsysSection()
479 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { in LogSection()
639 : WorkerThreadSection(id, timeoutMs), mType(type) { in TombstoneSection()