Searched defs:bootstrappingId (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | IWifiNanIface.java | 297 boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest()
|
D | WifiNanIfaceAidlImpl.java | 535 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest() 591 private static NanBootstrappingResponse createNanBootstrappingResponse(int bootstrappingId, in createNanBootstrappingResponse()
|
D | WifiNanIface.java | 528 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest()
|
D | WifiNanIfaceHidlImpl.java | 267 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest()
|
/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()
|
D | WifiAwareStateManagerTest.java | 4677 final int bootstrappingId = 101; in testPublishWithPairingSetup() local 4939 final int bootstrappingId = 101; in testSubscribeSWithPairingSetup() local 5012 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testSubscribeSWithPairingSetup() local 5194 final int bootstrappingId = 101; in testBootstrappingComeBack() local 5267 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testBootstrappingComeBack() local 5281 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId + 1); in testBootstrappingComeBack() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 1436 int bootstrappingId, boolean accept, int method) { in respondToBootstrappingRequest() 2180 public void onBootstrappingConfirmNotification(int bootstrappingId, int responseCode, in onBootstrappingConfirmNotification() 2465 int bootstrappingId = msg.arg1; in processMessageImpl() local 2831 int bootstrappingId = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID); in processNotification() local 3095 int bootstrappingId = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID); in processCommand() local 3452 int bootstrappingId = (int) msg.obj; in processResponse() local 4230 int sessionId, int peerId, int bootstrappingId, boolean accept, int method) { in respondToBootstrappingRequestLocal() 5403 byte[] peerDiscMacAddr, int bootstrappingId, int method) { in onBootstrappingRequestReceivedLocal() 5413 data.second.getPeerIdOrAddIfNew(peerId, peerDiscMacAddr), bootstrappingId, in onBootstrappingRequestReceivedLocal() local 5417 data.second.getPeerIdOrAddIfNew(peerId, peerDiscMacAddr), bootstrappingId, in onBootstrappingRequestReceivedLocal() local
|
D | WifiAwareDiscoverySessionState.java | 561 int peerId, int bootstrappingId, boolean accept, int method) { in respondToBootstrapping()
|
D | WifiAwareNativeCallback.java | 435 public void eventBootstrappingConfirm(int bootstrappingId, int responseCode, int reason, in eventBootstrappingConfirm()
|
D | WifiAwareNativeApi.java | 841 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest()
|