Home
last modified time | relevance | path

Searched refs:OperationStarted (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py391 class OperationStarted(Event): class
483 class BuildStarted(BuildBase, OperationStarted):
486 OperationStarted.__init__(self, "Building Started")
601 class ParseStarted(OperationStarted):
604 OperationStarted.__init__(self, "Recipe parsing Started")
625 class CacheLoadStarted(OperationStarted):
628 OperationStarted.__init__(self, "Loading cache Started")
642 class TreeDataPreparationStarted(OperationStarted):
645 OperationStarted.__init__(self, "Preparing tree data Started")
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py174 event1 = bb.event.OperationStarted()
203 event1 = bb.event.OperationStarted()
217 event1 = bb.event.OperationStarted()
286 event1 = bb.event.OperationStarted()
306 event1 = bb.event.OperationStarted()
330 event1 = bb.event.OperationStarted()
391 event1 = bb.event.OperationStarted()
413 if type(event) is bb.event.OperationStarted:
420 if type(event) is bb.event.OperationStarted:
453 bb.event.fire(bb.event.OperationStarted(), None)
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py887 bb.event.OperationStarted,