Home
last modified time | relevance | path

Searched refs:Catch (Results 1 - 18 of 18) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp85 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 Dmemory_catcher.h28 int Catch(int fd, int jsonFd) override;
H A Dbinder_catcher.h28 int Catch(int fd, int jsonFd) override;
H A Dopen_stacktrace_catcher.h28 int Catch(int fd, int jsonFd) override;
H A Dffrt_catcher.h28 int Catch(int fd, int jsonFd) override;
H A Devent_log_catcher.h35 virtual int Catch(int fd, int jsonFd);
H A Ddmesg_catcher.h32 int Catch(int fd, int jsonFd) override;
H A Dshell_catcher.h32 int Catch(int fd, int jsonFd) override;
H A Dpeer_binder_catcher.h32 int Catch(int fd, int jsonFd) override;
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dffrt_catcher.cpp35 int FfrtCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::FfrtCatcher
H A Dbinder_catcher.cpp43 int BinderCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::BinderCatcher
H A Dmemory_catcher.cpp37 int MemoryCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::MemoryCatcher
H A Dopen_stacktrace_catcher.cpp67 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 Devent_log_catcher.cpp60 int EventLogCatcher::Catch(int fd __UNUSED, int jsonFd __UNUSED) in Catch() function in OHOS::HiviewDFX::EventLogCatcher
H A Ddmesg_catcher.cpp127 int DmesgCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::DmesgCatcher
H A Dshell_catcher.cpp195 int ShellCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::ShellCatcher
H A Dpeer_binder_catcher.cpp76 int PeerBinderCatcher::Catch(int fd, int jsonFd) in Catch() function in OHOS::HiviewDFX::PeerBinderCatcher
H A Devent_log_task.cpp147 int curLogSize = catcher->Catch(dupedFd, dupedJsonFd); in StartCompose()

Completed in 7 milliseconds