Lines Matching refs:string
21 #include <string>
35 std::map<std::string, uint32_t> componmentTypeCount;
36 std::map<uint32_t, std::vector<std::string>> pageIdComponments;
45 void SetSeed(std::string seed);
55 void SplitInputMode(std::shared_ptr<InputedMsgObject> &inputedMsgObject, std::map<std::string, std::string> &data);
60 void GroupFocusDataAndRecord(std::shared_ptr<InputedMsgObject> &inputedMsgObject, std::map<std::string,
61 std::string> &data);
79 void RecordScreenPath(const std::string &screenPath);
91 std::string GetReportExceptionDir();
98 void ExceptionRecord(const std::string &exceptionFilename);
130 void ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCompMsgPtr,
131 std::map<std::string, std::string> &data);
133 std::string reportCsvFileName_ = "";
134 std::string reportJsonFileName_ = "";
135 std::string reportFocusInputFileName_ = "";
136 std::string reportExceptionDir_ = "";
137 std::string currentTestDir_ = "";
138 std::string startRunTime_ = "";
139 std::string crashDir_ = "/data/log/faultlog/faultlogger/";
140 std::vector<std::string> hilogFiles_;
141 std::string seed_ = "";
146 std::string hilogDirs_ = "/data/log/hilog/";
156 std::vector<std::string> bundles_;
157 std::map<std::string, componmentRecord> bundleComponmentRecord_;
160 std::vector<std::string> screenPaths_;
162 std::vector<std::string> focus_input_vec_;