Searched refs:bundleMgrService (Results 1 – 4 of 4) sorted by relevance
45 … sptr<IRemoteObject> bundleMgrService = sptr<IRemoteObject>(new (std::nothrow) BundleMgrService()); in SetUpTestCase() local53 sysMgr->RegisterSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleMgrService); in SetUpTestCase()
50 …sptr<IRemoteObject> bundleMgrService = sptr<IRemoteObject>(new (std::nothrow) AppExecFwk::BundleM… in SetUpTestCase() local57 sysMgr->RegisterSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleMgrService); in SetUpTestCase()
973 auto bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstance(); in AddTaskParallel() local974 if (bundleMgrService == nullptr) { in AddTaskParallel()979 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in AddTaskParallel()1817 auto bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstance(); in InnerMultiProcessBundleInstall() local1818 if (bundleMgrService == nullptr) { in InnerMultiProcessBundleInstall()1823 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in InnerMultiProcessBundleInstall()
11206 …std::shared_ptr<BundleMgrService> bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstan… variable11207 bundleMgrService->InitBundleMgrHost();11208 auto hostImpl = bundleMgrService->host_;