Home
last modified time | relevance | path

Searched refs:_nLastCallId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs70 private int _nLastCallId = 0; field in cs_testobj.BridgeTestObject
353 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in call()
355 _nLastCallId = nCallId; in call()
361 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in callOneway()
362 _nLastCallId = nCallId; in callOneway()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java319 private int _nLastCallId; field in TestComponent._TestObject
343 _nLastCallId = 0; in _TestObject()
718 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in call()
720 _nLastCallId = nCallId; in call()
733 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in callOneway()
734 _nLastCallId = nCallId; in callOneway()

Completed in 31 milliseconds