Searched refs:BundleAgingMgr (Results 1 – 9 of 9) sorted by relevance
55 BundleAgingMgr::BundleAgingMgr() in BundleAgingMgr() function in OHOS::AppExecFwk::BundleAgingMgr61 BundleAgingMgr::~BundleAgingMgr() in ~BundleAgingMgr()66 void BundleAgingMgr::InitAgingTimerInterval() in InitAgingTimerInterval()83 void BundleAgingMgr::InitAgingBatteryThresold() in InitAgingBatteryThresold()100 void BundleAgingMgr::InitAgingtTimer() in InitAgingtTimer()107 void BundleAgingMgr::ScheduleLoopTask() in ScheduleLoopTask()130 bool BundleAgingMgr::ResetRequest() in ResetRequest()143 bool BundleAgingMgr::IsReachStartAgingThreshold() in IsReachStartAgingThreshold()171 bool BundleAgingMgr::InitAgingRequest() in InitAgingRequest()238 void BundleAgingMgr::Start(AgingTriggertype type) in Start()[all …]
31 class BundleAgingMgr : public std::enable_shared_from_this<BundleAgingMgr> {40 BundleAgingMgr();41 ~BundleAgingMgr();
29 auto bundleAgingMgr = std::make_shared<BundleAgingMgr>(); in DoSomethingInterestingWithMyAPI()31 bundleAgingMgr->Start(BundleAgingMgr::AgingTriggertype::FREE_INSTALL); in DoSomethingInterestingWithMyAPI()
82 const std::shared_ptr<BundleAgingMgr> GetAgingMgr() const;193 std::shared_ptr<BundleAgingMgr> agingMgr_;
235 agingMgr_ = std::make_shared<BundleAgingMgr>(); in InitFreeInstall()351 const std::shared_ptr<BundleAgingMgr> BundleMgrService::GetAgingMgr() const in GetAgingMgr()
1314 BundleAgingMgr::AgingTriggertype::FREE_INSTALL); in ProcessBundleInstall()
4277 BundleAgingMgr::AgingTriggertype::UPDATE_REMOVABLE_FLAG); in SetModuleRemovable()
1820 BundleAgingMgr bundleAgingMgr;1840 BundleAgingMgr bundleAgingMgr;
8794 BundleAgingMgr bundleAgingMgr;8808 auto bundleAgingMgr = std::make_shared<BundleAgingMgr>();