Searched refs:shellCatcher (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 578 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) < 0); 581 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) > 0); 584 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) > 0); 587 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) > 0); 590 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) > 0); 593 EXPECT_TRUE(shellCatcher->Catch(fd, jsonFd) > 0); 614 EXPECT_EQ(shellCatcher->Catch(fd, jsonFd), 0); 619 shellCatcher->SetEvent(event); 627 shellCatcher->Initialize("default", -1, 0); 628 EXPECT_EQ(shellCatcher->Catch(fd, jsonFd), 0); [all …]
|