Searched refs:ParseLockInfo (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | lock_parser.h | 25 static bool ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid);
|
H A D | lock_parser.cpp | 36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid)
in ParseLockInfo() function in OHOS::HiviewDFX::LockParser
|
H A D | dfx_unwind_async_thread.cpp | 71 LockParser::ParseLockInfo(unwinder_, tmpPid, thread_->threadInfo_.nsTid); in UnwindStack()
|
H A D | dfx_unwind_remote.cpp | 212 LockParser::ParseLockInfo(unwinder, pid, tid); in UnwindOtherThread()
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | lock_parser_test.cpp | 236 bool ret = LockParser::ParseLockInfo(unwinder, getpid(), tid); in HWTEST_F() 275 bool ret = LockParser::ParseLockInfo(unwinder, getpid(), tid); in HWTEST_F() 331 ASSERT_EQ(LockParser::ParseLockInfo(unwinder, getpid(), tid), true); in HWTEST_F()
|
Completed in 3 milliseconds