Searched refs:impl_waitForEvent (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | DatabaseDocument.java | 764 impl_waitForEvent(m_globalEvents, "OnLoad", 5000); in testGlobalEvents() 791 impl_waitForEvent(m_globalEvents, "OnUnload", 5000); in testGlobalEvents() 798 final int previousOnLoadEventPos = impl_waitForEvent(m_globalEvents, "OnLoad", 5000); in testGlobalEvents() 803 impl_waitForEvent(m_globalEvents, "OnLoad", 5000, previousOnLoadEventPos + 1); in testGlobalEvents() 901 int impl_waitForEvent(ArrayList _eventQueue, String _expectedEvent, int _maxMilliseconds) in impl_waitForEvent() method in DatabaseDocument 903 return impl_waitForEvent(_eventQueue, _expectedEvent, _maxMilliseconds, 0); in impl_waitForEvent() 907 …int impl_waitForEvent(ArrayList _eventQueue, String _expectedEvent, int _maxMilliseconds, int _fir… in impl_waitForEvent() method in DatabaseDocument
|
Completed in 23 milliseconds