Home
last modified time | relevance | path

Searched refs:asyncSafeClose (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py23 from blueberry.tests.topshim.lib.async_closable import asyncSafeClose
102 await asyncSafeClose(self.__adapter)
103 await asyncSafeClose(self.__gatt)
104 await asyncSafeClose(self.__security)
105 await asyncSafeClose(self.__hfp)
106 await asyncSafeClose(self.__hf_client)
Dtopshim_base_test.py35 from blueberry.tests.topshim.lib.async_closable import asyncSafeClose
184 await asyncSafeClose(self.__dut)
185 await asyncSafeClose(self.__cert)
Dasync_closable.py46 async def asyncSafeClose(closable): function
Dsecurity_client.py22 from blueberry.tests.topshim.lib.async_closable import asyncSafeClose
Dgatt_client.py23 from blueberry.tests.topshim.lib.async_closable import asyncSafeClose