Searched refs:HasCausedBy (Results 1 – 4 of 4) sorted by relevance
38 static bool HasCausedBy(const std::string& line);
163 auto ret4 = Tbox::HasCausedBy("Caused by:Invalid description");165 auto ret5 = Tbox::HasCausedBy("Suppressed:Invalid description");167 auto ret6 = Tbox::HasCausedBy("Invalid description");
96 bool Tbox::HasCausedBy(const string& line) in HasCausedBy() function in OHOS::HiviewDFX::Tbox
132 if (Tbox::HasCausedBy(topStr)) { in StackToMultipart()