Home
last modified time | relevance | path

Searched refs:bundleMgrSa (Results 1 - 3 of 3) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp103 auto bundleMgrSa = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetFilemanagerBundleName() local
104 if (bundleMgrSa == nullptr) { in GetFilemanagerBundleName()
108 auto bundleMgr = iface_cast<OHOS::AppExecFwk::IBundleMgr>(bundleMgrSa); in GetFilemanagerBundleName()
H A Dusb_right_manager.cpp335 auto bundleMgrSa = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr() local
336 if (bundleMgrSa == nullptr) { in GetBundleMgr()
340 auto bundleMgr = iface_cast<IBundleMgr>(bundleMgrSa); in GetBundleMgr()
/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp287 auto bundleMgrSa = systemManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckAppInstalled() local
288 if (bundleMgrSa == nullptr) { in CheckAppInstalled()
292 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in CheckAppInstalled()

Completed in 4 milliseconds