Searched refs:onSessionConfigSuccessResponse (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 307 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId1); in testRequestMacAddresses() 315 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId2); in testRequestMacAddresses() 719 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, (byte) 99); in testHalNoResponseTimeout() 845 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishSuccessTerminated() 930 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishUpdateFail() 962 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishUpdateFail() 1057 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testDisconnectWhilePublishPending() 1191 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId); in testSubscribeSuccessTerminated() 1276 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId); in testSubscribeUpdateFail() 1308 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), false, subscribeId); in testSubscribeUpdateFail() [all …]
|
D | WifiAwareDataPathStateManagerTest.java | 1958 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), doPublish, pubSubId); in initDataPathEndPoint()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 288 mWifiAwareStateManager.onSessionConfigSuccessResponse(id, true, publishId); in notifyStartPublishResponse() 316 mWifiAwareStateManager.onSessionConfigSuccessResponse(id, false, subscribeId); in notifyStartSubscribeResponse()
|
D | WifiAwareStateManager.java | 1031 public void onSessionConfigSuccessResponse(short transactionId, boolean isPublish, in onSessionConfigSuccessResponse() method in WifiAwareStateManager
|