Home
last modified time | relevance | path

Searched refs:BundleDataMgr (Results 1 - 25 of 92) sorted by relevance

1234

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp120 BundleDataMgr::BundleDataMgr() in BundleDataMgr() function in OHOS::AppExecFwk::BundleDataMgr
134 APP_LOGI("BundleDataMgr instance is created"); in BundleDataMgr()
137 BundleDataMgr::~BundleDataMgr() in ~BundleDataMgr()
139 APP_LOGI("BundleDataMgr instance is destroyed"); in ~BundleDataMgr()
145 bool BundleDataMgr::LoadDataFromPersistentStorage() in LoadDataFromPersistentStorage()
183 void BundleDataMgr::CompatibleOldBundleStateInKvDb() in CompatibleOldBundleStateInKvDb()
199 void BundleDataMgr::LoadAllBundleStateDataFromJsonDb() in LoadAllBundleStateDataFromJsonDb()
228 void BundleDataMgr
[all...]
H A Dbundle_mgr_service.cpp186 dataMgr_ = std::make_shared<BundleDataMgr>(); in InitBundleDataMgr()
339 void BundleMgrService::RegisterDataMgr(std::shared_ptr<BundleDataMgr> dataMgrImpl) in RegisterDataMgr()
347 const std::shared_ptr<BundleDataMgr> BundleMgrService::GetDataMgr() const in GetDataMgr()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp87 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
138 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
162 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
186 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
206 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
233 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
259 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
298 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
322 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
346 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h84 const std::shared_ptr<BundleDataMgr> GetDataMgr() const;
147 void RegisterDataMgr(std::shared_ptr<BundleDataMgr> dataMgrImpl);
190 std::shared_ptr<BundleDataMgr> dataMgr_;
H A Dhidump_helper.h45 explicit HidumpHelper(const std::weak_ptr<BundleDataMgr> &dataMgr);
71 std::weak_ptr<BundleDataMgr> dataMgr_;
H A Dbundle_multiuser_installer.h47 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
H A Dbundle_user_mgr_host_impl.h44 const std::shared_ptr<BundleDataMgr> GetDataMgrFromService();
H A Dbundle_common_event_mgr.h76 const std::shared_ptr<BundleDataMgr> &dataMgr);
H A Dhmp_bundle_installer.h66 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deleter.h41 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
H A Dquick_fix_switcher.h43 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
H A Dquick_fix_boot_scanner.h52 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/
H A Dbundle_sandbox_installer.h63 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Dbundle_aging_mgr.h49 void Process(const std::shared_ptr<BundleDataMgr> &dataMgr);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h61 std::shared_ptr<BundleDataMgr> dataMgr) const;
63 std::shared_ptr<BundleDataMgr> &dataMgr, std::vector<std::string> &compileResults) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_start_full_test.cpp55 const std::shared_ptr<BundleDataMgr> GetBundleDataMgr() const;
154 const std::shared_ptr<BundleDataMgr> BmsBundlePermissionStartFullTest::GetBundleDataMgr() const in GetBundleDataMgr()
H A Dbms_bundle_permission_def_list_test.cpp58 const std::shared_ptr<BundleDataMgr> GetBundleDataMgr() const;
167 const std::shared_ptr<BundleDataMgr> BmsBundlePermissionDefListTest::GetBundleDataMgr() const in GetBundleDataMgr()
H A Dbms_bundle_permission_token_test.cpp61 const std::shared_ptr<BundleDataMgr> GetBundleDataMgr() const;
115 const std::shared_ptr<BundleDataMgr> BmsBundlePermissionTokenTest::GetBundleDataMgr() const in GetBundleDataMgr()
H A Dbms_bundle_permission_grant_test.cpp56 const std::shared_ptr<BundleDataMgr> GetBundleDataMgr() const;
156 const std::shared_ptr<BundleDataMgr> BmsBundlePermissionGrantTest::GetBundleDataMgr() const in GetBundleDataMgr()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h66 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleagingmgr_fuzzer/
H A Dbundleagingmgr_fuzzer.cpp30 std::shared_ptr<BundleDataMgr> dataMgr = nullptr; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_mock_app_control.cpp57 const std::shared_ptr<BundleDataMgr> GetBundleDataMgr() const;
84 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_ = std::make_shared<BundleDataMgr>(); in SetUp()
98 bundleMgrService_->dataMgr_ = std::make_shared<BundleDataMgr>(); in ResetDataMgr()
102 const std::shared_ptr<BundleDataMgr> BmsBundleMockAppControlTest::GetBundleDataMgr() const in GetBundleDataMgr()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp65 std::shared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InstallCloneApp()
91 std::shared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallCloneApp()
145 std::shared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ProcessCloneBundleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/overlay/
H A Dbundle_overlay_data_manager.h94 std::shared_ptr<BundleDataMgr> dataMgr_ = nullptr;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h78 const std::shared_ptr<BundleDataMgr> GetDataMgr() const;

Completed in 16 milliseconds

1234