/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 85 int res = eventLogCatcher->Catch(fd, 1); in HWTEST_F() 215 int res = binderCatcher->Catch(fd, 1); in HWTEST_F() 235 int res = memoryCatcher->Catch(fd, 1); in HWTEST_F() 237 res = memoryCatcher->Catch(0, 1); in HWTEST_F() 263 EXPECT_TRUE(ffrtCatcher->Catch(fd, jsonFd) > 0); in HWTEST_F() 302 EXPECT_TRUE(dmesgCatcher->Catch(fd, jsonFd) > 0); in HWTEST_F() 305 EXPECT_TRUE(dmesgCatcher->Catch(fd, jsonFd) > 0); in HWTEST_F() 308 printf("dmesgCatcher result: %d\n", dmesgCatcher->Catch(fd, jsonFd)); in HWTEST_F() 311 printf("dmesgCatcher result: %d\n", dmesgCatcher->Catch(fd, jsonFd)); in HWTEST_F() 357 bool ret = openStackCatcher->Catch(f in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | memory_catcher.h | 28 int Catch(int fd, int jsonFd) override;
|
H A D | binder_catcher.h | 28 int Catch(int fd, int jsonFd) override;
|
H A D | open_stacktrace_catcher.h | 28 int Catch(int fd, int jsonFd) override;
|
H A D | ffrt_catcher.h | 28 int Catch(int fd, int jsonFd) override;
|
H A D | event_log_catcher.h | 35 virtual int Catch(int fd, int jsonFd);
|
H A D | dmesg_catcher.h | 32 int Catch(int fd, int jsonFd) override;
|
H A D | shell_catcher.h | 32 int Catch(int fd, int jsonFd) override;
|
H A D | peer_binder_catcher.h | 32 int Catch(int fd, int jsonFd) override;
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | ffrt_catcher.cpp | 35 int FfrtCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::FfrtCatcher
|
H A D | binder_catcher.cpp | 43 int BinderCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::BinderCatcher
|
H A D | memory_catcher.cpp | 37 int MemoryCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::MemoryCatcher
|
H A D | open_stacktrace_catcher.cpp | 67 int OpenStacktraceCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::OpenStacktraceCatcher 127 std::string str = "Dump stacktrace timeout, Catch for " + std::to_string(pid_); in ForkAndDumpStackTrace()
|
H A D | event_log_catcher.cpp | 60 int EventLogCatcher::Catch(int fd __UNUSED, int jsonFd __UNUSED) in Catch() function in OHOS::HiviewDFX::EventLogCatcher
|
H A D | dmesg_catcher.cpp | 127 int DmesgCatcher::Catch(int fd, int jsonFd)
in Catch() function in OHOS::HiviewDFX::DmesgCatcher
|
H A D | shell_catcher.cpp | 195 int ShellCatcher::Catch(int fd, int jsonFd)
in Catch() function in OHOS::HiviewDFX::ShellCatcher
|
H A D | peer_binder_catcher.cpp | 76 int PeerBinderCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::PeerBinderCatcher
|
H A D | event_log_task.cpp | 147 int curLogSize = catcher->Catch(dupedFd, dupedJsonFd); in StartCompose()
|