Searched refs:bmsObj (Results 1 – 2 of 2) sorted by relevance
709 auto bmsObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsSceneBoardTestMode() local710 if (bmsObj == nullptr) { in IsSceneBoardTestMode()714 sptr<AppExecFwk::IBundleMgr> bundleMgr_ = iface_cast<AppExecFwk::IBundleMgr>(bmsObj); in IsSceneBoardTestMode()
3578 auto bmsObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleManager() local3579 if (bmsObj == nullptr) { in GetBundleManager()3584 return iface_cast<AppExecFwk::IBundleMgr>(bmsObj); in GetBundleManager()