Home
last modified time | relevance | path

Searched refs:stackState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp440 WatchdogInner::GetInstance().stackContent_.stackState == 0;
456 ASSERT_EQ(WatchdogInner::GetInstance().stackContent_.stackState, 1);
458 WatchdogInner::GetInstance().stackContent_.stackState == 0;
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp320 stackContent_.stackState = DumpStackState::DEFAULT; in StartProfileMainThread()
449 if (WatchdogInner::GetInstance().stackContent_.stackState == DumpStackState::COMPLETE) { in DistributeEnd()
455 … WatchdogInner::GetInstance().DayChecker(WatchdogInner::GetInstance().stackContent_.stackState, in DistributeEnd()
463 WatchdogInner::GetInstance().stackContent_.stackState == DumpStackState::DEFAULT) { in DistributeEnd()
464 … WatchdogInner::GetInstance().ChangeState(WatchdogInner::GetInstance().stackContent_.stackState, in DistributeEnd()
H A Dwatchdog_inner.h45 int stackState; member