Home
last modified time | relevance | path

Searched refs:GetBundleManager (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp52 auto bundleMgr = GetBundleManager(); in GetCallerAppIdFromBms()
69 auto bundleMgr = GetBundleManager(); in GetSpecifyBundleNameFromBms()
84 auto bundleMgr = GetBundleManager(); in GetBundleNameListFromBms()
118 auto bundleMgr = GetBundleManager(); in QueryAbilityInfo()
140 auto bundleMgr = GetBundleManager(); in QueryExtensionAbilityInfo()
196 auto bundleMgr = GetBundleManager(); in IsSameDeveloperId()
215 auto bms = GetBundleManager(); in GetLocalBundleInfo()
237 auto bms = GetBundleManager(); in GetLocalBundleInfoV9()
260 auto bundleMgr = GetBundleManager(); in GetContinueBundle4Src()
310 auto bms = GetBundleManager(); in CheckRemoteBundleInfoForContinuation()
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp54 static sptr<AppExecFwk::IBundleMgr> GetBundleManager() in GetBundleManager() function
96 auto bms = GetBundleManager(); in GetBundleStats()
118 auto bms = GetBundleManager(); in GetBundleInfos()
155 auto bms = GetBundleManager(); in GetAppGalleryBundleName()
294 auto bms = GetBundleManager(); in GetBundleInfosForIncremental()
344 auto bms = GetBundleManager(); in GetBundleInfosForIncremental()
388 auto bms = GetBundleManager(); in GetFullBundleInfos()
429 auto bms = GetBundleManager(); in GetExtName()
531 auto bms = GetBundleManager(); in IsUser0BundleName()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_application.cpp104 EXPECT_NE(nullptr, GetBundleManager()); in OnStart()
105 if (GetBundleManager() != nullptr) { in OnStart()
106 EXPECT_STREQ("ModuleTestType", GetBundleManager()->GetAppType("test").c_str()); in OnStart()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dnavigation_route_ohos.cpp25 sptr<AppExecFwk::IBundleMgr> NavigationRouteOhos::GetBundleManager() in GetBundleManager() function in OHOS::Ace::NavigationRouteOhos
42 auto bundleManager = GetBundleManager(); in InitRouteMap()
H A Dpage_url_checker_ohos.cpp176 sptr<AppExecFwk::IBundleMgr> PageUrlCheckerOhos::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PageUrlCheckerOhos
221 auto bms = GetBundleManager(); in LoadPageUrl()
265 auto bms = GetBundleManager(); in CheckPreload()
H A Dnavigation_route_ohos.h51 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
H A Dpage_url_checker_ohos.h45 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp31 OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> HspSilentInstall::GetBundleManager() in GetBundleManager() function in OHOS::NavPushPathHelper::HspSilentInstall
64 auto bms = GetBundleManager(); in SilentInstall()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dhsp_silentinstall.h33 static OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleManager();
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_test_util.h39 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp116 std::shared_ptr<BundleMgrHelper> ContextContainer::GetBundleManager() const in GetBundleManager() function in OHOS::AppExecFwk::ContextContainer
119 return baseContext_->GetBundleManager(); in GetBundleManager()
251 std::shared_ptr<BundleMgrHelper> bundleMgr = GetBundleManager(); in CreateBundleContext()
H A Dcontext_deal.cpp128 std::shared_ptr<BundleMgrHelper> ContextDeal::GetBundleManager() const in GetBundleManager() function in OHOS::AppExecFwk::ContextDeal
222 auto ptr = GetBundleManager(); in GetAppType()
455 auto ptr = GetBundleManager(); in HapModuleInfoRequestInit()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_ability_manager_client_interface1.h78 sptr<IBundleMgr> GetBundleManager() const override in GetBundleManager() function
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp292 sptr<AppExecFwk::IBundleMgr> GetBundleManager() in GetBundleManager() function
304 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleName()
322 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleAppIdByBundleName()
339 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleNameByUid()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceeighth_fuzzer/
H A Dabilitymanagerserviceeighth_fuzzer.cpp65 abilityms->GetBundleManager(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_component_manager.cpp63 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PluginComponentManager
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp251 int errCode = GetBundleManager(); in GetGroupDirWithCheck()
565 int errCode = GetBundleManager(); in GetBundleInfo()
604 int errCode = GetBundleManager(); in GetBundleInfo()
706 int errCode = GetBundleManager(); in CreateBundleContext()
752 int errCode = GetBundleManager(); in CreateBundleContext()
1028 ErrCode ContextImpl::GetBundleManager() in GetBundleManager() function in OHOS::AbilityRuntime::ContextImpl
1096 int errCode = GetBundleManager(); in InitHapModuleInfo()
1257 int errCode = GetBundleManager(); in GetOverlayMgrProxy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.cpp93 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PluginComponentManager
274 auto bms = PluginComponentManager::GetInstance()->GetBundleManager(); in GetPackagePath()
H A Dplugin_component_manager.h61 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dmock_context_impl.h71 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
H A Dmock_context_impl.cpp139 sptr<AppExecFwk::IBundleMgr> MockContextImpl::GetBundleManager() const in GetBundleManager() function in OHOS::AbilityRuntime::MockContextImpl
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h56 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp361 auto bms = (PluginComponentManager::GetInstance()->GetBundleManager());
436 auto bms = (PluginComponentManager::GetInstance()->GetBundleManager());
516 auto bms = (PluginComponentManager::GetInstance()->GetBundleManager());
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dmock_context.h80 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h102 std::shared_ptr<BundleMgrHelper> GetBundleManager() const override;

12