/packages/modules/Uwb/service/java/com/android/server/uwb/secure/ |
D | SecureFactory.java | 43 @NonNull RunningProfileSessionInfo runningProfileSessionInfo, in makeInitiatorSecureSession() argument 50 secureElementChannel, transport, workLooper, runningProfileSessionInfo); in makeInitiatorSecureSession() 56 runningProfileSessionInfo); in makeInitiatorSecureSession() 62 runningProfileSessionInfo); in makeInitiatorSecureSession() 74 @NonNull RunningProfileSessionInfo runningProfileSessionInfo, in makeResponderSecureSession() argument 81 secureElementChannel, transport, workLooper, runningProfileSessionInfo); in makeResponderSecureSession() 87 runningProfileSessionInfo); in makeResponderSecureSession() 93 runningProfileSessionInfo); in makeResponderSecureSession()
|
D | ResponderSession.java | 42 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ResponderSession() argument 43 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ResponderSession()
|
D | SecureSession.java | 106 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in SecureSession() argument 110 mRunningProfileSessionInfo = runningProfileSessionInfo; in SecureSession()
|
D | ResponderSecureChannel.java | 43 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ResponderSecureChannel() argument 44 super(secureElementChannel, transport, workLooper, runningProfileSessionInfo); in ResponderSecureChannel()
|
D | ControleeResponderSession.java | 48 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControleeResponderSession() argument 49 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControleeResponderSession()
|
D | InitiatorSession.java | 54 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in InitiatorSession() argument 55 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in InitiatorSession()
|
D | InitiatorSecureChannel.java | 46 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in InitiatorSecureChannel() argument 47 super(secureElementChannel, transport, workLooper, runningProfileSessionInfo); in InitiatorSecureChannel()
|
D | ControllerResponderSession.java | 49 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControllerResponderSession() argument 50 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControllerResponderSession()
|
D | ControllerInitiatorSession.java | 49 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControllerInitiatorSession() argument 50 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControllerInitiatorSession()
|
D | ControleeInitiatorSession.java | 52 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControleeInitiatorSession() argument 53 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControleeInitiatorSession()
|
D | FiRaSecureChannel.java | 109 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in FiRaSecureChannel() argument 119 this.mRunningProfileSessionInfo = runningProfileSessionInfo; in FiRaSecureChannel()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/ |
D | InitiatorSecureChannelTest.java | 91 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument 95 runningProfileSessionInfo); in doInit() 112 private void doOpenChannel(RunningProfileSessionInfo runningProfileSessionInfo) { in doOpenChannel() argument 113 doInit(runningProfileSessionInfo); in doOpenChannel() 121 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelGeneralSuccess() local 125 doOpenChannel(runningProfileSessionInfo); in openChannelGeneralSuccess() 150 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfSuccess() local 156 doInit(runningProfileSessionInfo); in openChannelSwapInAdfSuccess() 173 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfFailed() local 179 doInit(runningProfileSessionInfo); in openChannelSwapInAdfFailed() [all …]
|
D | ResponderSecureChannelTest.java | 80 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument 84 runningProfileSessionInfo); in doInit() 103 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSuccess() local 107 doInit(runningProfileSessionInfo); in openChannelSuccess() 123 RunningProfileSessionInfo runningProfileSessionInfo = in remoteSelectAdfWithMatchedAdfOid() local 127 doInit(runningProfileSessionInfo); in remoteSelectAdfWithMatchedAdfOid() 152 RunningProfileSessionInfo runningProfileSessionInfo = in remoteSelectAdfWithMismatchedAdfOid() local 156 doInit(runningProfileSessionInfo); in remoteSelectAdfWithMismatchedAdfOid() 221 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfFailed() local 227 doInit(runningProfileSessionInfo); in openChannelSwapInAdfFailed()
|
D | ControleeResponderSessionTest.java | 67 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument 71 runningProfileSessionInfo); in doInit() 94 RunningProfileSessionInfo runningProfileSessionInfo = in onSessionEstablishedPutControleeInfoFail() local 99 doInit(runningProfileSessionInfo); in onSessionEstablishedPutControleeInfoFail()
|
D | ControllerResponderSessionTest.java | 67 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local 72 runningProfileSessionInfo); in setup()
|
D | ControllerInitiatorSessionTest.java | 67 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local 73 runningProfileSessionInfo); in setup()
|
D | ControleeInitiatorSessionTest.java | 71 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local 78 runningProfileSessionInfo); in setup()
|