/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 52 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 D | bms_adapter.cpp | 54 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 D | mock_application.cpp | 104 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 D | navigation_route_ohos.cpp | 25 sptr<AppExecFwk::IBundleMgr> NavigationRouteOhos::GetBundleManager() in GetBundleManager() function in OHOS::Ace::NavigationRouteOhos 42 auto bundleManager = GetBundleManager(); in InitRouteMap()
|
H A D | page_url_checker_ohos.cpp | 176 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 D | navigation_route_ohos.h | 51 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
|
H A D | page_url_checker_ohos.h | 45 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall.cpp | 31 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 D | hsp_silentinstall.h | 33 static OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleManager();
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_test_util.h | 39 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 116 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 D | context_deal.cpp | 128 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 D | mock_ability_manager_client_interface1.h | 78 sptr<IBundleMgr> GetBundleManager() const override in GetBundleManager() function
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 292 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 D | abilitymanagerserviceeighth_fuzzer.cpp | 65 abilityms->GetBundleManager(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_component_manager.cpp | 63 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 D | context_impl.cpp | 251 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 D | plugin_component_manager.cpp | 93 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PluginComponentManager 274 auto bms = PluginComponentManager::GetInstance()->GetBundleManager(); in GetPackagePath()
|
H A D | plugin_component_manager.h | 61 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/application_context_test/ |
H A D | mock_context_impl.h | 71 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
|
H A D | mock_context_impl.cpp | 139 sptr<AppExecFwk::IBundleMgr> MockContextImpl::GetBundleManager() const in GetBundleManager() function in OHOS::AbilityRuntime::MockContextImpl
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/ |
H A D | bundle_manager_internal.h | 56 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/ |
H A D | plugin_pattern_test_ng.cpp | 361 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 D | mock_context.h | 80 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | context_container.h | 102 std::shared_ptr<BundleMgrHelper> GetBundleManager() const override;
|