Searched refs:respondToDataPathRequest (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 111 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest() method in TestUtils.MonitoredWifiAwareNativeApi
|
D | WifiAwareDataPathStateManagerTest.java | 349 verify(mMockNative, never()).respondToDataPathRequest(anyShort(), anyBoolean(), anyInt(), in testDataPathWithPortInfoOnPublisher() 465 inOrder.verify(mMockNative).respondToDataPathRequest(transactionId.capture(), eq(false), in testDestroyNdiDuringNdpSetupResponder() 1220 inOrder.verify(mMockNative).respondToDataPathRequest(anyShort(), eq(false), in testDataPathInitiatorResponderMismatchUtility() 1280 inOrder.verify(mMockNative).respondToDataPathRequest(anyShort(), eq(false), in testDataPathInitiatorResponderInvalidUidUtility() 1516 inOrder.verify(mMockNative).respondToDataPathRequest(transactionId.capture(), eq(true), in testDataPathResponderUtility() 1573 inOrder.verify(mMockNative).respondToDataPathRequest(transactionId.capture(), eq(false), in testDataPathResponderUtility()
|
D | WifiAwareNativeApiTest.java | 724 mDut.respondToDataPathRequest(tid, accept, ndpId, interfaceName, usePmk ? pmk : null, in validateRespondToDataPathRequest()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 421 mMgr.respondToDataPathRequest(false, ndpId, "", null, null, null, false); in onDataPathRequest() 433 mMgr.respondToDataPathRequest(false, ndpId, "", null, null, null, false); in onDataPathRequest() 442 mMgr.respondToDataPathRequest(true, ndpId, nnri.interfaceName, nnri.networkSpecifier.pmk, in onDataPathRequest()
|
D | WifiAwareNativeApi.java | 978 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest() method in WifiAwareNativeApi
|
D | WifiAwareStateManager.java | 803 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, in respondToDataPathRequest() method in WifiAwareStateManager 2518 boolean success = mWifiAwareNativeApi.respondToDataPathRequest(transactionId, accept, ndpId, in respondToDataPathRequestLocal()
|