Home
last modified time | relevance | path

Searched defs:unihash (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py97 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}): argument
105 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}): argument
117 async def unihash_exists(self, unihash): argument
343 async def call(client, unihash): argument
H A Dsqlalchemy.py46 unihash = Column(Text, nullable=False) variable in UnihashesV3
108 unihash = Column(Text, nullable=False) variable in UnihashesV2
288 async def unihash_exists(self, unihash): argument
440 async def insert_unihash(self, method, taskhash, unihash): argument
H A Dsqlite.py261 async def unihash_exists(self, unihash): argument
417 async def insert_unihash(self, method, taskhash, unihash): argument
H A Dtests.py107 def assertClientGetHash(self, client, taskhash, unihash): argument
344 def check_hash(taskhash, unihash, old_sidehash): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py633 def set_unihash(self, tid, unihash): argument
H A Drunqueue.py3234 def __init__(self, task, unihash): argument