Searched refs:appDebugManager_ (Results 1 – 3 of 3) sorted by relevance
3523 appDebugManager_->StartDebug(debugInfos); in ProcessAppDebug()3717 if (appDebugManager_ != nullptr) { in ClearAppRunningData()3719 appDebugManager_->RemoveAppDebugInfo(info); in ClearAppRunningData()3841 if (appDebugManager_) { in TerminateApplication()6364 if (appDebugManager_ == nullptr) { in NotifyAppFaultBySA()6379 if (appDebugManager_ == nullptr) { in NotifyAppFaultBySA()6408 appDebugManager_->StartDebug(debugInfos); in NotifyAppFaultBySA()6432 if (appDebugManager_ != nullptr) { in NotifyAppFaultBySA()6698 if (appDebugManager_ == nullptr) { in NotifyAppFaultBySA()6703 appDebugManager_->RemoveAppDebugInfo(info); in NotifyAppFaultBySA()[all …]
3515 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3518 appMgrServiceInner->appDebugManager_ = nullptr;3533 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3536 appMgrServiceInner->appDebugManager_ = nullptr;3552 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3568 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3584 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3600 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();3672 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>();
1660 std::shared_ptr<AppDebugManager> appDebugManager_; variable