/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 27 BundleMgrHelper::BundleMgrHelper() {} in BundleMgrHelper() function in OHOS::AppExecFwk::BundleMgrHelper 29 BundleMgrHelper::~BundleMgrHelper() in ~BundleMgrHelper() 36 void BundleMgrHelper::PreConnect() in PreConnect() 129 ErrCode BundleMgrHelper::GetSandboxBundleInfo( in GetSandboxBundleInfo() 217 sptr<IBundleMgr> BundleMgrHelper::Connect() in Connect() 283 void BundleMgrHelper::OnDeath() in OnDeath() 530 ErrCode BundleMgrHelper::GetBundleInfoV9( in GetBundleInfoV9() 544 bool BundleMgrHelper::GetApplicationInfo( in GetApplicationInfo() 558 bool BundleMgrHelper::GetApplicationInfo( in GetApplicationInfo() 669 bool BundleMgrHelper::QueryAbilityInfo( in QueryAbilityInfo() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/ |
H A D | mock_bundle_mgr_helper.cpp | 35 BundleMgrHelper::BundleMgrHelper() {} in BundleMgrHelper() function in OHOS::AppExecFwk::BundleMgrHelper 37 BundleMgrHelper::~BundleMgrHelper() in ~BundleMgrHelper() 40 void BundleMgrHelper::OnDeath() in OnDeath() 43 ErrCode BundleMgrHelper::GetSandboxBundleInfo( in GetSandboxBundleInfo() 58 bool BundleMgrHelper::GetBundleInfo(const std::string &bundleName, const BundleFlag flags, in GetBundleInfo() 73 bool BundleMgrHelper::GetApplicationInfo(const std::string &appName, int32_t flags, int32_t userId, in GetApplicationInfo() 79 std::string BundleMgrHelper::GetAppIdByBundleName(const std::string &bundleName, const int32_t user… in GetAppIdByBundleName() 85 ErrCode BundleMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t a… in GetCloneBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_preloader_test/include/ |
H A D | bundle_mgr_helper.h | 26 class BundleMgrHelper : public std::enable_shared_from_this<BundleMgrHelper> { 28 BundleMgrHelper() = default;; 29 ~BundleMgrHelper() = default;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_bundle_mgr_helper.h | 27 class BundleMgrHelper : public std::enable_shared_from_this<BundleMgrHelper> { 29 DISALLOW_COPY_AND_MOVE(BundleMgrHelper); 46 DECLARE_DELAYED_SINGLETON(BundleMgrHelper)
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | remote_client_manager.h | 51 std::shared_ptr<BundleMgrHelper> GetBundleManagerHelper(); 58 void SetBundleManagerHelper(const std::shared_ptr<BundleMgrHelper> &bundleMgrHelper); 68 std::shared_ptr<BundleMgrHelper> bundleManagerHelper_;
|
H A D | app_preloader.h | 58 std::shared_ptr<BundleMgrHelper> GetBundleManagerHelper();
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | remote_client_manager.cpp | 47 std::shared_ptr<BundleMgrHelper> RemoteClientManager::GetBundleManagerHelper() in GetBundleManagerHelper() 50 bundleManagerHelper_ = DelayedSingleton<BundleMgrHelper>::GetInstance(); in GetBundleManagerHelper() 55 void RemoteClientManager::SetBundleManagerHelper(const std::shared_ptr<BundleMgrHelper> &bundleMgrH… in SetBundleManagerHelper()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ability_jump_interceptor.h | 24 class BundleMgrHelper; variable 38 …bool CheckControl(std::shared_ptr<AppExecFwk::BundleMgrHelper> &undleMgrHelper, const Want &want, …
|
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/ |
H A D | uri_permission_utils.h | 46 static std::shared_ptr<AppExecFwk::BundleMgrHelper> ConnectManagerHelper(); 51 static std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper_;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 69 …std::shared_ptr<BundleMgrHelper> bmHelper = std::make_shared<BundleMgrHelper>(); // branch constru… in BundleMgrHelperFuzztest1() 112 …std::shared_ptr<BundleMgrHelper> bmHelper = std::make_shared<BundleMgrHelper>(); // branch constru… in BundleMgrHelperFuzztest2()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 27 class BundleMgrHelper : public std::enable_shared_from_this<BundleMgrHelper> { 29 DISALLOW_COPY_AND_MOVE(BundleMgrHelper); 114 DECLARE_DELAYED_SINGLETON(BundleMgrHelper)
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/ |
H A D | ability_interceptor_test.cpp | 564 …std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::Bundle… 581 …std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::Bundle… 599 …std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::Bundle… 619 …std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::Bundle…
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_recent_list_test/ |
H A D | ams_app_recent_list_module_test.cpp | 61 std::shared_ptr<BundleMgrHelper> mockBundleMgr{ nullptr }; 74 mockBundleMgr = DelayedSingleton<BundleMgrHelper>::GetInstance(); in SetUp()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/ |
H A D | abilitymgrjumpinterceptor_fuzzer.cpp | 79 …std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::Bundle… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | context_container.h | 23 class BundleMgrHelper; variable 102 std::shared_ptr<BundleMgrHelper> GetBundleManager() const override;
|
H A D | context_deal.h | 24 class BundleMgrHelper; variable 110 std::shared_ptr<BundleMgrHelper> GetBundleManager() const;
|
H A D | fa_context.h | 35 class BundleMgrHelper; variable 118 virtual std::shared_ptr<BundleMgrHelper> GetBundleManager() const = 0;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | implicit_start_processor.h | 80 std::shared_ptr<AppExecFwk::BundleMgrHelper> GetBundleManagerHelper(); 117 std::shared_ptr<AppExecFwk::BundleMgrHelper> iBundleManagerHelper_;
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/ |
H A D | service_router_data_mgr.cpp | 37 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in LoadAllBundleInfos() 59 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in LoadBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 38 std::shared_ptr<AppExecFwk::BundleMgrHelper> UPMSUtils::ConnectManagerHelper() in ConnectManagerHelper() 41 bundleMgrHelper_ = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in ConnectManagerHelper() 315 std::shared_ptr<AppExecFwk::BundleMgrHelper> UPMSUtils::bundleMgrHelper_ = nullptr;
|
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_service.cpp | 101 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetApplyedQuickFixInfo() 206 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetQuickFixInfo()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/ |
H A D | quick_fix_utils.cpp | 52 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetBundleQuickFixMgrProxy()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_preloader_test/ |
H A D | app_preloader_test.cpp | 38 auto bundleMgrHelper = std::make_shared<BundleMgrHelper>(); in SetUp()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.cpp | 135 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetOtherHspPath() 178 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetPresetAppHapPath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | test_runner.cpp | 36 auto bundleMgrHelper = DelayedSingleton<BundleMgrHelper>::GetInstance(); in Create()
|