Home
last modified time | relevance | path

Searched refs:matchLogCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp270 int matchLogCount = matchLog.size(); variable
271 auto matchLogArray = std::make_unique<string[]>(matchLogCount);
277 int count = GetKeywordsNum(msg, matchLogArray.get(), matchLogCount);
278 EXPECT_EQ(count, matchLogCount) << msg << "DumpCatcherInterfacesTest005 Failed";