Searched refs:onDataPathRequestNotification (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
| D | WifiAwareDataPathStateManagerTest.java | 389 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/ |
| D | WifiAwareNativeCallback.java | 375 mWifiAwareStateManager.onDataPathRequestNotification(discoverySessionId, in eventDataPathRequest()
|
| D | WifiAwareStateManager.java | 1980 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification() method in WifiAwareStateManager
|