Home
last modified time | relevance | path

Searched refs:bundleMgrSa (Results 1 – 4 of 4) sorted by relevance

/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp357 auto bundleMgrSa = systemManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckAppInstalled() local
358 if (bundleMgrSa == nullptr) { in CheckAppInstalled()
362 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in CheckAppInstalled()
/base/global/i18n/frameworks/intl/src/
Dpreferred_language.cpp210 …auto bundleMgrSa = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleName() local
211 if (bundleMgrSa == nullptr) { in GetBundleName()
215 auto bundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in GetBundleName()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
Dsandbox_json_manager.cpp373 …auto bundleMgrSa = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr() local
374 if (bundleMgrSa == nullptr) { in GetBundleMgr()
378 bundleMgr_ = OHOS::iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in GetBundleMgr()
/base/usb/usb_manager/services/native/src/
Dusb_right_manager.cpp260 auto bundleMgrSa = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr() local
261 if (bundleMgrSa == nullptr) { in GetBundleMgr()
265 auto bundleMgr = iface_cast<IBundleMgr>(bundleMgrSa); in GetBundleMgr()