Searched refs:WorkerThreadSection (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Section.h | 87 class WorkerThreadSection : public Section { 89 WorkerThreadSection(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS); 90 virtual ~WorkerThreadSection(); 118 class DumpsysSection : public WorkerThreadSection { 148 class SystemPropertyDumpsysSection : public WorkerThreadSection { 163 class LogSection : public WorkerThreadSection { 185 class TombstoneSection : public WorkerThreadSection { 199 class BringYourOwnSection : public WorkerThreadSection {
|
D | Section.cpp | 234 const WorkerThreadSection* section; 242 explicit WorkerThreadData(const WorkerThreadSection* section); 246 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() 252 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs) in WorkerThreadSection() function in android::os::incidentd::WorkerThreadSection 255 WorkerThreadSection::~WorkerThreadSection() {} in ~WorkerThreadSection() 265 status_t WorkerThreadSection::Execute(ReportWriter* writer) const { in Execute() 406 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS), mService(service) { in DumpsysSection() 527 LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeB… in LogSection() 722 : WorkerThreadSection(id, timeoutMs), mType(type) { in TombstoneSection() 870 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS), uid(callingUid), mCallback(callback) { in BringYourOwnSection()
|