Searched refs:with_unihash (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 121 async def get_outhash(self, method, outhash, taskhash, with_unihash=True): argument 128 "with_unihash": with_unihash,
|
H A D | server.py | 355 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:
|