Searched refs:stopUsdBasedServiceDiscovery (Results 1 – 10 of 10) sorted by relevance
901 doNothing().when(mP2pIfaceHalAidlMock).stopUsdBasedServiceDiscovery(anyInt()); in testStopUsdBasedServiceDiscovery()902 mDut.stopUsdBasedServiceDiscovery(TEST_USD_SESSION_ID); in testStopUsdBasedServiceDiscovery()903 verify(mP2pIfaceHalAidlMock).stopUsdBasedServiceDiscovery(eq(TEST_USD_SESSION_ID)); in testStopUsdBasedServiceDiscovery()
1280 doNothing().when(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceDiscovery(anyInt()); in testStopUsdBasedServiceDiscovery()1281 mWifiP2pNative.stopUsdBasedServiceDiscovery(TEST_USD_SESSION_ID); in testStopUsdBasedServiceDiscovery()1282 verify(mSupplicantP2pIfaceHalMock).stopUsdBasedServiceDiscovery(eq(TEST_USD_SESSION_ID)); in testStopUsdBasedServiceDiscovery()
2964 doNothing().when(mISupplicantP2pIfaceMock).stopUsdBasedServiceDiscovery(anyInt()); in testStopUsdBasedServiceDiscoverySuccess()2968 mDut.stopUsdBasedServiceDiscovery(TEST_USD_SESSION_ID); in testStopUsdBasedServiceDiscoverySuccess()2969 verify(mISupplicantP2pIfaceMock).stopUsdBasedServiceDiscovery(eq(TEST_USD_SESSION_ID)); in testStopUsdBasedServiceDiscoverySuccess()
9136 verify(mWifiNative).stopUsdBasedServiceDiscovery(anyInt()); in testRemoveUsdBasedServiceDiscoveryRequest()9151 verify(mWifiNative).stopUsdBasedServiceDiscovery(anyInt()); in testClearUsdBasedServiceDiscoveryRequests()
633 void stopUsdBasedServiceDiscovery(int sessionId); in stopUsdBasedServiceDiscovery() method
1198 public void stopUsdBasedServiceDiscovery(int sessionId) { in stopUsdBasedServiceDiscovery() method in SupplicantP2pIfaceHal1205 mP2pIfaceHal.stopUsdBasedServiceDiscovery(sessionId); in stopUsdBasedServiceDiscovery()
1143 public void stopUsdBasedServiceDiscovery(int sessionId) { in stopUsdBasedServiceDiscovery() method in WifiP2pNative1144 mSupplicantP2pIfaceHal.stopUsdBasedServiceDiscovery(sessionId); in stopUsdBasedServiceDiscovery()
3030 public void stopUsdBasedServiceDiscovery(int sessionId) { in stopUsdBasedServiceDiscovery() method in SupplicantP2pIfaceHalAidlImpl3040 mISupplicantP2pIface.stopUsdBasedServiceDiscovery(sessionId); in stopUsdBasedServiceDiscovery()
2678 public void stopUsdBasedServiceDiscovery(int sessionId) { in stopUsdBasedServiceDiscovery() method in SupplicantP2pIfaceHalHidlImpl
7964 mWifiNative.stopUsdBasedServiceDiscovery(mServiceDiscoveryInfo.getSessionIdInt()); in processUsdFrameBasedServiceDiscoveryRequestMessage()8111 mWifiNative.stopUsdBasedServiceDiscovery(sessionId); in removeServiceRequest()8160 mWifiNative.stopUsdBasedServiceDiscovery(sessionId); in clearServiceRequests()