Searched refs:WriteStackToFd (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.h | 111 bool WriteStackToFd(int32_t pid, std::string& path, std::string& stack,
|
H A D | xcollie_utils.cpp | 338 bool WriteStackToFd(int32_t pid, std::string& path, std::string& stack, const std::string& eventNam… in WriteStackToFd() function
|
H A D | watchdog_inner.cpp | 159 if (!WriteStackToFd(getprocpid(), path, stack, eventName)) { in ReportMainThreadEvent()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 385 ret = WriteStackToFd(getprocpid(), path, stack, "test");
|