Home
last modified time | relevance | path

Searched refs:bundleMgrService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
H A Dchild_main_thread_test.cpp45 … sptr<IRemoteObject> bundleMgrService = sptr<IRemoteObject>(new (std::nothrow) BundleMgrService()); in SetUpTestCase() local
53 sysMgr->RegisterSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleMgrService); in SetUpTestCase()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dchild_process_manager_test.cpp50 …sptr<IRemoteObject> bundleMgrService = sptr<IRemoteObject>(new (std::nothrow) AppExecFwk::BundleM… in SetUpTestCase() local
57 sysMgr->RegisterSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleMgrService); in SetUpTestCase()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp973 auto bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstance(); in AddTaskParallel() local
974 if (bundleMgrService == nullptr) { in AddTaskParallel()
979 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in AddTaskParallel()
1817 auto bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstance(); in InnerMultiProcessBundleInstall() local
1818 if (bundleMgrService == nullptr) { in InnerMultiProcessBundleInstall()
1823 sptr<BundleInstallerHost> installerHost = bundleMgrService->GetBundleInstaller(); in InnerMultiProcessBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11206 …std::shared_ptr<BundleMgrService> bundleMgrService = DelayedSingleton<BundleMgrService>::GetInstan… variable
11207 bundleMgrService->InitBundleMgrHost();
11208 auto hostImpl = bundleMgrService->host_;