Searched refs:appRunningMgr (Results 1 – 3 of 3) sorted by relevance
1728 auto appRunningMgr = appMgrService->appMgrServiceInner_->appRunningManager_; variable1729 ASSERT_NE(appRunningMgr, nullptr);1737 appRunningMgr->CreateAppRunningRecord(applicationInfo_, processName, bundleInfo);1743 auto &recordMap = appRunningMgr->appRunningRecordMap_;
1443 void AppRunningRecord::SetTerminating(std::shared_ptr<AppRunningManager> appRunningMgr) in SetTerminating() argument1450 if (appRunningMgr == nullptr) { in SetTerminating()1454 if (appRunningMgr->CheckAppRunningRecordIsLast(shared_from_this())) { in SetTerminating()
550 void SetTerminating(std::shared_ptr<AppRunningManager> appRunningMgr);