Loading cmds/incident_helper/src/TextParserBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ class TextParserBase { public: String8 name; TextParserBase(String8 name) : name(name) {}; explicit TextParserBase(String8 name) : name(name) {}; virtual ~TextParserBase() {}; virtual status_t Parse(const int in, const int out) const = 0; Loading cmds/incident_helper/src/ih_util.h +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ double toDouble(const std::string& s); class Reader { public: Reader(const int fd); explicit Reader(const int fd); ~Reader(); bool readLine(std::string* line); Loading Loading @@ -162,7 +162,7 @@ private: class Message { public: Message(Table* table); explicit Message(Table* table); ~Message(); // Reconstructs the typical proto message by adding its message fields. Loading cmds/incidentd/src/IncidentService.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ private: // ================================================================================ class IncidentService : public BnIncidentManager { public: IncidentService(const sp<Looper>& handlerLooper); explicit IncidentService(const sp<Looper>& handlerLooper); virtual ~IncidentService(); virtual Status reportIncident(const IncidentReportArgs& args); Loading cmds/incidentd/src/Privacy.h +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public: static PrivacySpec new_spec(int dest); private: PrivacySpec(uint8_t dest) : dest(dest) {} explicit PrivacySpec(uint8_t dest) : dest(dest) {} }; } // namespace incidentd Loading cmds/incidentd/src/Reporter.h +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public: ReportRequestSet batch; Reporter(); // PROD must use this constructor. Reporter(const char* directory); // For testing purpose only. explicit Reporter(const char* directory); // For testing purpose only. virtual ~Reporter(); // Run the report as described in the batch and args parameters. Loading Loading
cmds/incident_helper/src/TextParserBase.h +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ class TextParserBase { public: String8 name; TextParserBase(String8 name) : name(name) {}; explicit TextParserBase(String8 name) : name(name) {}; virtual ~TextParserBase() {}; virtual status_t Parse(const int in, const int out) const = 0; Loading
cmds/incident_helper/src/ih_util.h +2 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ double toDouble(const std::string& s); class Reader { public: Reader(const int fd); explicit Reader(const int fd); ~Reader(); bool readLine(std::string* line); Loading Loading @@ -162,7 +162,7 @@ private: class Message { public: Message(Table* table); explicit Message(Table* table); ~Message(); // Reconstructs the typical proto message by adding its message fields. Loading
cmds/incidentd/src/IncidentService.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ private: // ================================================================================ class IncidentService : public BnIncidentManager { public: IncidentService(const sp<Looper>& handlerLooper); explicit IncidentService(const sp<Looper>& handlerLooper); virtual ~IncidentService(); virtual Status reportIncident(const IncidentReportArgs& args); Loading
cmds/incidentd/src/Privacy.h +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public: static PrivacySpec new_spec(int dest); private: PrivacySpec(uint8_t dest) : dest(dest) {} explicit PrivacySpec(uint8_t dest) : dest(dest) {} }; } // namespace incidentd Loading
cmds/incidentd/src/Reporter.h +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public: ReportRequestSet batch; Reporter(); // PROD must use this constructor. Reporter(const char* directory); // For testing purpose only. explicit Reporter(const char* directory); // For testing purpose only. virtual ~Reporter(); // Run the report as described in the batch and args parameters. Loading