Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py121 async def get_outhash(self, method, outhash, taskhash, with_unihash=True): argument
128 "with_unihash": with_unihash,
H A Dserver.py355 with_unihash = request.get("with_unihash", True)
357 return await self.get_outhash(method, outhash, taskhash, with_unihash)
359 async def get_outhash(self, method, outhash, taskhash, with_unihash=True): argument
361 if with_unihash: