Home
last modified time | relevance | path

Searched defs:publishId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java1026 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishSuccessTerminated() local
1114 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishSuccessInstantCommunicationMode() local
1291 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishUpdateFail() local
1325 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testPublishUpdateFail() local
1425 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testDisconnectWhilePublishPending() local
1997 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testMultipleMessageSources() local
2099 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testMessageWhilePeerChangesIdentity() local
3393 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testDisconnectWithPendingTransactions() local
3397 inOrder.verify(mMockNative).stopPublish((short) 0, publishId); in testDisconnectWithPendingTransactions() local
3638 mDut.onSessionConfigSuccessResponse(transactionId.getValue(), true, publishId); in testSubscribeOnPublishSessionType() local
[all …]
DTestUtils.java64 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceCallbackAidlImpl.java148 public void notifyStartPublishResponse(char id, NanStatus status, byte publishId) { in notifyStartPublishResponse()
155 (short) id, WifiNanIface.NanStatusCode.fromAidl(status.status), publishId); in notifyStartPublishResponse() local
DIWifiNanIface.java98 boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()
DWifiNanIfaceAidlImpl.java233 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()
805 byte publishId, PublishConfig publishConfig, byte[] nik) { in createNanPublishRequest()
DWifiNanIfaceCallbackHidlImpl.java167 public void notifyStartPublishResponse(short id, WifiNanStatus status, byte publishId) { in notifyStartPublishResponse()
DWifiNanIface.java392 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()
590 void notifyStartPublishResponse(short id, int status, byte publishId); in notifyStartPublishResponse()
DWifiNanIfaceHidlImpl.java139 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()
626 private boolean publishInternal(String methodStr, short transactionId, byte publishId, in publishInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java188 public void notifyStartPublishResponse(short id, int status, byte publishId) { in notifyStartPublishResponse()
DWifiAwareNativeApi.java409 public boolean publish(short transactionId, byte publishId, PublishConfig publishConfig, in publish()