Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py173 r = await self.get_unihash_batch([(method, taskhash)])
176 async def get_unihash_batch(self, args): member in AsyncClient
H A Dtests.py575 result = self.client.get_unihash_batch(
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py710 …unihashes = client.get_unihash_batch((self._get_method(tid), self.taskhash[tid]) for tid in query_…