Home
last modified time | relevance | path

Searched refs:BundleMgrHelper (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp27 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 Dmock_bundle_mgr_helper.cpp35 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 Dbundle_mgr_helper.h26 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 Dmock_bundle_mgr_helper.h27 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 Dremote_client_manager.h51 std::shared_ptr<BundleMgrHelper> GetBundleManagerHelper();
58 void SetBundleManagerHelper(const std::shared_ptr<BundleMgrHelper> &bundleMgrHelper);
68 std::shared_ptr<BundleMgrHelper> bundleManagerHelper_;
H A Dapp_preloader.h58 std::shared_ptr<BundleMgrHelper> GetBundleManagerHelper();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp47 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 Dability_jump_interceptor.h24 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 Duri_permission_utils.h46 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 Dbundlemgrhelper_fuzzer.cpp69 …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 Dbundle_mgr_helper.h27 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 Dability_interceptor_test.cpp564 …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 Dams_app_recent_list_module_test.cpp61 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 Dabilitymgrjumpinterceptor_fuzzer.cpp79 …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 Dcontext_container.h23 class BundleMgrHelper; variable
102 std::shared_ptr<BundleMgrHelper> GetBundleManager() const override;
H A Dcontext_deal.h24 class BundleMgrHelper; variable
110 std::shared_ptr<BundleMgrHelper> GetBundleManager() const;
H A Dfa_context.h35 class BundleMgrHelper; variable
118 virtual std::shared_ptr<BundleMgrHelper> GetBundleManager() const = 0;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dimplicit_start_processor.h80 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 Dservice_router_data_mgr.cpp37 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 Duri_permission_utils.cpp38 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 Dquick_fix_manager_service.cpp101 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 Dquick_fix_utils.cpp52 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetBundleQuickFixMgrProxy()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_preloader_test/
H A Dapp_preloader_test.cpp38 auto bundleMgrHelper = std::make_shared<BundleMgrHelper>(); in SetUp()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp135 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 Dtest_runner.cpp36 auto bundleMgrHelper = DelayedSingleton<BundleMgrHelper>::GetInstance(); in Create()

123