Searched refs:remoteObject (Results 1 - 6 of 6) sorted by relevance
/developtools/hdc/hdcd_user_permit/src/ |
H A D | connection.cpp | 29 const sptr<IRemoteObject> &remoteObject, int32_t resultCode) in OnAbilityConnectDone() 54 if (!data.WriteRemoteObject(remoteObject)) { in OnAbilityConnectDone() 63 int32_t ret = remoteObject->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() 28 OnAbilityConnectDone(const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int32_t resultCode) OnAbilityConnectDone() argument
|
H A D | connection.h | 39 void OnAbilityConnectDone(const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject,
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 499 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckApplicationPermission() local 500 CHECK_NOTNULL(remoteObject, false, "Get BundleMgr SA failed!"); in CheckApplicationPermission() 501 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationPermission() 531 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckApplicationEncryped() local 532 CHECK_NOTNULL(remoteObject, false, "Get BundleMgr SA failed!"); in CheckApplicationEncryped() 533 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationEncryped() 700 sptr<IRemoteObject> remoteObject = manager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetPackageUid() local 701 if (remoteObject == nullptr) { in GetPackageUid() 705 sptr<AppExecFwk::IBundleMgr> mgr = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetPackageUid()
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 704 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsDebugableApp() local 705 CHECK_TRUE(remoteObject == nullptr, false, LOG_TYPE_PRINTF, "Get BundleMgr SA failed!\n"); in IsDebugableApp() 706 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in IsDebugableApp() 878 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 879 CHECK_TRUE(remoteObject == nullptr, false, LOG_TYPE_PRINTF, "Get BundleMgr SA failed!\n"); 880 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject);
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 330 sptr<IRemoteObject> remoteObject = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in FfiHidebugSetAppResourceLimit() local 331 if (remoteObject == nullptr) { in FfiHidebugSetAppResourceLimit()
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 1036 sptr<IRemoteObject> remoteObject = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in SetAppResourceLimit() local 1037 if (remoteObject == nullptr) { in SetAppResourceLimit()
|
Completed in 8 milliseconds