Home
last modified time | relevance | path

Searched refs:GetBundleManager (Results 1 - 25 of 46) sorted by relevance

12

/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()
284 sptr<AppExecFwk::IBundleMgr> bundleMgr = GetBundleManager(); in GetAppProvisionInfo4CurrentUser()
366 sptr<AppExecFwk::IBundleMgr> BundleManagerInternal::GetBundleManager() GetBundleManager() function in OHOS::DistributedSchedule::BundleManagerInternal
[all...]
/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()
/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()
117 auto bms = GetBundleManager(); in GetBundleInfos()
150 auto bms = GetBundleManager(); in GetAppGalleryBundleName()
289 auto bms = GetBundleManager(); in GetBundleInfosForIncremental()
338 auto bms = GetBundleManager(); in GetBundleInfosForIncremental()
382 auto bms = GetBundleManager(); in GetFullBundleInfos()
424 auto bms = GetBundleManager(); in GetExtName()
526 auto bms = GetBundleManager(); in IsUser0BundleName()
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dhsp_silentinstall.h34 static OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleManager();
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/
H A Dhsp_silentinstall.h34 static OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleManager();
/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()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dnavigation_route_ohos.cpp23 sptr<AppExecFwk::IBundleMgr> NavigationRouteOhos::GetBundleManager() in GetBundleManager() function in OHOS::Ace::NavigationRouteOhos
40 auto bundleManager = GetBundleManager(); in InitRouteMap()
H A Dpage_url_checker_ohos.h45 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
H A Dnavigation_route_ohos.h52 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
H A Dpage_url_checker_ohos.cpp168 sptr<AppExecFwk::IBundleMgr> PageUrlCheckerOhos::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PageUrlCheckerOhos
213 auto bms = GetBundleManager(); in LoadPageUrl()
257 auto bms = GetBundleManager(); in CheckPreload()
/foundation/arkui/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()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_test_util.h39 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
H A Ddistributed_sched_test_util.cpp118 sptr<AppExecFwk::IBundleMgr> DistributedSchedUtil::GetBundleManager() in GetBundleManager() function in OHOS::DistributedSchedule::DistributedSchedUtil
/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
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp270 sptr<AppExecFwk::IBundleMgr> GetBundleManager() in GetBundleManager() function
282 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleName()
300 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleAppIdByBundleName()
317 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleNameByUid()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
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()
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()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h56 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dmock_context.h80 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
H A Dmock_context_impl.h71 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h102 std::shared_ptr<BundleMgrHelper> GetBundleManager() const override;
H A Dfa_context.h118 virtual std::shared_ptr<BundleMgrHelper> GetBundleManager() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.h61 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dmock_context_impl.h71 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
/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::OHOS::Ace::PluginComponentManager

Completed in 11 milliseconds

12