Searched refs:addExecCommandToQueue (Results 1 – 1 of 1) sorted by relevance
403 return addExecCommandToQueue(rescheduledCmd, 0); in scheduleConfig()414 return addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in rescheduleCommand()1607 addExecCommandToQueue(cmdInstance, 0); in internalAddCommand()1700 addExecCommandToQueue(execCmd, 0); in addCommandForAllDevices()1732 addExecCommandToQueue(execCmd, config.getCommandOptions().getLoopTime()); in addNewExecCommandToQueue()1745 private synchronized boolean addExecCommandToQueue( in addExecCommandToQueue() method in CommandScheduler