Searched refs:setStatus (Results 1 – 2 of 2) sorted by relevance
140 def setStatus( self, thread, text ): member in NCursesUI.ThreadActivityWindow163 def setStatus(self, status): member in NCursesUI.MainWindow224 mw.setStatus("Idle")271 mw.setStatus("Loading Cache: %s [%2d %%]" % ( next(parsespin), x*100/y ) )273 mw.setStatus("Idle")282 mw.setStatus("Parsing Recipes: %s [%2d %%]" % ( next(parsespin), x*100/y ) )284 mw.setStatus("Idle")
596 static std::unordered_map<uint8_t, SetStatus> setStatus; variable612 auto it = setStatus.find(channel); in getSetStatus()613 if (it != setStatus.end()) in getSetStatus()617 return setStatus[channel] = SetStatus::Complete; in getSetStatus()1132 status = setStatus.at(channel); in getLan()