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.java400 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoInvalidPort()
439 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoButNoSecurityOnPublisher()
490 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDestroyNdiDuringNdpSetupResponder()
721 mDut.onDataPathRequestNotification(0, allZeros, ndpId, in testMultipleIdenticalRequests()
1550 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderMismatchUtility()
1613 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidUidUtility()
1675 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidPackageNameUtility()
1943 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathResponderUtility()
2450 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
2603 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac, ndpId2, null); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java378 mWifiAwareStateManager.onDataPathRequestNotification(discoverySessionId, in eventDataPathRequest()
DWifiAwareStateManager.java2073 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification() method in WifiAwareStateManager