Home
last modified time | relevance | path

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

12

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/bundle/
Dbundle_manager_internal.cpp49 auto bundleMgr = GetBundleManager(); in GetCallerAppIdFromBms()
66 auto bundleMgr = GetBundleManager(); in GetBundleNameListFromBms()
100 auto bundleMgr = GetBundleManager(); in QueryAbilityInfo()
131 sptr<AppExecFwk::IBundleMgr> BundleManagerInternal::GetBundleManager() in GetBundleManager() function in OHOS::DistributedSchedule::BundleManagerInternal
/foundation/aafwk/standard/frameworks/kits/appkit/test/Mock/include/
Dmock_application.cpp106 EXPECT_NE(nullptr, GetBundleManager()); in OnStart()
107 if (nullptr != GetBundleManager()) { in OnStart()
108 EXPECT_STREQ("ModuleTestType", GetBundleManager()->GetAppType("test").c_str()); in OnStart()
/foundation/aafwk/standard/services/appmgr/include/
Dremote_client_manager.h51 sptr<IBundleMgr> GetBundleManager();
/foundation/communication/wifi/utils/src/
Dwifi_common_util.cpp185 sptr<AppExecFwk::IBundleMgr> GetBundleManager() in GetBundleManager() function
197 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in GetBundleName()
213 sptr<AppExecFwk::IBundleMgr> bundleInstance = GetBundleManager(); in IsSystemApp()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include/bundle/
Dbundle_manager_internal.h37 static sptr<AppExecFwk::IBundleMgr> GetBundleManager();
/foundation/aafwk/standard/services/abilitymgr/include/
Dability_util.h136 static sptr<AppExecFwk::IBundleMgr> GetBundleManager() in GetBundleManager() function
159 auto bms = GetBundleManager();
/foundation/aafwk/standard/services/appmgr/src/
Dremote_client_manager.cpp45 sptr<IBundleMgr> RemoteClientManager::GetBundleManager() in GetBundleManager() function in OHOS::AppExecFwk::RemoteClientManager
Dapp_mgr_service_inner.cpp222 auto bundleMgr_ = remoteClientManager_->GetBundleManager(); in GetBundleAndHapInfo()
450 auto bundleMgr_ = remoteClientManager_->GetBundleManager(); in KillApplicationByUid()
491 auto bundleMgr = remoteClientManager_->GetBundleManager(); in KillApplicationByUserId()
520 auto bundleMgr = remoteClientManager_->GetBundleManager(); in KillApplicationByUserIdLocked()
566 auto bundleMgr_ = remoteClientManager_->GetBundleManager(); in ClearUpApplicationDataByUserId()
1249 auto bundleMgr_ = remoteClientManager_->GetBundleManager(); in StartProcess()
1672 if (!remoteClientManager_->GetBundleManager()) { in CheckRemoteClient()
1686 auto bundleMgr = remoteClientManager_->GetBundleManager(); in RestartResidentProcess()
/foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime/context/
Dcontext_impl.cpp224 sptr<AppExecFwk::IBundleMgr> bundleMgr = GetBundleManager(); in CreateBundleContext()
302 sptr<AppExecFwk::IBundleMgr> ContextImpl::GetBundleManager() const in GetBundleManager() function in OHOS::AbilityRuntime::ContextImpl
370 sptr<AppExecFwk::IBundleMgr> ptr = GetBundleManager(); in InitHapModuleInfo()
Dcontext_impl.h142 sptr<AppExecFwk::IBundleMgr> GetBundleManager() const;
/foundation/ace/ace_engine/frameworks/core/components/plugin/
Dplugin_component_manager.h60 sptr<AppExecFwk::IBundleMgr> GetBundleManager();
Dplugin_component_manager.cpp101 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager() function in OHOS::Ace::PluginComponentManager
235 auto bms = PluginComponentManager::GetInstance()->GetBundleManager(); in GetPackagePath()
/foundation/aafwk/standard/frameworks/kits/appkit/native/app/src/
Dcontext_container.cpp142 sptr<IBundleMgr> ContextContainer::GetBundleManager() const in GetBundleManager() function in OHOS::AppExecFwk::ContextContainer
145 return baseContext_->GetBundleManager(); in GetBundleManager()
565 sptr<IBundleMgr> bundleMgr = GetBundleManager(); in CreateBundleContext()
Dcontext_deal.cpp231 sptr<IBundleMgr> ContextDeal::GetBundleManager() const in GetBundleManager() function in OHOS::AppExecFwk::ContextDeal
584 sptr<IBundleMgr> ptr = GetBundleManager(); in GetAppType()
1326 sptr<IBundleMgr> ptr = GetBundleManager(); in HapModuleInfoRequestInit()
/foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc/common/
Dkit_test_common_info.h280 GetBundleManager, enumerator
339 GetBundleManager, enumerator
/foundation/aafwk/standard/services/abilitymgr/src/
Dability_manager_service.cpp524 auto bms = GetBundleManager(); in GrantUriPermission()
544 auto bms = GetBundleManager(); in GrantUriPermission()
727 auto bms = GetBundleManager(); in RequestPermission()
1212 auto bms = GetBundleManager(); in GetWantSender()
1254 auto bms = GetBundleManager(); in CancelWantSender()
1379 auto bms = GetBundleManager(); in SetShowOnLockScreen()
1635 auto bms = GetBundleManager(); in AcquireDataAbility()
2488 auto bms = GetBundleManager(); in StartHighestPriorityAbility()
2536 auto bms = GetBundleManager(); in StartingPhoneServiceAbility()
2563 auto bms = GetBundleManager(); in StartingMmsAbility()
[all …]
/foundation/aafwk/standard/frameworks/kits/ability/native/src/
Dability_context.cpp264 sptr<IBundleMgr> AbilityContext::GetBundleManager() const in GetBundleManager() function in OHOS::AppExecFwk::AbilityContext
266 return ContextContainer::GetBundleManager(); in GetBundleManager()
367 sptr<IBundleMgr> ptr = GetBundleManager(); in VerifyPermission()
/foundation/aafwk/standard/services/test/mock/include/
Dmock_context.h32 MOCK_METHOD0(GetBundleManager, sptr<IBundleMgr>());
/foundation/aafwk/standard/frameworks/kits/appkit/native/app/include/
Dcontext_container.h102 sptr<IBundleMgr> GetBundleManager() const override;
Dcontext.h157 virtual sptr<IBundleMgr> GetBundleManager() const = 0;
/foundation/aafwk/standard/frameworks/kits/appkit/native/test/unittest/
Dcontext_container_test.cpp109 sptr<IBundleMgr> ptr = context_->GetBundleManager();
121 sptr<IBundleMgr> ptr = context_->GetBundleManager();
Dcontext_deal_test.cpp101 sptr<IBundleMgr> ptr = context_->GetBundleManager();
/foundation/aafwk/standard/frameworks/kits/test/mock/DemoAbility/
Ddemo_ability_test.cpp101 EXPECT_NE(GetBundleManager(), nullptr); in OnSaveAbilityState()
/foundation/aafwk/standard/frameworks/kits/ability/native/include/
Dability_context.h302 sptr<IBundleMgr> GetBundleManager() const override;
/foundation/aafwk/standard/frameworks/kits/appkit/native/test/mock/include/
Dmock_ability_manager_client_interface1.h287 sptr<IBundleMgr> GetBundleManager() const override in GetBundleManager() function

12