Home
last modified time | relevance | path

Searched refs:IsIgnoreLibrary (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dlog_parse.h33 bool IsIgnoreLibrary(const std::string& val) const;
/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp77 bool LogParse::IsIgnoreLibrary(const string& val) const in IsIgnoreLibrary() function in OHOS::HiviewDFX::LogParse
210 if (!IsIgnoreLibrary(stackName)) { in GetValidStack()
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp111 * @tc.desc: Test IsIgnoreLibrary interface method of class LogParse
118 auto ret = logParse.IsIgnoreLibrary("watchdog"); in HWTEST_F()
120 ret = logParse.IsIgnoreLibrary("ohos"); in HWTEST_F()

Completed in 2 milliseconds