Home
last modified time | relevance | path

Searched defs:bootstrappingId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java142 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest()
DWifiAwareStateManagerTest.java4537 final int bootstrappingId = 101; in testPublishWithPairingSetup() local
4799 final int bootstrappingId = 101; in testSubscribeSWithPairingSetup() local
4871 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testSubscribeSWithPairingSetup() local
5053 final int bootstrappingId = 101; in testBootstrappingComeBack() local
5125 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId); in testBootstrappingComeBack() local
5138 mDut.onInitiateBootStrappingResponseSuccess(transactionId.getValue(), bootstrappingId + 1); in testBootstrappingComeBack() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiNanIface.java292 boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest()
DWifiNanIfaceAidlImpl.java529 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest()
583 private static NanBootstrappingResponse createNanBootstrappingResponse(int bootstrappingId, in createNanBootstrappingResponse()
DWifiNanIfaceHidlImpl.java267 public boolean respondToNanBootstrappingRequest(short transactionId, int bootstrappingId, in respondToNanBootstrappingRequest()
DWifiNanIface.java519 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1348 int bootstrappingId, boolean accept, int method) { in respondToBootstrappingRequest()
2087 public void onBootstrappingConfirmNotification(int bootstrappingId, int responseCode, in onBootstrappingConfirmNotification()
2197 int bootstrappingId = msg.arg1; in processMessage() local
2530 int bootstrappingId = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID); in processNotification() local
2798 int bootstrappingId = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_REQUEST_ID); in processCommand() local
3149 int bootstrappingId = (int) msg.obj; in processResponse() local
3903 int sessionId, int peerId, int bootstrappingId, boolean accept, int method) { in respondToBootstrappingRequestLocal()
4972 byte[] peerDiscMacAddr, int bootstrappingId, int method) { in onBootstrappingRequestReceivedLocal()
4982 data.second.getPeerIdOrAddIfNew(peerId, peerDiscMacAddr), bootstrappingId, in onBootstrappingRequestReceivedLocal() local
4986 data.second.getPeerIdOrAddIfNew(peerId, peerDiscMacAddr), bootstrappingId, in onBootstrappingRequestReceivedLocal() local
DWifiAwareDiscoverySessionState.java560 int peerId, int bootstrappingId, boolean accept, int method) { in respondToBootstrapping()
DWifiAwareNativeCallback.java432 public void eventBootstrappingConfirm(int bootstrappingId, int responseCode, int reason, in eventBootstrappingConfirm()
DWifiAwareNativeApi.java826 public boolean respondToBootstrappingRequest(short transactionId, int bootstrappingId, in respondToBootstrappingRequest()