Home
last modified time | relevance | path

Searched refs:ParseLockInfo (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dlock_parser.h25 static bool ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid);
H A Dlock_parser.cpp36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid) in ParseLockInfo() function in OHOS::HiviewDFX::LockParser
H A Ddfx_unwind_async_thread.cpp71 LockParser::ParseLockInfo(unwinder_, tmpPid, thread_->threadInfo_.nsTid); in UnwindStack()
H A Ddfx_unwind_remote.cpp212 LockParser::ParseLockInfo(unwinder, pid, tid); in UnwindOtherThread()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp236 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