Home
last modified time | relevance | path

Searched refs:bundleObj (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dapp_bar_helper_impl.cpp29 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in QueryAppGalleryBundleName() local
30 CHECK_NULL_RETURN(bundleObj, ""); in QueryAppGalleryBundleName()
32 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in QueryAppGalleryBundleName()
H A Dnavigation_route_ohos.cpp30 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
31 if (!bundleObj) { in GetBundleManager()
35 return iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
H A Dpage_url_checker_ohos.cpp176 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
177 if (bundleObj == nullptr) { in GetBundleManager()
182 return iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp38 auto bundleObj = systemAbilityMgr->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
39 if (!bundleObj) { in GetBundleManager()
43 return OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp38 auto bundleObj = systemAbilityMgr->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
39 if (!bundleObj) { in GetBundleManager()
43 return OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dpermission_utils.cpp52 auto bundleObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetSysBundleManager() local
53 if (bundleObj == nullptr) { in GetSysBundleManager()
58 auto bundleManager = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSysBundleManager()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dmock_context.cpp127 auto bundleObj = instance->GetSystemAbility(401); in GetBundleManager() local
128 if (bundleObj == nullptr) { in GetBundleManager()
131 sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
H A Dmock_context_impl.cpp145 auto bundleObj = instance->GetSystemAbility(401); in GetBundleManager() local
146 if (bundleObj == nullptr) { in GetBundleManager()
149 sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dmock_context_impl.cpp145 auto bundleObj = instance->GetSystemAbility(401); in GetBundleManager() local
146 if (bundleObj == nullptr) { in GetBundleManager()
149 sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_manager.cpp100 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
101 if (bundleObj == nullptr) { in GetBundleManager()
105 return iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpermission_utils.cpp71 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetSysBundleManager() local
72 if (bundleObj == nullptr) { in GetSysBundleManager()
77 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSysBundleManager()
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp379 auto bundleObj = sysMrgClient->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleInfo() local
380 if (bundleObj == nullptr) { in GetBundleInfo()
381 TAG_LOGE(AAFwkTag::PROCESSMGR, "null bundleObj"); in GetBundleInfo()
384 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleInfo()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp61 auto bundleObj = saMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local
62 if (bundleObj == nullptr) { in GetBundleManager()
66 return iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBundleManager()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp2888 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in InitializeSubWindow() local
2889 CHECK_NULL_VOID(bundleObj); in InitializeSubWindow()
2890 auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in InitializeSubWindow()

Completed in 15 milliseconds