Home
last modified time | relevance | path

Searched refs:GetBundleDistributedManager (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h93 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp373 const std::shared_ptr<BundleDistributedManager> BundleMgrService::GetBundleDistributedManager() const in GetBundleDistributedManager() function in OHOS::AppExecFwk::BundleMgrService
H A Dbundle_mgr_host_impl.cpp715 auto bundleDistributedManager = DelayedSingleton<BundleMgrService>::GetInstance()->GetBundleDistributedManager(); in CheckAbilityEnableInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp273 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;
536 const std::shared_ptr<BundleDistributedManager> BmsBundleKitServiceTest::GetBundleDistributedManager() const in GetBundleDistributedManager() function in OHOS::BmsBundleKitServiceTest
538 return bundleMgrService_->GetBundleDistributedManager(); in GetBundleDistributedManager()
10142 * @tc.name: test GetBundleDistributedManager
10149 auto bundleMgr = GetBundleDistributedManager(); in HWTEST_F()
10160 * @tc.name: test GetBundleDistributedManager
10167 auto bundleMgr = GetBundleDistributedManager(); in HWTEST_F()
10179 * @tc.name: test GetBundleDistributedManager
10186 auto bundleMgr = GetBundleDistributedManager(); in HWTEST_F()
10198 * @tc.name: test GetBundleDistributedManager
[all...]
H A Dbms_bundle_data_mgr_test.cpp326 const std::shared_ptr<BundleDistributedManager> GetBundleDistributedManager() const;
436 const std::shared_ptr<BundleDistributedManager> BmsBundleDataMgrTest::GetBundleDistributedManager() const in GetBundleDistributedManager() function in OHOS::BmsBundleDataMgrTest
438 return bundleMgrService_->GetBundleDistributedManager(); in GetBundleDistributedManager()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4262 auto bundleDistributedManager = DelayedSingleton<BundleMgrService>::GetInstance()->GetBundleDistributedManager(); in HWTEST_F()

Completed in 48 milliseconds