Home
last modified time | relevance | path

Searched refs:GetAppDebug (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp91 bool Watchdog::GetAppDebug() in GetAppDebug() function in OHOS::HiviewDFX::Watchdog
93 return WatchdogInner::GetInstance().GetAppDebug(); in GetAppDebug()
H A Dwatchdog_inner.h102 bool GetAppDebug();
H A Dwatchdog_inner.cpp1133 bool WatchdogInner::GetAppDebug() in GetAppDebug() function in OHOS::HiviewDFX::WatchdogInner
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H A Dwatchdog.h134 bool GetAppDebug();
/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp148 if (OHOS::HiviewDFX::Watchdog::GetInstance().GetAppDebug()) { in OH_HiCollie_Report()
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/
H A Dlibhicollie.map32 "OHOS::HiviewDFX::Watchdog::GetAppDebug()";
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp347 ASSERT_TRUE(Watchdog::GetInstance().GetAppDebug());