Searched refs:isAppDebug (Results 1 – 9 of 9) sorted by relevance
86 void Watchdog::SetAppDebug(bool isAppDebug) in SetAppDebug() argument88 WatchdogInner::GetInstance().SetAppDebug(isAppDebug); in SetAppDebug()
101 void SetAppDebug(bool isAppDebug);
1128 void WatchdogInner::SetAppDebug(bool isAppDebug) in SetAppDebug() argument1130 isAppDebug_ = isAppDebug; in SetAppDebug()
129 void SetAppDebug(bool isAppDebug);
49 void SetAppDebug(bool isAppDebug);
260 void AppfreezeInner::SetAppDebug(bool isAppDebug) in SetAppDebug() argument262 isAppDebug_ = isAppDebug; in SetAppDebug()
1513 int32_t NotifyAbilitysDebugChange(const std::string &bundleName, const bool &isAppDebug);
3670 bool isAppDebug = true; variable3673 auto result = appMgrServiceInner->NotifyAbilitysDebugChange(bundleName, isAppDebug);
6625 …ppMgrServiceInner::NotifyAbilitysDebugChange(const std::string &bundleName, const bool &isAppDebug) in NotifyAppFaultBySA() argument6635 isAppDebug ? abilityDebugResponse_->OnAbilitysDebugStarted(tokens) : in NotifyAppFaultBySA()