Home
last modified time | relevance | path

Searched refs:getRefcountedResourceOrThrow (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceParameterizedTest.java282 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testReleaseSecurityParameterIndex()
300 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
317 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
558 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testDeleteTransform()
577 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
595 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
719 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testCreateTunnelInterface()
748 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testDeleteTunnelInterface()
825 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
834 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
H A DIpSecServiceTest.java192 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
207 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in testUdpEncapsulationSocketBinderDeath()
215 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testUdpEncapsulationSocketBinderDeath()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java558 return getRefcountedResourceOrThrow(key).getResource(); in getResourceOrThrow()
566 RefcountedResource<T> getRefcountedResourceOrThrow(int key) { in getRefcountedResourceOrThrow() method in IpSecService.RefcountedResourceArray
1170 resArray.getRefcountedResourceOrThrow(resourceId).userRelease(); in releaseResource()
1725 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in createTransform()
1732 userRecord.mSpiRecords.getRefcountedResourceOrThrow(c.getSpiResourceId()); in createTransform()
/aosp12/frameworks/base/services/
H A Dart-profile1811 HPLcom/android/server/IpSecService$RefcountedResourceArray;->getRefcountedResourceOrThrow(I)Lcom/an…