Home
last modified time | relevance | path

Searched refs:appDebugManager_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3523 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 …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3515 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>();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1660 std::shared_ptr<AppDebugManager> appDebugManager_; variable