Home
last modified time | relevance | path

Searched refs:onDataPathRequestNotification (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java389 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoInvalidPort()
428 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoButNoSecurityOnPublisher()
479 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDestroyNdiDuringNdpSetupResponder()
710 mDut.onDataPathRequestNotification(0, allZeros, ndpId, in testMultipleIdenticalRequests()
1539 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderMismatchUtility()
1602 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidUidUtility()
1664 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidPackageNameUtility()
1932 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathResponderUtility()
2439 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2592 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac, ndpId2, null); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java375 mWifiAwareStateManager.onDataPathRequestNotification(discoverySessionId, in eventDataPathRequest()
DWifiAwareStateManager.java1980 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification() method in WifiAwareStateManager