Home
last modified time | relevance | path

Searched refs:isAppDebug (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp86 void Watchdog::SetAppDebug(bool isAppDebug) in SetAppDebug() argument
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() argument
1130 isAppDebug_ = isAppDebug; in SetAppDebug()
/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/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp260 void AppfreezeInner::SetAppDebug(bool isAppDebug) in SetAppDebug() argument
262 isAppDebug_ = isAppDebug; in SetAppDebug()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1513 int32_t NotifyAbilitysDebugChange(const std::string &bundleName, const bool &isAppDebug);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3670 bool isAppDebug = true; variable
3673 auto result = appMgrServiceInner->NotifyAbilitysDebugChange(bundleName, isAppDebug);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6625 …ppMgrServiceInner::NotifyAbilitysDebugChange(const std::string &bundleName, const bool &isAppDebug) in NotifyAppFaultBySA() argument
6635 isAppDebug ? abilityDebugResponse_->OnAbilitysDebugStarted(tokens) : in NotifyAppFaultBySA()