Home
last modified time | relevance | path

Searched defs:bundleMgrHelper (Results 1 - 25 of 40) sorted by relevance

12

/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_utils.cpp52 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetBundleQuickFixMgrProxy() local
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dscreen_unlock_interceptor.cpp43 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in DoProcess() local
H A Dextension_control_interceptor.cpp97 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in GetTargetAbilityInfo() local
H A Dcontrol_interceptor.cpp73 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in CheckControl() local
H A Dability_jump_interceptor.cpp46 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in DoProcess() local
87 bool AbilityJumpInterceptor::CheckControl(std::shared_ptr<AppExecFwk::BundleMgrHelper> &bundleMgrHelper, in CheckControl() argument
H A Decological_rule_interceptor.cpp98 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in DoProcess() local
173 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in GetEcologicalCallerInfo() local
H A Ddisposed_rule_interceptor.cpp87 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in CheckControl() local
/foundation/ability/ability_runtime/test/unittest/app_preloader_test/
H A Dapp_preloader_test.cpp38 auto bundleMgrHelper = std::make_shared<BundleMgrHelper>(); in SetUp() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp55 void RemoteClientManager::SetBundleManagerHelper(const std::shared_ptr<BundleMgrHelper> &bundleMgrHelper) in SetBundleManagerHelper() argument
H A Dexit_resident_process_manager.cpp103 auto bundleMgrHelper = remoteClientManager->GetBundleManagerHelper(); in QueryExitBundleInfos() local
H A Dapp_preloader.cpp95 auto bundleMgrHelper = GetBundleManagerHelper(); in GetLaunchWant() local
112 auto bundleMgrHelper = GetBundleManagerHelper(); in GetLaunchAbilityInfo() local
131 auto bundleMgrHelper = GetBundleManagerHelper(); in GetBundleAndHapInfo() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dtest_runner.cpp36 auto bundleMgrHelper = DelayedSingleton<BundleMgrHelper>::GetInstance(); in Create() local
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dinsight_intent_utils.cpp66 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetSrcEntry() local
H A Dwant_utils.cpp28 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in GetCallerBundleName() local
H A Duri_utils.cpp182 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in IsSystemApplication() local
/foundation/ability/ability_runtime/test/unittest/exit_resident_process_manager_test/
H A Dexit_resident_process_manager_test.cpp141 auto bundleMgrHelper = remoteClientManager->GetBundleManagerHelper(); in HWTEST_F() local
/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() local
59 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in LoadBundleInfo() local
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_service.cpp101 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetApplyedQuickFixInfo() local
206 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetQuickFixInfo() local
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp57 auto bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp135 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetOtherHspPath() local
178 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetPresetAppHapPath() local
/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp226 auto bundleMgrHelper = AbilityUtil::GetBundleManagerHelper(); in HWTEST_F() local
599 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in HWTEST_F() local
616 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in HWTEST_F() local
634 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in HWTEST_F() local
654 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/
H A Dabilitymgrjumpinterceptor_fuzzer.cpp80 std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper = std::make_shared<AppExecFwk::BundleMgrHelper>(); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/src/resident_process/
H A Dresident_process_manager.cpp301 auto bundleMgrHelper = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in GetResidentBundleInfosForUser() local
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp157 auto bundleMgrHelper = ConnectManagerHelper(); in CheckIsSystemAppByBundleName() local
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp47 static std::shared_ptr<BundleMgrHelper> bundleMgrHelper; member in OHOS::AppExecFwk::BundleMgrHelperTest
50 std::shared_ptr<BundleMgrHelper> BundleMgrHelperTest::bundleMgrHelper = member in OHOS::AppExecFwk::BundleMgrHelperTest
[all...]

Completed in 30 milliseconds

12