Lines Matching refs:getValue

112         short transactionId1 = transactionId.getValue();
118 short transactionId2 = transactionId.getValue();
165 short transactionId1 = transactionId.getValue();
171 short transactionId2 = transactionId.getValue();
228 mDut.onPublishFail(transactionId.getValue(), reasonFail);
232 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
241 mDut.onPublishSuccess(transactionId.getValue(), publishId1);
248 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
257 mDut.onPublishSuccess(transactionId.getValue(), publishId2);
261 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
310 mDut.onPublishFail(transactionId.getValue(), reasonFail);
313 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
322 mDut.onPublishSuccess(transactionId.getValue(), publishId);
328 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
374 mDut.onSubscribeFail(transactionId.getValue(), reasonFail);
377 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
387 mDut.onSubscribeSuccess(transactionId.getValue(), subscribeId1);
393 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
403 mDut.onSubscribeSuccess(transactionId.getValue(), subscribeId2);
407 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
456 mDut.onSubscribeFail(transactionId.getValue(), reasonFail);
459 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
468 mDut.onSubscribeSuccess(transactionId.getValue(), subscribeId);
474 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
522 mDut.onSubscribeSuccess(transactionId.getValue(), subscribeId);
529 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
541 mDut.onMessageSendFail(transactionId.getValue(), reasonFail);
544 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
553 mDut.onMessageSendSuccess(transactionId.getValue());
556 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
621 short transactionIdConfig = transactionId.getValue();
625 short transactionIdPublish = transactionId.getValue();
648 short transactionIdMsg2 = transactionId.getValue();
651 short transactionIdMsg1 = transactionId.getValue();
720 short transactionIdConfig = transactionId.getValue();
724 short transactionIdPublish = transactionId.getValue();
741 short transactionIdMsg = transactionId.getValue();
756 transactionIdMsg = transactionId.getValue();
804 collector.checkThat("merge: stage 0", configRequest1, equalTo(crCapture.getValue()));
806 mDut.onConfigCompleted(transactionId.getValue());
809 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
818 collector.checkThat("merge: stage 1: support 5g", crCapture.getValue().mSupport5gBand,
820 collector.checkThat("merge: stage 1: master pref", crCapture.getValue().mMasterPreference,
822 collector.checkThat("merge: stage 1: cluster low", crCapture.getValue().mClusterLow,
824 collector.checkThat("merge: stage 1: cluster high", crCapture.getValue().mClusterHigh,
827 mDut.onConfigCompleted(transactionId.getValue());
830 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
831 inOrder.verify(mockListener1).onConfigCompleted(crCapture.getValue());
839 collector.checkThat("merge: stage 2: support 5g", crCapture.getValue().mSupport5gBand,
841 collector.checkThat("merge: stage 2: master pref", crCapture.getValue().mMasterPreference,
843 collector.checkThat("merge: stage 2: cluster low", crCapture.getValue().mClusterLow,
845 collector.checkThat("merge: stage 2: cluster high", crCapture.getValue().mClusterHigh,
848 mDut.onConfigCompleted(transactionId.getValue());
851 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
852 inOrder.verify(mockListener1).onConfigCompleted(crCapture.getValue());
860 collector.checkThat("merge: stage 3", configRequest1, equalTo(crCapture.getValue()));
862 mDut.onConfigCompleted(transactionId.getValue());
865 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
866 inOrder.verify(mockListener1).onConfigCompleted(crCapture.getValue());
874 collector.checkThat("merge: stage 4", configRequest3, equalTo(crCapture.getValue()));
876 mDut.onConfigCompleted(transactionId.getValue());
879 validateInternalTransactionInfoCleanedUp(transactionId.getValue());
880 inOrder.verify(mockListener3).onConfigCompleted(crCapture.getValue());
946 short transactionIdConfig = transactionId.getValue();
950 short transactionIdPublish = transactionId.getValue();
1033 short transactionIdConfig = transactionId.getValue();
1037 short transactionIdPublish = transactionId.getValue();
1041 short transactionIdSubscribe = transactionId.getValue();