Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py204 r = await self.unihash_exists_batch([unihash])
207 async def unihash_exists_batch(self, unihashes): member in AsyncClient
H A Dtests.py627 result = self.client.unihash_exists_batch(query)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py678 query_result = client.unihash_exists_batch(query[k] for k in query_keys)