Home
last modified time | relevance | path

Searched refs:appDebugManager_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp1633 appMgrServiceInner->appDebugManager_ = nullptr; in HWTEST_F()
1665 EXPECT_EQ(appMgrServiceInner->appDebugManager_->debugInfos_.size(), 0); in HWTEST_F()
1991 appMgrServiceInner->appDebugManager_ = nullptr; in HWTEST_F()
1993 EXPECT_EQ(appMgrServiceInner->appDebugManager_, nullptr); in HWTEST_F()
1995 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
1997 EXPECT_NE(appMgrServiceInner->appDebugManager_, nullptr); in HWTEST_F()
1999 appMgrServiceInner->appDebugManager_ = nullptr; in HWTEST_F()
2011 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
2025 appMgrServiceInner->appDebugManager_->debugInfos_.push_back(adinfo); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp309 appDebugManager_(std::make_shared<AppDebugManager>()), in AppMgrServiceInner()
3514 if (appRecord == nullptr || appDebugManager_ == nullptr) { in ProcessAppDebug()
3515 TAG_LOGE(AAFwkTag::APPMGR, "appRecord or appDebugManager_ null"); in ProcessAppDebug()
3522 appDebugManager_->StartDebug(debugInfos); in ProcessAppDebug()
3537 if (appDebugManager_->IsAttachDebug(bundleName)) { in ProcessAppDebug()
3712 if (appDebugManager_ != nullptr) { in ClearAppRunningData()
3714 appDebugManager_->RemoveAppDebugInfo(info); in ClearAppRunningData()
3836 if (appDebugManager_) { in TerminateApplication()
3838 appDebugManager_->RemoveAppDebugInfo(info); in TerminateApplication()
6412 if (appDebugManager_ in NotifyAppFaultBySA()
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3500 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3503 appMgrServiceInner->appDebugManager_ = nullptr; in HWTEST_F()
3518 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3521 appMgrServiceInner->appDebugManager_ = nullptr; in HWTEST_F()
3537 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3553 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3569 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3585 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
3657 appMgrServiceInner->appDebugManager_ = std::make_shared<AppDebugManager>(); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1861 std::shared_ptr<AppDebugManager> appDebugManager_; member in OHOS::AppExecFwk::AppMgrServiceInner

Completed in 26 milliseconds