Home
last modified time | relevance | path

Searched refs:setStatus (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py140 def setStatus( self, thread, text ): member in NCursesUI.ThreadActivityWindow
163 def setStatus(self, status): member in NCursesUI.MainWindow
224 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")
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp596 static std::unordered_map<uint8_t, SetStatus> setStatus; variable
612 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()