OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandSection
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Section.h
98
class
CommandSection
: public Section {
100
CommandSection
(int id, int64_t timeoutMs, const char* command, ...);
102
CommandSection
(int id, const char* command, ...);
104
virtual ~
CommandSection
();
Section.cpp
366
CommandSection
::
CommandSection
(int id, const int64_t timeoutMs, const char* command, ...)
379
CommandSection
::
CommandSection
(int id, const char* command, ...) : Section(id) {
391
CommandSection
::~
CommandSection
() { free(mCommand); }
393
status_t
CommandSection
::Execute(ReportWriter* writer) const {
Completed in 506 milliseconds