Searched refs:nextCommand (Results 1 – 3 of 3) sorted by relevance
66 CControlCommand* nextCommand; in handleRequest() local68 nextCommand = getNextCommand( ); in handleRequest()69 if ( nextCommand ) in handleRequest()71 result = nextCommand->handleRequest( pRequest ); in handleRequest()96 m_NextCommand = nextCommand; in setNextCommand()147 CControlCommand* nextCommand; in handleRequest() local157 nextCommand = getNextCommand( ); in handleRequest()158 if ( nextCommand ) in handleRequest()222 CControlCommand* nextCommand; in handleRequest() local234 nextCommand = getNextCommand( ); in handleRequest()[all …]
319 CControlCommand* nextCommand; in reset() local324 nextCommand = currentCommand->getNextCommand( ); in reset()326 currentCommand = nextCommand; in reset()
66 void SAL_CALL setNextCommand( CControlCommand* nextCommand );
Completed in 22 milliseconds