Searched refs:bundleMgrSa (Results 1 – 4 of 4) sorted by relevance
357 auto bundleMgrSa = systemManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckAppInstalled() local358 if (bundleMgrSa == nullptr) { in CheckAppInstalled()362 auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in CheckAppInstalled()
210 …auto bundleMgrSa = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleName() local211 if (bundleMgrSa == nullptr) { in GetBundleName()215 auto bundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in GetBundleName()
373 …auto bundleMgrSa = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr() local374 if (bundleMgrSa == nullptr) { in GetBundleMgr()378 bundleMgr_ = OHOS::iface_cast<AppExecFwk::IBundleMgr>(bundleMgrSa); in GetBundleMgr()
260 auto bundleMgrSa = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr() local261 if (bundleMgrSa == nullptr) { in GetBundleMgr()265 auto bundleMgr = iface_cast<IBundleMgr>(bundleMgrSa); in GetBundleMgr()