Home
last modified time | relevance | path

Searched refs:respondToDataPathRequest (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java111 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest() method in TestUtils.MonitoredWifiAwareNativeApi
DWifiAwareDataPathStateManagerTest.java349 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()
DWifiAwareNativeApiTest.java724 mDut.respondToDataPathRequest(tid, accept, ndpId, interfaceName, usePmk ? pmk : null, in validateRespondToDataPathRequest()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java421 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()
DWifiAwareNativeApi.java978 public boolean respondToDataPathRequest(short transactionId, boolean accept, int ndpId, in respondToDataPathRequest() method in WifiAwareNativeApi
DWifiAwareStateManager.java803 public void respondToDataPathRequest(boolean accept, int ndpId, String interfaceName, in respondToDataPathRequest() method in WifiAwareStateManager
2518 boolean success = mWifiAwareNativeApi.respondToDataPathRequest(transactionId, accept, ndpId, in respondToDataPathRequestLocal()