/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 1436 int bootstrappingId, boolean accept, int method) { in respondToBootstrappingRequest() argument 1444 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID, bootstrappingId); in respondToBootstrappingRequest() 2180 public void onBootstrappingConfirmNotification(int bootstrappingId, int responseCode, in onBootstrappingConfirmNotification() argument 2185 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID, bootstrappingId); in onBootstrappingConfirmNotification() 2465 int bootstrappingId = msg.arg1; in processMessageImpl() local 2466 onBootstrappingConfirmNotification(bootstrappingId, in processMessageImpl() 2468 mBootstrappingConfirmTimeoutMessages.remove(bootstrappingId); in processMessageImpl() 2831 int bootstrappingId = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID); in processNotification() local 2837 boolean success = onBootStrappingConfirmReceivedLocal(bootstrappingId, in processNotification() 2841 .get(bootstrappingId); in processNotification() [all …]
|
D | WifiAwareNativeCallback.java | 435 public void eventBootstrappingConfirm(int bootstrappingId, int responseCode, int reason, in eventBootstrappingConfirm() argument 437 mWifiAwareStateManager.onBootstrappingConfirmNotification(bootstrappingId, responseCode, in eventBootstrappingConfirm()
|
D | WifiAwareDiscoverySessionState.java | 561 int peerId, int bootstrappingId, boolean accept, int method) { in respondToBootstrapping() argument 570 bootstrappingId, accept, mPubSubId); in respondToBootstrapping()
|
D | WifiAwareNativeApi.java | 841 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() argument 854 return iface.respondToBootstrappingRequest(transactionId, bootstrappingId, accept, in respondToBootstrappingRequest()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | IWifiNanIface.java | 297 boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest() argument
|
D | WifiNanIface.java | 528 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() argument 531 () -> mWifiNanIface.respondToNanBootstrappingRequest(transactionId, bootstrappingId, in respondToBootstrappingRequest()
|
D | WifiNanIfaceAidlImpl.java | 535 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest() argument 538 NanBootstrappingResponse request = createNanBootstrappingResponse(bootstrappingId, accept, in respondToNanBootstrappingRequest() 591 private static NanBootstrappingResponse createNanBootstrappingResponse(int bootstrappingId, in createNanBootstrappingResponse() argument 595 request.bootstrappingInstanceId = bootstrappingId; in createNanBootstrappingResponse()
|
D | WifiNanIfaceHidlImpl.java | 267 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest() argument
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 142 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest() argument
|
D | WifiAwareStateManagerTest.java | 4677 final int bootstrappingId = 101; in testPublishWithPairingSetup() local 4736 mDut.onBootstrappingRequestNotification(publishId, peerId, peerMac1, bootstrappingId, in testPublishWithPairingSetup() 4741 eq(bootstrappingId), eq(true), eq(publishId)); in testPublishWithPairingSetup() 4939 final int bootstrappingId = 101; in testSubscribeSWithPairingSetup() local 5012 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testSubscribeSWithPairingSetup() local 5013 mDut.onBootstrappingConfirmNotification(bootstrappingId, in testSubscribeSWithPairingSetup() 5194 final int bootstrappingId = 101; in testBootstrappingComeBack() local 5267 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testBootstrappingComeBack() local 5270 mDut.onBootstrappingConfirmNotification(bootstrappingId, in testBootstrappingComeBack() 5281 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId + 1); in testBootstrappingComeBack() local [all …]
|