Home
last modified time | relevance | path

Searched refs:SetAppDebug (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_state.cpp38 inner->SetAppDebug(true); in SetAppFreezeState()
39 OHOS::HiviewDFX::Watchdog::GetInstance().SetAppDebug(true); in SetAppFreezeState()
54 inner->SetAppDebug(false); in CancelAppFreezeState()
55 OHOS::HiviewDFX::Watchdog::GetInstance().SetAppDebug(false); in CancelAppFreezeState()
H A Dappfreeze_inner.cpp260 void AppfreezeInner::SetAppDebug(bool isAppDebug) in SetAppDebug() function in OHOS::AppExecFwk::AppfreezeInner
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp86 void Watchdog::SetAppDebug(bool isAppDebug) in SetAppDebug() function in OHOS::HiviewDFX::Watchdog
88 WatchdogInner::GetInstance().SetAppDebug(isAppDebug); in SetAppDebug()
H A Dwatchdog_inner.h101 void SetAppDebug(bool isAppDebug);
H A Dwatchdog_inner.cpp1128 void WatchdogInner::SetAppDebug(bool isAppDebug) in SetAppDebug() function in OHOS::HiviewDFX::WatchdogInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_inner_test/
H A Dappfreeze_inner_test.cpp113 appfreezeInner->SetAppDebug(true);
161 appfreezeInner->SetAppDebug(true);
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H A Dwatchdog.h129 void SetAppDebug(bool isAppDebug);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H A Dappfreeze_inner.h49 void SetAppDebug(bool isAppDebug);
/ohos5.0/base/hiviewdfx/hicollie/interfaces/native/innerkits/
H A Dlibhicollie.map31 "OHOS::HiviewDFX::Watchdog::SetAppDebug(bool)";
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_interface_test.cpp346 Watchdog::GetInstance().SetAppDebug(true);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h740 void SetAppDebug(uint32_t modeFlag, bool isDebug);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1308 SetAppDebug(AbilityRuntime::AppFreezeState::AppFreezeFlag::DEBUG_LAUNCH_MODE, true); in HandleLaunchApplication()
3336 SetAppDebug(AbilityRuntime::AppFreezeState::AppFreezeFlag::ATTACH_DEBUG_MODE, true); in AttachAppDebug()
3342 SetAppDebug(AbilityRuntime::AppFreezeState::AppFreezeFlag::ATTACH_DEBUG_MODE, false); in DetachAppDebug()
3356 SetAppDebug(AbilityRuntime::AppFreezeState::AppFreezeFlag::ASSERT_DEBUG_MODE, true); in AssertFaultPauseMainThreadDetection()
3367 SetAppDebug(AbilityRuntime::AppFreezeState::AppFreezeFlag::ASSERT_DEBUG_MODE, false); in AssertFaultResumeMainThreadDetection()
3398 void MainThread::SetAppDebug(uint32_t modeFlag, bool isDebug) in SetAppDebug() function in OHOS::AppExecFwk::MainThread