Home
last modified time | relevance | path

Searched refs:remoteObject (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/base/src/
Dcommon.cpp416 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckApplicationPermission() local
417 CHECK_NOTNULL(remoteObject, false, "Get BundleMgr SA failed!"); in CheckApplicationPermission()
418 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationPermission()
/developtools/hiperf/src/
Dutilities.cpp780 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsDebugableApp() local
781 if (remoteObject == nullptr) { in IsDebugableApp()
785 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in IsDebugableApp()