Home
last modified time | relevance | path

Searched refs:nWaitTimeSpanMUSec (Results 1 – 4 of 4) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb526 const nWaitTimeSpanMUSec As Integer = 10000
530 xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec)
535 xLBT.call(nGlobalIndex, nWaitTimeSpanMUSec)
H A Dcli_cpp_bridgetest.cxx323 const int nWaitTimeSpanMUSec = 10000;
329 xLBT->callOneway(nGlobalIndex, nWaitTimeSpanMUSec);
334 xLBT->call(nGlobalIndex, nWaitTimeSpanMUSec);
H A Dcli_cs_bridgetest.cs304 const int nWaitTimeSpanMUSec = 10000; in performSequenceOfCallTest()
310 xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec); in performSequenceOfCallTest()
315 xLBT.call(nGlobalIndex, nWaitTimeSpanMUSec); in performSequenceOfCallTest()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx297 const sal_Int32 nWaitTimeSpanMUSec = 10000; in performSequenceOfCallTest() local
303 xLBT->callOneway( nGlobalIndex , nWaitTimeSpanMUSec ); in performSequenceOfCallTest()
308 xLBT->call( nGlobalIndex , nWaitTimeSpanMUSec ); in performSequenceOfCallTest()

Completed in 37 milliseconds