Home
last modified time | relevance | path

Searched refs:BundlePromise (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_promise.h26 class BundlePromise { class
28 BundlePromise() = default;
29 ~BundlePromise() = default;
H A Dbundle_data_mgr.h655 void SetBundlePromise(const std::shared_ptr<BundlePromise>& bundlePromise) in SetBundlePromise()
1227 std::shared_ptr<BundlePromise> bundlePromise_ = nullptr;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp47 void SetBundlePromise(const std::shared_ptr<BundlePromise>& bundlePromise) in SetBundlePromise()
87 std::shared_ptr<BundlePromise> bundlePromise_ = nullptr;
149 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in OnCreateNewUser()
329 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in CheckInitialUser()
359 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in InnerUninstallBundle()
456 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in UninstallBackupUninstallList()
[all...]
H A Dbundle_mgr_service_event_handler.cpp1024 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in AddTaskParallel()
1847 std::shared_ptr<BundlePromise> bundlePromise = std::make_shared<BundlePromise>(); in InnerMultiProcessBundleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp40 void SetAgingPromise(const std::shared_ptr<BundlePromise>& agingPromise) in SetAgingPromise()
61 std::shared_ptr<BundlePromise> agingPromise_ = nullptr;
213 std::shared_ptr<BundlePromise> agingPromise = std::make_shared<BundlePromise>(); in UnInstallBundle()

Completed in 11 milliseconds