Searched refs:remoteObject (Results 1 – 2 of 2) sorted by relevance
416 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckApplicationPermission() local417 CHECK_NOTNULL(remoteObject, false, "Get BundleMgr SA failed!"); in CheckApplicationPermission()418 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationPermission()
780 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsDebugableApp() local781 if (remoteObject == nullptr) { in IsDebugableApp()785 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in IsDebugableApp()